Webhooks
Create Webhook
Create a new outbound webhook for the current account.
The secret is returned only in this response — store it securely.
POST
Create a new webhook
Documentation Index
Fetch the complete documentation index at: https://docs.snackbase.dev/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Request body for creating a webhook.
Destination URL for webhook HTTP POST
Required string length:
1 - 2048Collection name to watch
Required string length:
1 - 100Events to fire on: create, update, delete
Minimum array length:
1HMAC-SHA256 signing secret (auto-generated if omitted)
Maximum string length:
100Optional rule expression to conditionally fire webhook
Whether the webhook is active
Optional custom HTTP headers to include in delivery
Response
Successful Response
Webhook creation response — includes secret (shown ONCE only).
Signing secret — save this, it will never be shown again
Create a new webhook