Properties
Property | Type | Description |
---|---|---|
| String | ID of the message |
| Recipient the message is coming from. | |
| Array of | List of recipients the message is addressed to. |
| Array of | List of recipients set in the
header. |
| Array of (optional) | List of recipient in copy of the message. |
| Array of (optional) | List of recipients in blind copy of the message. |
| Date | Date at which the message has been sent from Front or received in Front. |
| String | Status of the message. |
| Object (optional) | |
| String | Body of the message. |
| String | Content type of the
. Can be either
or
. |
| Array of | Files attached to the message. |
Message status
A message status represents whether it was received or sent. It can be one of:
inbound
for a message received by a channel.outbound
for a message sent by a channel.
Message content
The content
property is optional to reflect the fact that the content of non-draft messages is lazy loaded when the teammate opens them.