Skip to main content

When it triggers

This event fires when the recipient’s mail server permanently rejects the email. Common causes include invalid email addresses, full mailboxes, or domain-level blocks.
Bounced addresses are automatically added to the suppression list to protect your sender reputation. Future emails to this address will be blocked.

Payload

{
  "type": "email.bounced",
  "data": {
    "email_id": "em_abc123",
    "from": "hello@yourdomain.com",
    "to": "user@example.com",
    "subject": "Welcome to SendKit",
    "created_at": "2026-03-02T12:00:02+00:00"
  },
  "created_at": "2026-03-02T12:00:02+00:00"
}

Payload fields

email_id
string
Unique identifier of the email.
from
string
Sender email address.
to
string
Recipient email address.
subject
string
Email subject line.
created_at
string
ISO 8601 timestamp of when the email was created.