Articles

 Email Service API - General Information

Through the Email Newsletter Service's API, you can send newsletters, individual emails, manage...

 Service Restrictions to Prevent Spam

In order to combat spam, we have implemented a mechanism that limits the number of messages you...

 Getting the Current Balance Information

To check your balance, make the following HTTP request: curl -X GET...

 Sending a Single Email

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        JSON Request Example: { "title":"My Recipients" }...

 Managing Recipient Group Parameters

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

 Managing Recipients in a Group

Creating a recipient in a groupExammple of json data for an HTTP request:{...

 Managing organizations

Creating organization Example of json data for HTTP request: { "name":"My Organization",...

 Managing Email Campaigns

Creating an Email Campaign  JSON Data Example for HTTP Request: {...

 Sending Messages Via SMTP

Base URL smtp.msndr.net Use port 25 or 587 The use of SSL/TLS encryption is not mandatory....

 Webhooks Mechanism

The Webhooks mechanism allows you to receive POST requests to a specified URL when events occur...