Payload
Identifier of the message from which the unsubscribe was triggered.
Email channel used for the send.
Recipient address that unsubscribed.
ISO 8601 time when the unsubscribe was recorded.
Webhook fired when a one-click unsubscribe is processed.
{
"id": "evt_xxxxx",
"event": "email.unsubscribed",
"timestamp": "2026-03-28T11:00:00Z",
"data": {
"message_id": "msg_email_xxxx",
"channel_id": "ch_email_yyyy",
"to": "jana@example.com",
"unsubscribed_at": "2026-03-28T11:00:00Z"
}
}
NEWSLETTER consent record status is set to REVOKED and they are suppressed from future subscription sends.