Skip to main content

Configure Zapier

Add a trigger: Webhooks by ZapierCatch Hook. Copy the Custom Webhook URL.

Create the webhook in Simplified Webhooks

  1. Create a new webhook and paste the Zapier URL.
  2. Select Base and Table.
  3. Choose the update event.

Payload example

Coalescing Rapid Updates (coalesceUpdates)

When a user types in Airtable or an automation makes multiple rapid updates to the same record within a few seconds, it can trigger multiple separate webhooks. To prevent redundant executions and save tasks in Zapier, you can enable Coalescing (or pass "coalesceUpdates": true via the API). When enabled:
  • Rapid updates to the same record are grouped together.
  • The webhook waits briefly to collect all changes.
  • A single, consolidated webhook payload is sent containing all updated fields.