Prerequisites
You need an Airtable account and access to create a personal access token. The token must have the required scopes for reading records.Connection Setup
1. Create a Personal Access Token
In the Airtable Developer Portal, create a new token. Add the required scopes:data.records:read and schema.bases:read for the bases you want to sync.2. Add Base Scopes
Select the bases the token can access. Grant read access to the bases containing the tables you want to sync.3. Copy the Token
Copy the token. Store it securely. Paste it into the API key or token field in MantrixFlow.Available Streams
Each table within a base becomes a stream. MantrixFlow discovers bases and tables from the token’s scope.Supported Sync Modes
- Full sync — Reads all records on every run.
- Incremental sync — Uses
lastModifiedTimeor similar to read only new or updated records.