Creates a new message draft.
Your Moonbase API key.
The EmailMessage object to be created.
The inbox to use for sending the email.
The content of the email body in Markdown format.
The ID of the conversation, if responding to an existing conversation.
The subject line of the email.
A list of Address objects for the recipients.
A list of Address objects for the CC recipients.
A list of Address objects for the BCC recipients.
Creation 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 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.