Register a new webhook
This endpoint allows for the registration of a new webhook for specific events.
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.
Authorizations
API key for authentication.
Body
Webhook registration details
The ID of the base.
"appkGlXEiufQLn1Qd"
The type of event to subscribe to.
record_update, record_create, record_delete, table_create, table_update, table_delete, column_create, column_update, column_delete The URL to which the webhook notifications will be sent.
"https://hook.eu2.make.com/your-unique-hook-id"
Record events: Required. Single table ID. table_create: Omit. Watches entire base for new tables. table_update / table_delete / column_create / column_update / column_delete: Optional. Pass as array of table IDs to watch specific tables, or omit/null to watch all tables.
"tblMHdKX6vN1Eci9x"
An array of column IDs to watch for updates. Required for record_update, must be empty for all other events.