v1

latestOpenAPI 3.1.02026-07-24403468.9 KB

Send E-Mail request

Use E-Mail endpoint to send single E-Mail . When you send a request using this API, the API will return to you the sent request’ ID to track it later using our platform.

post/send

Request body

sourcestring required

This is where the email will appear to originate from for your recipient.

destinationsstring required

The destination for this email, composed of To. (string or array of strings)

subjectstring required

The subject of the message: A short summary of the content, which appears in the recipient's inbox.

bodystring required

The message to be sent.

Response

200

MessageIdstring

Example response

{
  "$metadata": {
    "httpStatusCode": 200,
    "requestId": "29130eef-bbc2-48dc-b9a9-0a908930eac8",
    "attempts": 1
  },
  "MessageId": "0113018a3caf17d3-3cc0501f-5a9f-4e67-974a-98e67d9193d0-000000"
}