webhook_register
Register a webhook callback URL to get event notifications. Specify event types and optional HMAC secret for signature verification.
Instructions
Register a webhook callback URL to receive event notifications. Specify the URL, event types to subscribe to, and an optional HMAC secret for signature verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The callback URL to receive webhook notifications | |
| active | No | Whether the webhook is active (default: true) | |
| secret | No | Optional shared secret for HMAC-SHA256 signature verification | |
| description | No | Human-readable description of this webhook | |
| event_types | Yes | Event types this webhook should receive |