Provider integrations

Connect Airtable to FastHook

Authorize an Airtable account and route record, field, and table changes to any Destination. Use Any Airtable Change, Custom Airtable Changes, or a focused Source for one change type.

FastHook manages one renewable Airtable webhook for each connected base, verifies every notification with its unique MAC secret, then follows Airtable's durable cursor before emitting events.

Create an Airtable Provider Source

  1. Open Sources → New source → Provider app → Airtable.
  2. Choose Any Change, Custom Changes, or an individual record, field, or table change.
  3. Select Connect new Airtable account and approve read-only data, schema, and webhook access.
  4. Select one or more bases. Optional filters can narrow events by table IDs, field IDs, or change source.

Connect Airtable to FastHook →

Supported changes

  • Record Created, Updated, and Deleted, including current cell values for created and updated records.
  • Field Created, Updated, and Deleted, including field-definition changes.
  • Table Created, Updated, and Deleted.
  • Custom Airtable Changes combines several change types in one Source.
  • Webhook Error and Unknown Future Change keep operational and forward-compatible events visible.

Permissions

FastHook requests data.records:read, schema.bases:read, and webhook:manage. It does not request record-write access. Creating and renewing a webhook requires Creator access to the base; the base picker only shows bases where the connected user has that permission.

Reliability and security

  • The exact notification body is verified with Airtable's per-webhook HMAC secret.
  • FastHook acknowledges only after the notification is stored in its durable processing queue.
  • Cursor checkpoints advance only after every matching event is stored and queued.
  • Seven-day webhooks are renewed automatically, and broken subscriptions are recreated.
  • OAuth access and rotating refresh tokens are encrypted at rest.
  • At-least-once notifications and retries are deduplicated before downstream delivery.

Disconnect

Revoke the Airtable account from the Source editor or FastHook account settings. FastHook removes managed webhooks before erasing encrypted credentials; related Sources then stop receiving changes.

Support, privacy, and terms