Messaging Services
/
Email
Email Campaign API
Deploy high-deliverability marketing newsletters, welcome sequences, and transactional receipts. Sync campaign analytics (opens, clicks, bounces) directly to your web servers.
Dispatch Transactional Email
curl -X POST https://api.msgx.in/v1/email/send \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"to": "customer@email.com",
"subject": "Welcome aboard!",
"template_id": "welcome_drip_1",
"variables": {
"name": "Rahul"
}
}'