Articles
Through the Email Newsletter Service's Application Programming Interface (API), you can send...
Restrictions on the Service to prevent spamIn order to prevent spam, there is a mechanism that limits the number of messages you can send....
Получение текущего балансаЧтобы получить информацию по вашему балансу нужно выполнить следующий HTTP запрос: curl -X GET...
Sending one email messageSending an email message Example of json data for a request: {...
Getting information about templatesYou can retrieve the list of templates using the following HTTP request: curl -X GET...
Managing recipient groupsHow to create a recipient group Example of json data for a query: { "title":"My...
Managing recipient group parametersCreating a group parameter Example of json data for HTTP request: { "title":"Age",...
Management of recipients in the groupCreating 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 не является...