Airtable is a single platform which empowers teams to build custom apps on top of shared data.
Airtable's API documentation (used to build this connector) can be found via the link below:
When adding connector instances for Airtable, the following authentication methods are supported:
When a user chooses to add a connector instance using token authentication, the credentials below are prompted:
When a user chooses to add a connector instance using token authentication, the credentials below are prompted:
Obtaining a token
Personal access tokens are created from Airtable. Please refer to the Airtable documentation: Personal Access Tokens basic actions.
Obtaining the base id and table id
Base and table ids are available from the Airtable API page associated with your Airtable base. Open the Airtable Standard API page and click the Airtable base that you want to use - from here you'll see API information associated with the base, which includes base
and table
ids.
Credential | Required? | Notes |
---|---|---|
token
base id
The id associated with the base you want to use for this connection.
table id
The id associated with whichever table within the base that you want to use for this connection.