Articles
Through the Email Newsletter Service's API, you can send newsletters, individual emails, manage...
Service Restrictions to Prevent SpamIn order to combat spam, we have implemented a mechanism that limits the number of messages you...
Getting the Current Balance InformationTo check your balance, make the following HTTP request: curl -X GET...
Sending a Single EmailSending 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 JSON Request Example: { "title":"My Recipients" }...
Managing Recipient Group ParametersCreating a group parameter Example of json data for an HTTP request: { "title":"Age",...
Managing Recipients in a GroupCreating a recipient in a groupExammple of json data for an HTTP request:{...
Managing organizationsCreating organization Example of json data for HTTP request: { "name":"My Organization",...
Managing Email CampaignsCreating an Email Campaign JSON Data Example for HTTP Request: {...
Sending Messages Via SMTPBase URL smtp.msndr.net Use port 25 or 587 The use of SSL/TLS encryption is not mandatory....
Webhooks MechanismThe Webhooks mechanism allows you to receive POST requests to a specified URL when events occur...