01Live product
Mailcamp
A transactional email platform for developers who want a short path to production. Create an API key, send an email, inspect delivery, and add a custom domain only when it is needed.
Email infrastructureDeveloper APIMulti-tenant platform
- Simple REST API for transactional email
- Custom domains, email verification, and signed webhooks
- Delivery logs, scoped API keys, and pay-as-you-go credits
POST /v1/emails
curl https://api.mailcamp.io/v1/emails \
+ -H "Authorization: Bearer mct_live_..." \
+ -H "Content-Type: application/json" \
+ -d '{
"from": {"email": "[email protected]"},
"to": [{"email": "[email protected]"}],
"subject": "Your order is confirmed"
}'202Accepted · queued for delivery
