Skip to content

Email Message Metadata

Contains metadata if the message was sent as an email

message_idstring or null

The unique identifier for the email message as specified in the Message-ID header

Example:"<CADKw7xrXzqSn8v3mP8K8Q8yZ6K8Q8yZ6@mail.gmail.com>"
subjectstring

The subject of the email

Example:"Question about my order"
email_address_headersArray of objects(Email Address Headers)

A list of an email address headers.

historystring

The HTML content of any quoted or forwarded email history from the initial inbound message

Example:"<div><span>On Jan 28, wrote:</span><blockquote>Previous thread</blockquote></div>"
{ "message_id": "<CADKw7xrXzqSn8v3mP8K8Q8yZ6K8Q8yZ6@mail.gmail.com>", "subject": "Question about my order", "email_address_headers": [ {} ], "history": "<div><span>On Jan 28, wrote:</span><blockquote>Previous thread</blockquote></div>" }