Configure Zapier
Add a trigger: Webhooks by Zapier → Catch Hook. Copy the Custom Webhook URL.Create the webhook in Simplified Webhooks
- Create a new webhook and paste the Zapier URL.
- Select Base and Table.
- Choose the
updateevent.
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.