Skip to main content

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

ToolsStatus
Pre-built authorization (API Key)βœ…
Pre-built authorization UIβœ…
Custom authorization UIβœ…
End-user authorization guideβœ…
Expired credentials detectionβœ…
ToolsStatus
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βœ…
ToolsStatus
HTTP request loggingβœ…
End-to-end type safetyβœ…
Data runtime validationβœ…
OpenTelemetry exportβœ…
Slack alerts on errorsβœ…
Integration status APIβœ…
ToolsStatus
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 nameDescriptionTypeSource code
create-baseCreate a new Airtable base in a workspace.ActionπŸ”— Github
get-base-collaboratorsRetrieve collaborators and permissions for an Airtable base.ActionπŸ”— Github
list-basesList Airtable bases accessible to the authenticated user.ActionπŸ”— Github

Comments

Function nameDescriptionTypeSource code
create-commentCreate a comment on an Airtable record.ActionπŸ”— Github
delete-commentDelete a comment from an Airtable record.ActionπŸ”— Github
list-commentsList comments on an Airtable record.ActionπŸ”— Github
update-commentUpdate a comment on an Airtable record.ActionπŸ”— Github

Fields

Function nameDescriptionTypeSource code
create-fieldCreate a new field on an Airtable table.ActionπŸ”— Github
update-fieldUpdate metadata for an Airtable field.ActionπŸ”— Github

Metadata

Function nameDescriptionTypeSource code
get-base-schemaRetrieve Airtable base schema metadata including tables and fields.ActionπŸ”— Github

Records

Function nameDescriptionTypeSource code
batch-create-recordsCreate multiple Airtable records in one request.ActionπŸ”— Github
batch-delete-recordsDelete multiple Airtable records by record ID.ActionπŸ”— Github
batch-replace-recordsReplace multiple Airtable records in one request.ActionπŸ”— Github
batch-update-recordsUpdate multiple Airtable records in one request.ActionπŸ”— Github
create-recordCreate a single Airtable record in a table.ActionπŸ”— Github
delete-recordDelete a single Airtable record by record ID.ActionπŸ”— Github
get-recordRetrieve a single Airtable record by record ID.ActionπŸ”— Github
list-recordsList Airtable records from a table with view, filter, and pagination options.ActionπŸ”— Github
replace-recordReplace a single Airtable record.ActionπŸ”— Github
update-recordUpdate fields on a single Airtable record.ActionπŸ”— Github
upload-attachmentUpload an attachment into a record’s attachment field.ActionπŸ”— Github
upsert-recordsUpdate or insert Airtable records using performUpsert match fields.ActionπŸ”— Github

Tables

Function nameDescriptionTypeSource code
create-tableCreate a new table in an Airtable baseActionπŸ”— Github
update-tableUpdate metadata for an Airtable table.ActionπŸ”— Github

Users

Function nameDescriptionTypeSource code
get-user-infoRetrieve information about the authenticated Airtable user and scopes.ActionπŸ”— Github

Views

Function nameDescriptionTypeSource code
list-viewsList views available in an Airtable base.ActionπŸ”— Github

Webhooks

Function nameDescriptionTypeSource code
create-webhookCreate an Airtable webhook on a base.ActionπŸ”— Github
delete-webhookDelete an Airtable webhook from a base.ActionπŸ”— Github
list-webhook-payloadsList delivered payload batches for an Airtable webhook.ActionπŸ”— Github
list-webhooksList webhooks configured on an Airtable base.ActionπŸ”— Github
refresh-webhookRefresh an Airtable webhook expiration before it expires.ActionπŸ”— Github
set-webhook-notificationsEnable or disable notifications for an Airtable webhook.ActionπŸ”— Github

Others

Function nameDescriptionTypeSource code
basesSync Airtable bases visible to the authenticated user.SyncπŸ”— Github
recordsSync Airtable records for a specific base and table.SyncπŸ”— Github
tablesSync Airtable table schemas across bases in scope.SyncπŸ”— Github
viewsSync Airtable views for bases and tables in scope.SyncπŸ”— Github
webhooksSync Airtable webhooks configured on bases in scopeSyncπŸ”— Github

Access requirements

Pre-RequisitesStatusComment
Paid dev account❓
Paid test account❓
Partnership❓
App review❓
Security audit❓

Setup guide

No setup guide yet.
Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Contribute useful links by editing this page

API gotchas

  • Airtable (Personal Access Token) uses API_KEY auth mode with authorization: Bearer API_KEY in 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