Webhook Events
Email sent
Occurs whenever the API request was successful. Resend will attempt to deliver the message to the recipient's mail server.
postWebhookemail.sent
Payload
Example payload
{
"created_at": "2023-10-06T23:47:56.678Z",
"data": {
"created_at": "2023-10-06T23:47:56.678Z"
}
}Response
Return any 2xx status code to acknowledge receipt of the event.