Airtable · Example Payload

Airtable Webhook Example

ApplicationsCollaborationDataDatabasesLow-CodeProductivitySpreadsheets

Airtable Webhook Example is an example object payload from Airtable, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idtypeisHookEnablednotificationUrlcursorForNextPayloadareNotificationsEnabledcreatedTimeexpirationTimespecification

Example Payload

Raw ↑
{
  "id": "rec123abc456",
  "type": "example-value",
  "isHookEnabled": true,
  "notificationUrl": "https://example.com",
  "cursorForNextPayload": 1,
  "areNotificationsEnabled": true,
  "createdTime": "2026-04-19T10:30:00.000Z",
  "expirationTime": "2026-04-19T10:30:00.000Z",
  "specification": {}
}