Create a webhook endpoint
hellio_create_webhookRegister an HTTPS endpoint to receive delivery receipts and other events. Provide a URL and subscribe to specific event names like message.delivered.
Instructions
Registers an endpoint to receive delivery receipts. The signing secret is returned once, on creation, so store it. Requires the webhooks scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The HTTPS endpoint that receives events. | |
| events | Yes | Event names to subscribe to, e.g. `message.delivered`. |