Fields
string (uuid)
required
Unique identifier for the email message.
string
required
Always
email_message.string (uuid)
The ID of the email thread this message belongs to.
string
required
The email subject line.
string
required
The email body content.
ContactInfo | null
The sender of the email. See ContactInfo below.
string
The type of the email message. One of
manual, campaign, reply_agent, or received.string
The status of the email message. One of
sent or draft.string (uuid)
The ID of the prospect associated with this message.
string (uuid)
The ID of the rep associated with this message.
object
required
The email recipients, broken down by type.
string (date-time)
required
Timestamp when the email was sent.
string (date-time)
required
Timestamp when the email message record was created.
string (date-time)
required
Timestamp when the email message record was last updated.
ContactInfo
The contact info object is used for email senders and recipients.string
required
Display name of the contact.
string
required
Email address of the contact.
Example
Used in
- List email messages - returns an array of email message objects
- Get an email message - returns a single email message object