Fires when a tracked link in the email is clicked. The URL reflects the destination after link wrapping and tracking redirection.

Payload

{
  "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"
  }
}
data.message_id
string
Identifier of the message containing the clicked link.
data.channel_id
string
Email channel used for the send.
data.to
string
Recipient address.
data.url
string
The destination URL that was clicked.
data.clicked_at
string
ISO 8601 time when the click was recorded.