Your domain must have sending capability enabled to send messages from inboxes. See add a sending domain to configure your domain.
Send a new message
Send a new email from an inbox. This creates a new thread for the conversation.Send request fields
| Field | Required | Description |
|---|---|---|
to | Yes | Array of recipient addresses (at least one). |
cc | No | Array of CC addresses. |
bcc | No | Array of BCC addresses. |
subject | Yes | The message subject line. |
html | No | The HTML body. |
text | No | The plain text body. |
address (required) and name (optional) fields.
Reply to a message
Reply to a received message. The reply is added to the same thread and automatically sets theIn-Reply-To header to link the conversation.
Reply request fields
| Field | Required | Description |
|---|---|---|
html | No | The HTML body of the reply. |
text | No | The plain text body of the reply. |
replyAll | No | Set to true to reply to all recipients. Defaults to false. |
Reply all
When you setreplyAll to true, the reply is sent to the original sender and all recipients from the original message. Your own inbox address is automatically excluded from the recipient list.
Forward a message
Forward an existing message to new recipients. This creates a new thread for the forwarded conversation.Forward request fields
| Field | Required | Description |
|---|---|---|
to | Yes | Array of recipient addresses (at least one). |
text | No | An optional comment to prepend to the forwarded message. |
Response fields
All send, reply, and forward operations return the same response structure:| Field | Description |
|---|---|
id | The ID of the new message. |
threadId | The ID of the thread. |
fromAddress | The sender email address. |
subject | The message subject. |
