Airtable Connection
Connect to Airtable to read and write records in your bases.
Configuration
| Field | Description | Required |
|---|---|---|
| API Key | Airtable personal access token | Yes |
Getting Your API Key
- Go to airtable.com/create/tokens
- Click Create new token
- Add the scopes your workflows need (e.g.,
data.records:read,data.records:write) - Select the bases or workspaces to grant access to
- Click Create token and copy it
Usage
Once created, this connection becomes available in:
- Airtable List Records — list records from a table
- Airtable Create Record — create new records
- Airtable Update Record — update existing records
- Airtable Delete Record — delete records
TIP
Personal access tokens can be scoped to specific bases. For better security, only grant access to the bases your workflows need.