For the complete documentation index, see llms.txt. This page is also available as Markdown.

Airtable

Authentication methods

Personal Access Token

This method uses your personal access token to access the Airtable API.

Inbound Syncs

Any Airtable table can be synced inbound.

Supported Sync Strategies

  • Full Refresh

  • Incremental, but only for tables which contain a last modified time field. This field must be added, and the "All editable fields" option should be chosen.

Outbound Syncs

Supported Targets

Any Airtable table.

Supported Sync Strategies

  • Create

  • Update

  • Upsert

  • Replace (a full replacement of the table)

Last updated