Create Webhook
create-webhookSet up a webhook to receive HTTP notifications from Resend when email events like sent, delivered, or bounced occur at your specified endpoint.
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 |