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
delete event.
Payload example
{
"id": "90b26bea-80d2-404f-96e0-0d685fe3061d",
"event": "delete",
"recordId": "rec4yurm8f16BwMFj",
"tableId": "tblKn2Ygplrq5Kmbg",
"baseId": "appatVcKk6xNFwPej",
"meta": {
"source": "client",
"occurredAt": "2025-07-14T08:47:20.174Z",
"user": {
"id": "usrnwwJUfsBR6EMXl",
"name": "Test User",
"email": "test.user@gmail.com"
}
}
}
Use the identifiers to find and clean up related data in downstream systems.