create-webhook
Create a webhook endpoint for Zentria CRM to send event notifications to your HTTPS callback URL. Specify event names and start receiving updates.
Instructions
Create a webhook endpoint. Signing secret returned once (POST /api/public/webhooks). Scope: webhooks:write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTPS callback URL. | |
| events | Yes | Event names, e.g. sales.deal.updated. | |
| source | No | Source label (default api). | |
| filters | No | ||
| isActive | No | ||
| description | No |