Articles

 Email Service API - General Information

Through the Email Newsletter Service's Application Programming Interface (API), you can send...

 Restrictions on the Service to prevent spam

In order to prevent spam, there is a mechanism that limits the number of messages you can send....

 Получение текущего баланса

Чтобы получить информацию по вашему балансу нужно выполнить следующий HTTP запрос: curl -X GET...

 Sending one email message

Sending an email message Example of json data for a request:   {...

 Getting information about templates

You can retrieve the list of templates using the following HTTP request: curl -X GET...

 Managing recipient groups

How to create a recipient group        Example of json data for a query: { "title":"My...

 Managing recipient group parameters

Creating a group parameter Example of json data for HTTP request: { "title":"Age",...

 Management of recipients in the group

Creating a recipient in a group Exammple of json data for HTTP request: {...

 Управление организациями

Создание организации Пример json данных для HTTP запроса: { "name":"My Organization",...

 Управление рассылками

Создание рассылки  Пример json данных для HTTP запроса: { "from_email":"hello@world.com",...

 Механизм Webhooks

Механизм Webhooks позволяет получать POST запросы на указанный вами URL в случае возникновения...

 Отправка сообщений по SMTP

Базовый URL smtp.msndr.net Порт 25 или 587 Использование шифрования SSL\TLS не является...