create_webhook
Register an outgoing webhook endpoint to receive event notifications. Send16 sends POST requests with event JSON and HMAC-SHA256 signature to the specified URL.
Instructions
Register an outgoing webhook endpoint. Send16 POSTs event JSON to this URL with an HMAC-SHA256 signature. Outgoing webhooks are a plan feature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | HTTPS endpoint to receive events | |
| name | Yes | A label for this endpoint | |
| apiKey | No | Send16 API key (overrides SEND16_API_KEY env var) | |
| events | Yes | Event types to subscribe to | |
| enabled | No | Whether the endpoint is active (default true) |