create_webhook
Create a webhook endpoint to receive email event notifications. Obtain a signing secret to verify deliveries.
Instructions
Create a webhook endpoint (POST /webhooks). The signing secret is returned ONCE on create — store it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | Event types to subscribe to, e.g. ['email.delivered']. | |
| endpoint | Yes | HTTPS URL to deliver events to. |