Skip to content
Bring your own SMTP or SES — pay AWS rates, not SaaS rates

For developers

Build on top of
MailerSpark.

A real REST API. Signed webhooks. Bearer auth. Idempotent endpoints. The same MailerSpark your team uses, exposed as a stable, versioned API.

API v1 · Bearer auth · HMAC-SHA256 signed webhooks

POST /api/v1/campaigns
curl -X POST https://app.mailerspark.com/api/v1/campaigns \
  -H "Authorization: Bearer ms_live_***" \
  -H "Content-Type: application/json" \
  -d '{
    "type": "cold",
    "name": "Q1 Outbound",
    "listId": "lst_8a3f",
    "steps": [
      { "waitDays": 0, "subject": "Quick question about {{company}}" },
      { "waitDays": 3, "subject": "Re: Quick question" }
    ]
  }'
200 OK · campaign created· 100 req / min rate limit· scoped to your organization

Get an API key

Sign up, generate a key, make a request.

Free plan includes API access from day one. Paid plans unlock higher rate limits and sequence-creation endpoints.

Encrypted in transitGDPR readyNo credit card