Services
Messaging services that scale with you
Integrate Email, SMS, WhatsApp, and social channels with predictable APIs, robust webhooks, bulk automation, and real-time logs. Faster shipping. Strong deliverability.
What you get
- Clean REST APIs for send, media, templates, schedule, and bulk.
- Webhooks & logs for delivery, read, and error events—observe everything.
- Security-first with token auth, IP allowlist, CSRF protection.
- Scale & control with rate limiting, queuing, and retries.
// Example: SMS send
POST /api/v1/sms/send
Authorization: Bearer <token>
Content-Type: application/json
{
"to": "+91XXXXXXXXXX",
"message": "Your order is confirmed.",
"webhook": "https://example.com/webhooks/sms",
"schedule_at": null
}
Capabilities
Bulk sending
Template management
Media & file attachments
Scheduling & automation
Two-way messaging
Rate control & quotas
Event webhooks
Real-time logs & analytics
Use cases
OTP & authentication
Send secure OTPs with instant delivery and logs.
Order updates
Proactive alerts across email, SMS, and WhatsApp.
Customer support
Two-way WhatsApp and Messenger for faster resolution.