v1

latestOpenAPI 3.0.12026-07-264182324.3 KB
Notifications

Create and send an email message to the consumer

post/send_mail

Request body

site_identifierstring required

Identifies your client site.

timestampstring required

The Unix Epoch time of the call

versionstring required

The version of the API. This version must match the version associated with your API key pair.

signaturestring required

The HMAC signature that is calculated by running your API Secret Key and the alphabetized, concatenated parameters of the request payload through the SHA256 message digest algorithm.

recipientsstring required

The email addresses where you are sending the email. Use commas to separate email addresses when sending the message to multiple recipients.

subjectstring required

The subject of the email message.

body_textstring required

The text of the email message. This parameter does not support HTML or special characters like emojis.

Response

Email Sent

statusstring

Provides the status of the request.

Example response

{
  "status": "ok"
}