Skip to main content

Introduction

mail2many is a cloud-based email marketing solution for small and large businesses. Fast, secure, and customizable. With mail2many, editors manage subscribers and subscriber groups, create mailings, and send newsletters. They can also evaluate newsletter performance using statistics.

The mail2many API is a REST API that allows external applications to integrate seamlessly with mail2many. Using the API, developers can create, read, update, and delete subscribers and subscriber groups, send newsletters, and retrieve statistics.

The API is resource-oriented, accepts JSON requests, returns JSON responses, and uses standardized HTTP verbs, HTTP status codes, and Basic Authentication.

If you want to get started with the mail2many API, you should first understand the basic structure of mail2many and the most important terms. This documentation is here to help you with exactly that.

Once you know the basics, we recommend continuing with the API Usage documentation. There you will find, among other things:

  • Authentication
  • Request and response structure
  • Filtering and sorting
  • Rate Limiting
  • And additional best practices

You can then use the Endpoint Documentation to get started with your first requests to mail2many.

Let’s get started!