Documentation Index
Fetch the complete documentation index at: https://simplified-webhooks.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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
update event.
Payload example
{
"id": "0abce289-4d03-46ef-80b5-16744c1798a4",
"event": "update",
"recordId": "recRPq7LWatCDsBXm",
"tableId": "tblKn2Ygplrq5Kmbg",
"baseId": "appatVcKk6xNFwPej",
"fields": {
"fldqg4PbziDbWgLok": {
"name": "Status",
"current": "In progress",
"previous": "Todo"
}
},
"meta": {
"source": "client",
"occurredAt": "2025-07-14T08:46:25.107Z",
"user": {
"id": "usrnwwJUfsBR6EMXl",
"name": "Test User",
"email": "test.user@gmail.com"
}
}
}