This page contains the setup guide and reference information for the Airtable connector.
Prerequisites
Before connecting your Airtable account, ensure that:
-
You have an active Airtable account.
-
You have the necessary permissions to create Personal Access Tokens (PAT)
Setup Guide
Follow these steps to generate your Personal Access Token in Airtable and connect your account:
-
Log in to your Airtable account.
-
Click on your avatar in the top-right corner and select Developer Hub, or directly visit Airtable Developer Hub.
-
Click "+ Create new token".
-
Provide a meaningful Name for the token (e.g., Keragon Integration).
-
Click "+ Add a scope" and select all the necessary scopes based on the access you require (e.g.,
data.records:read
,data.records:write
). -
Click "+ Add a base" and select the Airtable base(s) you want Keragon to access.
-
Click the "Create token" button.
-
Copy the newly generated Personal Access Token. You will not be able to view it again later.
-
Now, in Keragon:
-
Navigate to the "Authentications" tab.
-
Click "Create new" and select Airtable.
-
Paste the copied token into the corresponding field and save.
-
Note: Airtable tokens are sensitive. Store them securely and avoid sharing them publicly.
Troubleshooting and Common Errors
Error Code | Description | Resolution |
---|---|---|
401 | Invalid or Expired Token | Verify the token and re-enter it in Keragon. Regenerate if expired. |
403 | Insufficient Permissions | Ensure all required scopes and bases are selected when generating the token. |
429 | Rate Limit Exceeded | Reduce API call frequency or consider upgrading your Airtable plan. |
Limitations and Notes
-
Ensure that selected scopes cover all intended operations (read, write, update).