Send Transactional Email (Template ID)

Transactional email templates can also be created and stored using the transactional interface. After publishing these templates, the template ID can be referenced in the options field of the request body.

Using the interface to create transactional templates means they can be:

  • Drafted
  • Stored
  • Published
  • Reused

Endpoint

Method URL
POST 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 ''

Example Response

Email was sent successfully [200 OK]