Airtable

Tag
  1. API
Name
Airtable

Prerequisites

Create an Airtable account.

Supported authentication methods

Personal Access Token (PAT)
OAuth2
API Key deprecation
N8n was used to provide API key authentication methods with Airtable. Airtable will fully depreciate these keys as of February 2024. If you are using Airtable API credentials, replace them with Airtable personal access tokens or Airtable OAuth2 credentials. We recommend using personal access tokens instead.

Related Resources

For more information about the service, see Airtable's API documentation .

Using personal access tokens

To configure these credentials, you will need:
Personal Access Token (PAT)
To create a PAT:
1.
Go to the Airtable Builder Hub Personal Access Tokens page.
2.
+ Select Create a new token .
Airtable opens the Create Personal Access Token page.
3.
Enter the name of the token n8n credential
4.
Add scopes to your token . For more information, see Airtable's scopes guide. n8n recommends using the following scopes:
Data.records:read
Data.records:write
Schema.bases:read
5.
Select Access for Tokens .
You can choose from a single base, multiple bases (including bases from different workspaces), current and future bases from any workspace you own, or all bases from all workspaces you own, including any bases/workspaces you add in the future.
6.
Select Create Token .
7.
Airtable opens a mode where tokens are displayed.
Copy this token and enter it as an access token in your n8n credentials.
For more information, see Airtable's PAT Finding/Creating documentation .

Using OAuth2 #

To configure these credentials, you will need:
OAuth redirect URL
Client ID
Customer Secrets
To generate all of this information, register a new Airtable integration:
1.
Open the Airtable Builder Hub OAuth integration page.
2.
Select the Register New OAuth Integration button.
3.
Enter a name for your OAuth integration.
4.
Copy the OAuth redirect URL from your n8n credentials .
5.
In Airtable, paste that redirect URL into OAuth Redirect URL .
6.
Select Unified Registration .
7.
On the next page, copy the Client ID from Airtable and paste it into the Client ID field in your n8n credentials .
8.
In Airtable, select Generate Client Secret .
9.
Copy the client secret and paste it into the Client Secret field in your n8n credentials.
10.
In Airtable, select the following ranges:
Data.records:read
Data.records:write
Schema.bases:read
11.
Select Save Changes in Airtable .
12.
Select Link My Account in n8n Credentials .
Subsidy Access Mode opens.
13.
Select the base (or all bases) you want to work on, following the instructions.
14.
Complete the connection by selecting Grant Access .
Please see the Airtable New Integrations documentation for new Oauth integration registration steps .