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

email.opened

A tracked open. Requires open tracking on the domain.

A tracked open. Requires open tracking on the domain.

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
user_agentstring | null

The client that loaded the pixel.

Typestring | null

Handling it

Never branch application logic on a single open — “they haven’t read it, resend” will misfire on both kinds of client. email.clicked is the signal worth acting on.

Last updated on September 9, 2026

Was this page helpful?