keel_create_webhook
Subscribe a public HTTPS URL to Keel events, selecting a specific event or using 'all' to get every notification. Keeps your systems updated with compliance changes.
Instructions
Subscribe a target URL to Keel events. Use event "all" to receive every event. The URL must be a public HTTPS endpoint — the API rejects http://, localhost and private network addresses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | No | Event name to subscribe to (e.g. control.status_changed) or "all". | |
| targetUrl | Yes | Public HTTPS URL that will receive event POSTs. |