Email, CRM & SMS APIs — built for developers, trusted by teams.
One platform, three modern REST APIs. Send transactional emails, sync contacts and deliver SMS worldwide — straight from your application, in minutes.
No credit card. 100 requests / minute on every plan.
curl -X POST https://api.mailpro.com/v2/email/send \
-H "Authorization: Bearer $MAILPRO_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"to": "[email protected]",
"subject": "Welcome to Mailpro",
"html": "<h1>Hello, Ada</h1>"
}'