The unified platform to deliver transactional emails and bulk marketing campaigns at scale. Hit the inbox every time, whether you're pushing code or launching a promo.
curl -X POST https://prod-api.mailchamp.org/api/v1/emails/otp \
-H "X-API-Key: eg_••••" \
-H "Content-Type: application/json" \
-d '{
"to": "user@gmail.com",
"from": "noreply@yourdomain.com",
"otp": "482913",
"subject": "Your login code",
"html": "<p>Code: <strong>{{otp}}</strong></p>"
}'Powering growth for modern teams & fast-moving engineering orgs
A simple, elegant interface so you can start sending emails in minutes. It fits right into your code with SDKs for your favorite programming languages.
| 1 | import { MailChamp } from '@mailchamp/sdk'; |
| 2 | |
| 3 | const mailchamp = new MailChamp({ |
| 4 | apiKey: process.env.MAILCHAMP_API_KEY, // 'eg_live_...' |
| 5 | }); |
| 6 | |
| 7 | const { data, error } = await mailchamp.emails.send({ |
| 8 | from: 'Acme <onboarding@yourdomain.com>', |
| 9 | to: ['customer@example.com'], |
| 10 | subject: 'Welcome to the platform!', |
| 11 | html: '<p>Hello <strong>Alex</strong>, your account is ready.</p>', |
| 12 | tags: [{ name: 'category', value: 'onboarding' }], |
| 13 | }); |
| 14 | |
| 15 | if (error) { |
| 16 | console.error('Email failed:', error); |
| 17 | } else { |
| 18 | console.log('Delivered message ID:', data.id); |
| 19 | } |
Segment: Active Customers (18,420)
Give your marketing team the autonomy they crave. Design responsive emails, manage massive contact lists, and schedule bulk broadcasts—all from a delightful, visually-driven workspace.
Style responsive templates with custom brand fonts, buttons, and product cards.
Import CSV lists, tag subscribers, and build smart behavioral filters effortlessly.
Test subject lines and CTA variants to automatically declare winning emails.
Whether it's a password reset or a Black Friday broadcast, your emails need to land. We handle the heavy lifting of deliverability so you don't have to.
Automatically warmed up and dynamically scaled to protect your sender reputation.
Guided 1-click verification for SPF, DKIM, and strict DMARC alignment.
Showcase your official brand mark directly next to messages in Gmail & Apple Mail.
Instant suppression for hard bounces, unsubs, and complaints to prevent spam penalties.
Transparent email infrastructure without surprise overage fees or siloed contact penalties.
Perfect for testing APIs, hackathons, and early side projects.
For growing web applications, SaaS products, and newsletters.
For scaleups with heavy volume and dedicated deliverability requirements.
Engineers and marketers agree on the single platform built for both speed and creative freedom.
“Finally, an email API that makes sense. We migrated our entire transactional email flow to MailChamp in under an hour, and haven't touched the code since.”
Chief Technology Officer at HyperScale
“I can finally launch our weekly campaigns without begging engineering to fix the HTML. The visual builder and audience segmentation are a lifesaver.”
Head of Growth at NovaFlow
Join thousands of developers and marketers building better communication with MailChamp.
No credit card required · Free 5,000 emails/month · Instant API access