Create Webhook
create_webhookCreate a webhook to receive notifications for content and authentication events. Specify event names and sources to trigger the webhook.
Instructions
Create a webhook for content and auth events
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Destination URL | |
| name | Yes | Webhook display name | |
| events | Yes | Event names | |
| secret | No | Optional HMAC secret | |
| status | No | Webhook active status | |
| payload | No | Whether to include payload details | |
| sources | Yes | Event sources (e.g. cms, api) | |
| description | No | Optional description | |
| collection_ids | No | Optional collection ID filter |