What it does
Airtable reads and writes records in Airtable bases. Uses api_key (Personal Access Token).
Setup
- At airtable.com/create/tokens, create a Personal Access Token with
data.records:readanddata.records:writescopes, granted access to the relevant bases. - In FlowFn, go to Platform Tools → Airtable → Connect and paste the token as api_key.
Actions
- List Records, Create Record, Update Record
Notes
Airtable's OAuth requires PKCE which doesn't fit the engine's OAuth model cleanly. PAT is Airtable's recommended path for tenant-owned automations.