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 create event.

Payload example

{
  "id": "6aa496db-5006-4bf7-be4b-06e50e65ad96",
  "event": "create",
  "recordId": "rec4yurm8f16BwMFj",
  "tableId": "tblKn2Ygplrq5Kmbg",
  "baseId": "appatVcKk6xNFwPej",
  "fields": {
    "fld...": {
      "name": "..",
      "current": ".."
    },
    "fldp...": {
      "name": "...",
      "current": "..."
    }
  },
  "meta": {
    "source": "client",
    "occurredAt": "2025-07-14T08:45:06.405Z",
    "user": {
      "id": "usr...",
      "name": "Test User",
      "email": "test.user@gmail.com"
    }
  }
}