Send Email
Send a single email — transactional (order confirmations, OTPs, notifications) or promotional — through the Mailercloud Email API. Supports plain text, HTML, AMP content, attachments, and multiple recipients (To, CC, BCC).
Key points:
from(andreplyTo) must belong to a verified sender on your account.- Set
versionto"1.0"for HTML-only sends, or"2.0"when includingamp_html. - Provide both
htmlandtextfor the best deliverability. - Attachments are fetched at send time from a publicly accessible
url.
Need per-recipient personalization (Hi {{first_name}}…) in one request? Use Send Personalized Email (mail merge) — same request structure plus merge_vars.
POST
Authorizations
Your Mailercloud API key (plain text, no Bearer prefix). Create keys in Settings → API.
Headers
Request body type
Body
application/json