Payload
Identifier of the message containing the clicked link.
Email channel used for the send.
Recipient address.
The destination URL that was clicked.
ISO 8601 time when the click was recorded.
Webhook fired when a tracked link in an email is clicked.
{
"id": "evt_xxxxx",
"event": "email.clicked",
"timestamp": "2026-03-28T09:16:00Z",
"data": {
"message_id": "msg_email_xxxx",
"channel_id": "ch_email_yyyy",
"to": "jana@example.com",
"url": "https://shop.arowana.app/sale",
"clicked_at": "2026-03-28T09:16:00Z"
}
}