Skip to main content

1. Get your API key

In your Mailercloud account, open Settings → API and create a key. You can create up to 10 keys. Every request below sends this key in the Authorization header (plain text, no Bearer prefix).

2. Create a list

The response includes the list’s id — you’ll need it in the next steps.

3. Add a contact

4. Create a campaign

name, subject, sender, and list_ids are required, plus your HTML content:
The sender email must belong to a verified sender on your account.

5. Send a test email, then schedule

Preview it in your own inbox first:
Happy with it? Send or schedule it with Schedule Campaign.

Next steps