Updates an existing message draft.
Your Moonbase API key.
The ID of the message to update.
The EmailMessage values to update.
The current lock version of the draft for optimistic concurrency control.
The subject line of the email.
The email body.
A list of the recipients.
A list of the CC recipients.
A list of the BCC recipients.
Update succeeded.
The Email Message object represents a single email within a Conversation.
String representing the object’s type. Always email_message for this object.
"email_message"Unique identifier for the object.
The current lock version of the message for optimistic concurrency control.
The time the message was received, as an ISO 8601 timestamp in UTC.
true if the message has not been read.
true if the message appears to be part of a bulk mailing.
true if the message is classified as spam.
true if the message is in the trash.
true if the message is a draft that has not been sent.
The subject line of the email.
Structured content that can be rendered in multiple formats, currently supporting Markdown.
A concise, system-generated summary of the email content.
A list of Address objects associated with the message (sender and recipients).
Note: Only present when requested using the include query parameter.
A list of Attachment objects on the message.
Note: Only present when requested using the include query parameter.
The Conversation thread this message is part of.
Note: Only present when requested using the include query parameter.