This endpoint allows for the registration of a new webhook for specific events.
API key for authentication.
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.