Airtable
Airtable is a cloud-based collaboration service that combines the simplicity of a spreadsheet with the complexity of a database. It provides APIs for managing bases, tables, records, and more.
2 channels
across 1 AsyncAPI spec
· Provider profile
Channels
-
Polled by the receiver after a ping to retrieve queued change payloads for the webhook. Payloads are returned in transaction order and paginated via the `cursor` query parameter. The response includesAirtable Webhooks API
-
The subscriber endpoint that receives ping notifications from Airtable. The ping body is small and only identifies the base and webhook; the actual change records are fetched separately via the payloaAirtable Webhooks API