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

type'email.sent' required

The event type.

created_atstring date-time required

Timestamp when the event was emitted.

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.

Changes