Send Transactional Email (Attachments)

Transactional emails can be sent along with an attachment by specifying the following in the attachments field of the request body:

  • File name
  • Data

Endpoint

Method URL
POST https://api.everlytic.net/transactional/email/v1/mail

URL

https://api.everlytic.net/transactional/email/v1/mail

Request Body


Example Request

curl --location 'https://api.everlytic.net/transactional/email/v1/mail' \
--header 'Content-Type: application/json' \
--data-raw '{
  "body": {
    "html": "

Example Response