Send Message

Path parameters

inbox_idstringRequired

ID (address) of inbox.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
tostring or list of stringsRequired

Recipient address or addresses.

ccstring or list of stringsOptional

CC recipient address or addresses.

bccstring or list of stringsOptional

BCC recipient address or addresses.

subjectstringOptional

Subject of message.

textstringOptional

Plain text body of message.

htmlstringOptional

HTML body of message.

Response

This endpoint returns an object.
message_idstring

ID of message.

thread_idstring

ID of thread.

Errors