create_webhook
Create an HTTPS endpoint to subscribe to Resend events like email.sent or email.bounced, and receive a signing secret to verify payload authenticity.
Instructions
Create a webhook endpoint that receives Resend events. Returns a signing secret used to verify payloads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | HTTPS URL that will receive event POSTs | |
| events | Yes | Event types to subscribe to |