WEBHOOK
message.bounced
{
  "type": "message.bounced",
  "webhook_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "timestamp": "2023-11-07T05:31:56Z",
  "data": {
    "account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "event": "on_reception",
    "from": "[email protected]",
    "recipient": "[email protected]",
    "subject": "<string>",
    "message_id_header": "<string>",
    "id": "<string>",
    "user_agent": "<string>",
    "ip": "<string>",
    "is_bot": "true"
  }
}

Body

application/json
type
enum<string>
required

The event type

Available options:
message.bounced
webhook_id
string<uuid>
required

The webhook ID (the same ID as returned by the Create Webhook API)

timestamp
string<date-time>
required

When the event occurred (ISO 8601 format)

data
object
required

Response

Webhook received successfully