Send Email message

The method is used for sending an Email message to a contact. A new contact is created if no contact with such email address exists.

⚠️ Not recommended for OTP passwords. This method requires the full email HTML in the request body. Because of the content volume, such requests are not logged reliably, which makes delivery troubleshooting difficult.
Use the Send prepared message method instead: the caller only passes substitution variables, the template is stored on our side, so the message is sent faster and all requests are logged correctly.

Body Params
string
required

Sender address (enter one of the valid sender addresses). Address format: ""name" <[email protected]>"

string
required

Message subject

string
required

Message HTML code

string

Version of the message in plain text

string

Message AMP HTML code

emails
array of strings
required

The list of recipients

emails*
tags
array of strings

The list of tags assigned to the message

tags
string

External request ID. It is the same for all the recipients

boolean

Skip the application of personalization to the message

subscriptionsKeys
array of strings

Array of subscription category keys added to the message

subscriptionsKeys
boolean

The parameter determines whether to track links in the message or not. The default value is ‘true’

Response

Language
Credentials
Basic
base64
:
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json; charset=UTF-8