Create Webhook
create-webhookSet up a webhook to receive real-time notifications about email events such as sent, delivered, or bounced at a specified URL.
Instructions
Create a new webhook in Resend. A webhook allows you to receive notifications at a specified URL when certain events occur (e.g. email.sent, email.delivered, email.bounced).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | Array of event types to subscribe to | |
| endpoint | Yes | The URL where webhook events will be sent |