π Quickstart
Connect to Airtable with Nango and see data flow in 2 minutes.1
Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Airtable.
2
Authorize Airtable
Go to Connections -> Add Test Connection -> Authorize, then log in to Airtable. Later, youβll let your users do the same directly from your app.
3
Call the Airtable API
Letβs make your first request to the Airtable API (fetch records from a table). Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
4
Implement Nango in your app
Follow our quickstart to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
π Airtable Integration Guides
Nango maintained guides for common use cases.- How to register your own Airtable OAuth app
Register an OAuth app with Airtable and obtain credentials to connect it to Nango
π§© Pre-built syncs & actions for Airtable
Enable them in your dashboard. Extend and customize to fit your needs.Users
| Function name | Description | Type | Source code |
|---|---|---|---|
whoami | Fetch current user information | Action | π Github |
Webhooks
| Function name | Description | Type | Source code |
|---|---|---|---|
create-webhook | Create a webhook for a particular base | Action | π Github |
list-webhooks | List all the webhooks available for a base | Action | π Github |
delete-webhook | Delete a webhook | Action | π Github |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
tables | Lists all tables with their schema for all bases with a reference to the base id that the table belongs to | Sync | π Github |
bases | List all bases | Sync | π Github |