The Airtable plugin handles incoming webhooks. Point your provider’s subscription URL at your Corsair HTTP handler (see Overview for setup context and the exact URL shape).Documentation Index
Fetch the complete documentation index at: https://docs.corsair.dev/llms.txt
Use this file to discover all available pages before exploring further.
Webhook map
eventsevent(events.event)
HTTP handler setup
app/api/webhook/route.ts
Events
Events
Event
events.event
On new Airtable event — fires when records or tables change
Payload
| Name | Type | Required | Description |
|---|---|---|---|
base | object | Yes | — |
webhook | object | Yes | — |
timestamp | string | Yes | — |
actionMetadata | object | No | — |
base full type
base full type
webhook full type
webhook full type
actionMetadata full type
actionMetadata full type
Response data full type
Response data full type
webhookHooks example