Payload
Identifier of the message associated with the complaint.
Email channel used for the send.
Recipient address that issued the complaint.
ISO 8601 time when the complaint was recorded.
Webhook fired when an ISP reports a spam complaint for an outbound email.
{
"id": "evt_xxxxx",
"event": "email.complained",
"timestamp": "2026-03-28T10:00:00Z",
"data": {
"message_id": "msg_email_xxxx",
"channel_id": "ch_email_yyyy",
"to": "jana@example.com",
"complained_at": "2026-03-28T10:00:00Z"
}
}
NEWSLETTER sends.