create_webhook
Register a webhook to receive notifications when survey events occur.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Webhook URL to receive POST requests | |
| events | No | Events to subscribe to (default: response.completed) | |
| secret | No | Secret for HMAC-SHA256 webhook signatures | |
| survey_id | No | Specific survey ID or '*' for all surveys |