email.rejected

Fired when an email was accepted for delivery but rejected afterwards.

Payload

{
  "event_id": "evt_2bH7kNwP5mQaV1sXgIdKe6pZr",
  "type": "email.rejected",
  "data": {
    "object": {
      "id": "em_4yM2nTvR8oPcX3uZiKeLg7sB",
      "object": "email",
      "from": "sender@example.com",
      "to": "recipient@example.com",
      "subject": "Welcome to Emailit",
      "status": "rejected",
      "meta": { "campaign": "welcome-series" },
      "updated_at": "2026-02-11T22:14:33.481927+00:00",
      "created_at": "2026-02-11T22:14:33.481927+00:00"
    }
  }
}

Fields

idstring
Link

Unique email identifier.

objectstring
Link

Always email.

fromstring
Link

Sender email address.

tostring
Link

Recipient email address.

subjectstring
Link

Email subject line.

statusstring
Link

Always rejected.

metaobject | null
Link

Custom metadata attached to the email.

updated_atstring
Link

ISO 8601 timestamp of the status change.

created_atstring
Link

ISO 8601 timestamp when the email was created.