Airtable + Make

Airtable Webhooks for Make

Trigger Make scenarios the moment your Airtable data changes. No polling, no scripts—just clean, real-time webhook events for new, updated, and deleted records.

Real-time triggers

Events are delivered instantly the moment records change in Airtable—no more 5–15 minute polling delays.

New, Updated, Deleted

Use dedicated Make modules to watch new records, updates with before/after data, and deletions.

Efficient on operations

Skip expensive polling. Only consume operations when real changes happen.

Compare approaches

FeatureSimplified WebhooksMake Watch Records (Polling)Airtable Automations + Script
Setup DifficultyEasyEasyMedium
Coding RequiredNoNoYes
Real-time UpdatesYesNoYes
Delete DetectionYesNoNo
Cost EfficiencyHighLowMedium
Free TierYesYes*No
* Make's free tier has limited operations; frequent polling can consume quickly.

How it works with Make

  1. Create a free account and connect Airtable using a Personal Access Token.
  2. In Make, add a Simplified Webhooks trigger module (New, Updated, or Deleted Records).
  3. Create a connection using your Simplified Webhooks API key.
  4. Select your Airtable Base and Table; save—you're live.

Need a walkthrough? See our Make quickstart guide.

Example webhook payload

{
  "id": "notification-id",
  "event": "update",
  "recordId": "recXXXX",
  "tableId": "tblXXXX",
  "baseId": "appXXXX",
  "fields": {},
  "meta": {
    "source": "client",
    "occurredAt": "2025-11-04T20:47:13.326Z",
    "user": {
      "id": "usr...",
      "name": "Test User",
      "email": "test.user@example.com"
    }
  }
}

Start building with real-time Airtable triggers

Generous free tier. Upgrade anytime.