mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
2.6 KiB
2.6 KiB
| title | description | contentType |
|---|---|---|
| Airtable credentials | Documentation for Airtable credentials. Use these credentials to authenticate Airtable in n8n, a workflow automation platform. | integration |
Airtable credentials
You can use these credentials to authenticate the following nodes with Airtable.
Prerequisites
Create an Airtable{:target=_blank .external-link} account.
Using Access Token
- Open your Airtable Developer Hub.
- Under the Personal access tokens section, click on the Create new token button.
- Create a new Access Token by selecting the following scopes: data.records:read, data.records:write, schema.bases:read and adding the base you want to work on (or all the bases).
- Copy the token displayed in the dialog.
- In the n8n Airtable credentials dialog select the Access Token connection.
- Paste the token in the Access Token field.
- Click on the Save button to create the credentials.
Using OAuth 2
- Open your Airtable Developer Hub.
- Under the OAuth integrations section, click on the Register new OAuth integration button.
- Provide a name for your OAuth integration.
- In the n8n Airtable credentials dialog select the OAuth 2 connection, copy the OAuth Redirect URL and paste it in the OAuth redirect URL field in the Airtable Developer Hub.
- In Airtable, click on Register integration.
- In the following page copy the Client ID and paste it into the Client ID parameter in the n8n Airtable credentials dialog.
- Click on Generate client secret and paste the secret into the Client Secret parameter in the n8n Airtable credentials dialog.
- Select the following scopes: data.records:read, data.records:write, schema.bases:read and click on Save changes at the bottom.
- In the n8n Airtable credentials dialog click on Connect my account.
- Follow the instruction in the dialog and select the base you want to work on (or to all the bases).
- Click ok Grant access in the dialog to complete the connection.
Using API Key
/// note | API Key deprecation API Keys will be deprecated by the end of January 2024, see this article{:target=_blank .external-link} for more details. n8n recommends using Personal Access Token instead. ///