Skip to main content
FlowFn
IntegrationsTemplatesPricingDocsBlogSign inStart free
All documentation

Airtable

UpdatedMay 22, 2026Reading time1 min read

What it does

Airtable reads and writes records in Airtable bases. Uses api_key (Personal Access Token).

Setup

  1. At airtable.com/create/tokens, create a Personal Access Token with data.records:read and data.records:write scopes, granted access to the relevant bases.
  2. 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.

Spotted an issue or have feedback?

support@flowfn.com
Back to docs hub →