Airtable + Make

Airtable Webhooks for Make

Looking for an Airtable Watch Records module that’s actually instant? Make’s native module polls on a schedule — Simplified Webhooks fires the moment your data changes. No polling, no scripts, just clean real-time events for new, updated, and deleted records.

From Airtable to Make, instantly

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

Airtable
record.updated
Simplified Webhooks
MakeTrigger scenario

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.

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 the module 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 Make, without the workarounds

How Simplified Webhooks compares to Make native polling and Airtable Automations with a script.
CapabilitySimplified Webhooksreal-time pushMakenative 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. Make polling intervals depend on plan tier.

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": "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"
    }
  }
}
Frequently asked

Make’s Airtable Watch Records module — FAQ

Is there an instant Airtable trigger module for Make?

Yes. Simplified Webhooks adds dedicated New, Updated, and Deleted Airtable Records trigger modules to Make that fire in real time over webhooks — no polling interval to wait on.

How is this different from Make's native Airtable Watch Records module?

Make's built-in Watch Records module polls Airtable on a schedule, so changes arrive after a delay and every poll consumes operations. Simplified Webhooks pushes an event the instant a record is created, updated, or deleted, so your scenario runs immediately and only when something actually changes.

Can I watch updated and deleted records, not just new ones?

Yes. There are separate modules for new, updated, and deleted records. Updates include before/after field values, and deletions are detected too — which polling-based Watch Records cannot do.

Do I need to write any code?

No. Connect Airtable with a Personal Access Token, add the trigger module in Make, pick your base and table, and save. No scripts or Airtable automations required.

Start building with real-time Airtable triggers

Generous free tier. Upgrade anytime.

Airtable Webhooks for Make — Instant Watch Records Trigger | Simplified Webhooks