Create Webhook
create-webhookConfigure a webhook endpoint to receive notifications when email events occur, such as sent, delivered, or bounced. Specify the target URL and choose which events to track.
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 |