How to configure and authenticate the Airtable destination for loading data into Airtable via the API.
Key | Description | Example Value | Required |
---|---|---|---|
token | Airtable Personal Access Token with the required scopes | pat1234abcd... | ✅ |
base_id | The unique ID of the Airtable base you’re writing to (starts with app ) | app5678efgh... | ✅ |
schema.bases:write
— Required for schema accessdata.records:write
— Required to insert, update, or delete records in Airtablebase_id
in Airtable?base_id
is a unique identifier for your Airtable base. It typically starts with app
and can be found in the base’s URL or retrieved using the Airtable API.
base_id
and ensure the access token has permission for each base.