Send emails, sms, manage queues, webhooks, and backend services - all from a single API.
Built for developers, scalable for enterprises.
Get Started Read DocsSend transactional and marketing emails reliably, with tracking and analytics.
Handle background jobs, retries, and scheduling effortlessly.
Receive real-time notifications for events and system updates.
Secure API access with API keys and optional OAuth 2.0 support.
curl -X POST https://api.sunlesh.com/send/mail \
-H "Content-Type: application/json" \
-H "X-API-KEY: sk_test_123" \
-d '{
"to": "user@example.com",
"subject": "Hello",
"html": "Hello World"
}'