Airtable + Zapier

Airtable Webhooks for Zapier

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

From Airtable to Zapier, instantly

A record changes in Airtable, Simplified Webhooks catches it, and triggers your Zap in real time — no polling.

Airtable
record.updated
Simplified Webhooks
ZapierTrigger Zap

Real-time triggers

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

New, Updated, Deleted

Use a webhook URL to receive new records, updates with before/after data, and deletions—all in one place.

Efficient on tasks

Skip expensive polling. Only consume Zapier tasks when real changes happen.

Watch exactly the right scope

Trigger on as much or as little as you need — a single column, one table, or your entire base.

Records

New, updated, and deleted records in a specific table. For updates, narrow it to specific columns so your Zap only fires when the fields you care about change.

Tables & columns

Get notified when tables or columns are created, renamed, retyped, or deleted — watch one table or the whole base.

Entire base

One webhook for every record or schema change across all tables. See base-wide webhooks.

How it compares

Real-time Airtable triggers for Zapier, without the workarounds

How Simplified Webhooks compares to Zapier native polling and Airtable Automations with a script.
CapabilitySimplified Webhooksreal-time pushZapiernative pollingAirtable Automations+ Script
Setup difficultyMinutesModerateComplex
Coding requiredNoneNoneJavaScript
Real-time updatesInstant · 200ms5–15 min delayNear real-time
Delete detectionFull supportNot detectedManual workaround
Cost efficiencyOnly real changesConstant pollingScript runtime
Free tierGenerousLimited opsPaid plan only

Comparison reflects default configurations. Zapier polling intervals depend on plan tier.

How it works with Zapier

  1. Create a free Simplified Webhooks account and connect Airtable using a Personal Access Token.
  2. In Zapier, add a Webhooks by Zapier trigger (Catch Hook) and copy the webhook URL.
  3. Create a new webhook in your Simplified Webhooks dashboard and paste the Zapier webhook URL.
  4. Test and publish your Zap—you're live.

Need a walkthrough? See our documentation.

Example webhook payload
{
  "id": "ntf_01H…",
  "event": "update",
  "recordId": "rec0XX…",
  "tableId": "tbl0XX…",
  "baseId": "app0XX…",
  "fields": {
    "fld0XX…": {
      "name": "Status",
      "previous": "Todo",
      "current": "Done"
    }
  },
  "meta": {
    "source": "client",
    "occurredAt": "2026-06-28T10:00:00.000Z",
    "user": {
      "id": "usr0XX…",
      "name": "Ada Lovelace",
      "email": "ada@acme.com"
    }
  }
}

Start building with real-time Airtable triggers

Generous free tier. Upgrade anytime.

Airtable Webhooks for Zapier | Simplified Webhooks