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 If true, open and click tracking will be enabled for the email. If false, open and click tracking will be disabled for the email. If null, open and click tracking will be enabled if the inbox has open and click tracking enabled
Response
Successful Response
The ID of the email
