Introduction
MailerDash is a platform for sending transactional email (confirmations, password recovery, notifications) and marketing (list campaigns, drip automations) via a simple HTTPS API.
How it works
Section titled “How it works”- You authenticate each request with an API key (
Authorization: Bearerheader). - You send over two channels: transactional and bulk (marketing), routed with
the
X-Md-Channelheader. - Your emails are signed with DKIM from your verified domains for maximum deliverability.
The /v1 contract
Section titled “The /v1 contract”All endpoints live under /v1, the stable public contract. The version of the
running software is exposed at GET /version (changes with each release; the
/v1 contract does not).
Next step
Section titled “Next step”Follow the Quickstart to send your first email.