Skip to content
AI Inbx
Esc
navigateopen⌘Jpreview
On this page

email.clicked

A tracked link was clicked — a much stronger signal than an open.

A tracked link was clicked. A much stronger signal than an open.

Payload

PropType
email_idstring

eml_…

Typestring
thread_idstring

The conversation.

Typestring
domain_idstring | null

The domain it was sent from, or null when sent through a mailbox.

Typestring | null
mailbox_idstring | null

The mailbox it was sent through, or null when sent from a domain.

Typestring | null
suppression_keystring | null

The list the send named, when it named one.

Typestring | null
urlstring

The destination that was clicked.

Typestring

Handling it

A click is a real human action in a way an open is not, so this is the event to attribute against. Security scanners do visit links before the recipient does, though — if the click arrives within a second or two of delivery, treat it with suspicion.

Last updated on September 9, 2026

Was this page helpful?