Integrate our platform with your CRM or other data source to manage contacts and send messages.

Webhook Retry Endpoint (Transactional Email)

Overview Call this endpoint as a GET request to retry processing of failed webhook events using the URL that is provided below. NOTE: The platform will automatically retry webhooks when it fails to post data to a webhook’s configured endpoint. Currently, the [...]

2023-09-27T09:33:21+02:0027/09/2023|

Get A Single Webhook (Transactional SMS)

Overview Call this endpoint as a GET request to get a single webhook associated with your account. Endpoint Method URL GET https://{{your url}}/api/2.0/production/sms/webhooks/{{webhook_id}} Requests Example Curl Request curl --location [...]

2023-09-26T15:04:38+02:0026/09/2023|

Get All Webhooks (Transactional SMS)

Overview Call this endpoint as a GET request to get a list of all available webhooks associated with your account. Endpoint Method URL GET https://{{your url}}/api/2.0/production/sms/webhooks Requests Example Curl Request [...]

2023-09-27T15:14:05+02:0026/09/2023|

Update Webhook (Transactional SMS)

Overview Call this endpoint as a PUT request to update a webhook using the URL that you have provided in the body. Endpoint Method URL PUT https:// {{your_url}} /api/2.0/production/sms/webhooks/{{webhook_id}} Properties [...]

2023-09-27T15:11:46+02:0026/09/2023|

Create Webhook (Transactional SMS)

Overview Call this endpoint as a POST request to register a webhook using the URL that you have provided in the body. Endpoint Method URL POST https:// {{your_url}} /api/2.0/production/sms/webhooks/create Properties [...]

2023-09-27T15:17:20+02:0015/09/2023|

Fetch Reports on a Specified Email (API 3.0)

Overview You can use this request to retrieve messages on a specific email. Use the ID of the email you want the reports on, and specify which report you want the system to return. Endpoint Method URL [...]

2023-09-19T14:39:34+02:0015/09/2023|

Transactional Email Webhook Payloads

Overview This page lists examples of the payloads that will be sent to registered transactional email webhooks. The webhook payloads may differ based on the event that triggered it, or whether certain settings have been enabled. The webhook event type can be one [...]

2023-08-29T08:43:55+02:0028/08/2023|

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|