Get Message

Path parameters

inbox_idstringRequired

ID (address) of inbox.

message_idstringRequired

ID of message.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

This endpoint returns an object.
thread_idstring

ID of thread.

message_idstring

ID of message.

event_idstring

Event ID of message.

labelslist of strings

Labels of message.

timestampdatetime

Time at which message was sent or drafted.

fromstring

Address of sender. In format username@domain.com or Display Name <username@domain.com>.

tolist of strings

Addresses of recipients. In format username@domain.com or Display Name <username@domain.com>.

inbox_idstring

ID (address) of inbox.

organization_idstring

ID of organization.

reply_tostringOptional

Address to reply to. In format username@domain.com or Display Name <username@domain.com>.

subjectstringOptional

Subject of message.

previewstringOptional

Text preview of message.

cclist of stringsOptional

Addresses of CC recipients. In format username@domain.com or Display Name <username@domain.com>.

bcclist of stringsOptional

Addresses of BCC recipients. In format username@domain.com or Display Name <username@domain.com>.

textstringOptional

Plain text body of message.

htmlstringOptional

HTML body of message.

attachmentslist of objectsOptional

Attachments in message.

in_reply_tostringOptional

ID of message being replied to.

referenceslist of stringsOptional

IDs of previous messages in thread.

Errors