Send Email
Send an email from an inbox.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The ID of the inbox to send the email from
The subject of the email. If not provided, the subject of the original email will be used. Must be provided for new emails
A unique identifier for the email. If the same request is sent multiple times with the same idempotency key, only the first email will be sent
The plain text content of the email. Can be null
if the email is only available in html
The html content of the email. Can be null
if the email is only available in plain text
If true
, html
and plain_text
are alternative representations of the same content
The BotMailRoom
ID of the email to reply to or forward. Can be null
if the email is a new email
forward
, reply
, new
The IDs of the attachments to include in the email from the attachments pool. See here for more information on the attachments pool
Response
The ID of the email