Send Transactional Email (Personalisation)
Personalisation can be added to to a transactional email using personalisation fields, and adding corresponding tags to the transactional email HTML. If you are using a template, you can add tags to your saved template HTML.
Common fields are fields that will be personalised with the same value for all recipients in the request, while unique fields are mapped to each recipient email address and will be personalised with the value mapped to that email address in the request.
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' \ --data-raw ''
Example Response
Email was sent successfully [200 OK]