InkEmail
This type wraps around the Message type for emails.
Fields
Attachments on the message.
CC recipients on the message.
The contact channel identity.
The integer ID of the conversation this message belongs to.
The relay ID of the conversation this message belongs to.
The delivery status of the message.
The direction of the email.
The content of the current email (without previous emails from the email thread).
From email address.
The full email, including previous emails from the email thread if available, in HTML.
The full email, including previous emails from the email thread if available, in plain text format.
Is this an message an email.
The time the message was sent/received.
The email subject.
All Tags associated with a message.
The addresses that the message was sent to.
Example
{
"attachments": [InkMessageAttachment],
"cc": "tree-until-wide-spring-understand",
"contactChannelIdentity": InkContactChannelIdentity,
"conversationId": 87707694,
"conversationRelayId": "17529695",
"delivery": InkMessageDelivery,
"direction": "INBOUND",
"displayContent": "care-model-offer-yeah-six",
"fromHandle": "reflect-second-gun-walk-poor",
"fullContentHtml": "I-let-woman-mother-cold",
"fullContentPlainText": "chance-reach-none-trade-continue",
"isChannelEmail": true,
"occurredAt": "1993-04-06T04:11:22.848770+00:00",
"subject": "road-anyone-between-nation-entire",
"tags": [InkTag],
"toHandles": "blood-energy-place-money-bad"
}