Overview
By default, transactions are grouped by month. This grouping can be customised by setting the group name in the options field of the request body. All transactional emails that are sent will be aggregated by this group name.
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]