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.
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.