Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
Pre-built tooling
β
Authorization
β Authorization
β
Read & write data
β Read & write data
| Tools | Status |
|---|---|
| Pre-built integrations | β |
| API unification | β |
| 2-way sync | β |
| Webhooks from Nango on data modifications | β |
| Real-time webhooks from 3rd-party API | π« (time to contribute: <48h) |
| Proxy requests | β |
β
Observability & data quality
β Observability & data quality
| Tools | Status |
|---|---|
| HTTP request logging | β |
| End-to-end type safety | β |
| Data runtime validation | β |
| OpenTelemetry export | β |
| Slack alerts on errors | β |
| Integration status API | β |
β
Customization
β Customization
| Tools | Status |
|---|---|
| Create or customize use-cases | β |
| Pre-configured pagination | π« (time to contribute: <48h) |
| Pre-configured rate-limit handling | π« (time to contribute: <48h) |
| Per-customer configurations | β |
Bases
| Function name | Description | Type | Source code |
|---|---|---|---|
create-base | Create a new Airtable base in a workspace. | Action | π Github |
get-base-collaborators | Retrieve collaborators and permissions for an Airtable base. | Action | π Github |
list-bases | List Airtable bases accessible to the authenticated user. | Action | π Github |
Comments
| Function name | Description | Type | Source code |
|---|---|---|---|
create-comment | Create a comment on an Airtable record. | Action | π Github |
delete-comment | Delete a comment from an Airtable record. | Action | π Github |
list-comments | List comments on an Airtable record. | Action | π Github |
update-comment | Update a comment on an Airtable record. | Action | π Github |
Fields
| Function name | Description | Type | Source code |
|---|---|---|---|
create-field | Create a new field on an Airtable table. | Action | π Github |
update-field | Update metadata for an Airtable field. | Action | π Github |
Metadata
| Function name | Description | Type | Source code |
|---|---|---|---|
get-base-schema | Retrieve Airtable base schema metadata including tables and fields. | Action | π Github |
Records
| Function name | Description | Type | Source code |
|---|---|---|---|
batch-create-records | Create multiple Airtable records in one request. | Action | π Github |
batch-delete-records | Delete multiple Airtable records by record ID. | Action | π Github |
batch-replace-records | Replace multiple Airtable records in one request. | Action | π Github |
batch-update-records | Update multiple Airtable records in one request. | Action | π Github |
create-record | Create a single Airtable record in a table. | Action | π Github |
delete-record | Delete a single Airtable record by record ID. | Action | π Github |
get-record | Retrieve a single Airtable record by record ID. | Action | π Github |
list-records | List Airtable records from a table with view, filter, and pagination options. | Action | π Github |
replace-record | Replace a single Airtable record. | Action | π Github |
update-record | Update fields on a single Airtable record. | Action | π Github |
upload-attachment | Upload an attachment into a recordβs attachment field. | Action | π Github |
upsert-records | Update or insert Airtable records using performUpsert match fields. | Action | π Github |
Tables
| Function name | Description | Type | Source code |
|---|---|---|---|
create-table | Create a new table in an Airtable base | Action | π Github |
update-table | Update metadata for an Airtable table. | Action | π Github |
Users
| Function name | Description | Type | Source code |
|---|---|---|---|
get-user-info | Retrieve information about the authenticated Airtable user and scopes. | Action | π Github |
Views
| Function name | Description | Type | Source code |
|---|---|---|---|
list-views | List views available in an Airtable base. | Action | π Github |
Webhooks
| Function name | Description | Type | Source code |
|---|---|---|---|
create-webhook | Create an Airtable webhook on a base. | Action | π Github |
delete-webhook | Delete an Airtable webhook from a base. | Action | π Github |
list-webhook-payloads | List delivered payload batches for an Airtable webhook. | Action | π Github |
list-webhooks | List webhooks configured on an Airtable base. | Action | π Github |
refresh-webhook | Refresh an Airtable webhook expiration before it expires. | Action | π Github |
set-webhook-notifications | Enable or disable notifications for an Airtable webhook. | Action | π Github |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
bases | Sync Airtable bases visible to the authenticated user. | Sync | π Github |
records | Sync Airtable records for a specific base and table. | Sync | π Github |
tables | Sync Airtable table schemas across bases in scope. | Sync | π Github |
views | Sync Airtable views for bases and tables in scope. | Sync | π Github |
webhooks | Sync Airtable webhooks configured on bases in scope | Sync | π Github |
Access requirements
| Pre-Requisites | Status | Comment |
|---|---|---|
| Paid dev account | β | |
| Paid test account | β | |
| Partnership | β | |
| App review | β | |
| Security audit | β |
Setup guide
No setup guide yet.Contribute improvements to the setup guide by editing this page
Useful links
- Generate an Airtable Personal Access Token
- Airtable Authentication
- Personal Access Token Scopes
- API Rate Limiting
- Web API docs (their REST API)
- SCIM API docs (their REST SCIM API)
Contribute useful links by editing this page
API gotchas
- Airtable (Personal Access Token) uses API_KEY auth mode with
authorization: Bearer API_KEYin the request header to access different endpoints.
Contribute API gotchas by editing this page
Going further
Connect to Airtable (Personal Access Token)
Guide to connect to Airtable (Personal Access Token) using Connect UI