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

email.sent

The message was handed to the mail provider — acceptance, not delivery.

The message was handed to the provider. Acceptance, not delivery.

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
fromstring

Sender address.

Typestring
tostring[]

Recipients.

Typestring[]
subjectstring

The subject line.

Typestring
snippetstring

A short preview.

Typestring
attachments?object[]

Attachment metadata.

Typeobject[]

Handling it

This is the event to record in an outbox or an audit log. It is not evidence the message arrived — wait for email.delivered for that, and expect email.bounced instead when it didn’t.

A scheduled send fires this at the moment it actually goes out, not when you scheduled it.

Last updated on September 9, 2026

Was this page helpful?