JangoMail Application Programming Interface (API) and Web Service


The JangoMail Application Programming Interface (API) is a web service that allows you to control your JangoMail account programatically via an HTTP POST, an HTTP GET, or an XML-based SOAP call. The supported methods are shown below. Documentation on the API includes the tutorial on using the API, and a web-based reference on all available methods and their signatures.

The API is frequently updated with new methods and e-mail notifications are sent to people on the JangoMail API e-mail list. To join the API e-mail list click here.

The following operations are supported. For a formal definition, please review the Service Description.

Table of Contents

List Management
Campaign Sending
Transactional Sending
Campaign Reporting
Transactional Reporting
Account Management
Unsubscribe Management
Bounce Management

Expand All - Collapse All

- Campaign Sending

- Transactional Sending

- Campaign Reporting

- Group / Email List Management

- Unsubscribe Management

- Bounce Management

  • Adds a single e-mail address to your bounce list. Returns a string.
  • Checks for the presence of the specified e-mail address in the bounce list. Returns a string.
  • Removes a single e-mail address from the bounce list. Returns a string.
  • Gets the list of all e-mail addresses that have bounced at least once since the specified date. Returns a string.
  • Gets the list of all e-mail addresses that have bounced at least once since the specified date. Returns a string.
  • Gets the list of e-mail addresses that have bounced X times since specified date, where X is a configurable parameter in your account. Returns a string.
  • Gets the list of e-mail addresses that have bounced at least X times in total, and at least once since specified date. X is a configurable parameter in your account. Returns a string.
  • Gets the list of e-mail addresses that have bounced at least X times in total, and at least once since specified date. X is a configurable parameter in your account. Returns a string.
  • Gets the list of e-mail addresses that have bounced X times since specified date, where X is a configurable parameter in your account. Returns a string.

- Transactional Reporting

- Account Management