Update a Transactional Template

Overview This request allows you to update an transactional template by specifying details such as the name subject line, HTML content, and enabling engagement reporting. It makes use of a PUT request, and uses the same request body as creating a new transactional [...]

2024-04-04T12:46:10+02:0028/08/2023|

Create a Transactional Template

Overview This request allows you to create a transactional template by specifying details such as the name subject line, HTML content, and enabling engagement reporting. Endpoint Method URL POST https://api.everlytic.net/transactional/email/v1/templates Request Body { [...]

2023-08-28T23:06:13+02:0028/08/2023|

Delete Transactional Template

Overview This request deletes a single transactional template using the template ID provided in the request Endpoint Method URL Parameters DELETE https://api.everlytic.net/transactional/email/v1/templates/[Template ID] [Template ID] - Unique string ID of the template to be deleted [...]

2023-08-28T22:33:10+02:0028/08/2023|

Get Single Transactional Template

Overview This request retrieves a single transactional template based on the provided ID. The template data contains information specific to the template such as the name, subject line, and from email address, as well as the HTML body content, and settings for tracking [...]

2023-08-28T22:25:18+02:0028/08/2023|

Save Transactional Suppressions

Overview This request allows email addresses to be added to the suppression list. These suppressions will be marked as user suppressions. Endpoint Method URL POST https://api.everlytic.net/transactional/email/v1/suppression Request Body { "emails" : [ [...]

2023-08-29T01:43:51+02:0018/08/2023|

Get Transactional Suppressions

Overview This request lists all transactional suppressions, the origin of the suppression, as well as a description of the suppression, if one was provided. The suppression origin can be one of bounce, user or unsubscribe. User suppressions refer to suppressions that have been [...]

2023-08-29T01:47:43+02:0018/08/2023|

Delete Transactional Suppressions

Overview This request allows you to remove a transactional suppression by email address. It will return a status of true if the email address was successfully removed from the suppression list, and false if the request was unsuccessful. A false response will usually [...]

2023-08-29T01:45:24+02:0016/08/2023|

Transactional API Migration

Transactional API Migration Important Note: Previously, if you wanted to view the status and details of a transaction, we provided endpoints that allowed you retrieve a single transaction (see Get Specified Transaction), or multiple transactions, with their corresponding status information. Now, [...]

2023-08-18T14:14:20+02:0016/08/2023|

List Transactional Suppressions – Unsubscribes

Overview This request lists all transactional suppressions. These include bounce, user, unsubscribe, etc. All types of transactional suppressions.  The response will provide a listing of 100 transactional suppressions per page. The maximum number of items you can query per page is 2000 using [...]

2021-11-25T10:51:22+02:0006/11/2020|