Update Message
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
inbox_id
ID of inbox.
message_id
ID of message.
Request
This endpoint expects an object.
add_labels
Labels to add to message.
remove_labels
Labels to remove from message.
Response
This endpoint returns an object.
inbox_id
ID of inbox.
thread_id
ID of thread.
message_id
ID of message.
labels
Labels of message.
timestamp
Time at which message was sent or drafted.
from
Address of sender. In format username@domain.com or Display Name <username@domain.com>.
to
Addresses of recipients. In format username@domain.com or Display Name <username@domain.com>.
size
Size of message in bytes.
updated_at
Time at which message was last updated.
created_at
Time at which message was created.
reply_to
Reply-to addresses. In format username@domain.com or Display Name <username@domain.com>.
cc
Addresses of CC recipients. In format username@domain.com or Display Name <username@domain.com>.
bcc
Addresses of BCC recipients. In format username@domain.com or Display Name <username@domain.com>.
subject
Subject of message.
preview
Text preview of message.
text
Plain text body of message.
html
HTML body of message.
attachments
Attachments in message.
in_reply_to
ID of message being replied to.
references
IDs of previous messages in thread.
