Skip to main content
WEBHOOK
outbound.email.bounced
{
  "event": "<any>",
  "data": {
    "emailId": "<string>",
    "messageId": "<string>",
    "bouncedAt": "<string>",
    "bounceType": "Permanent",
    "bounceSubType": "<string>",
    "recipients": [
      {
        "emailAddress": "<string>",
        "action": "<string>",
        "status": "<string>",
        "diagnosticCode": "<string>"
      }
    ]
  },
  "attempt": 123,
  "timestamp": 123
}

Headers

X-AiInbx-Timestamp
string
required

Unix timestamp used for signature

X-AiInbx-Signature
string

HMAC SHA-256 signature of "timestamp.body" using your webhook secret, prefixed with sha256=

Body

application/json
event
any
required
data
object
required
attempt
integer
required
timestamp
integer
required