Developer Tools
Developer API Sandbox
Test sending payloads interactively. Select your programming language of choice and trigger simulated deliveries.
Request Builder
curl -X POST https://mail.techsangi.com.np/api/emails/send \
-H "Authorization: Bearer sg_key_demo" \
-H "Content-Type: application/json" \
-d '{
"mailbox_id": "sg_mb_demo",
"to": ["recipient@domain.com"],
"subject": "Hello from Sangi Mail API"
}' Live Exec Logs
Console idle. Trigger "Simulate API Call" to watch execution trace logs...
Sangi Mail's REST API supports secure HMAC webhook triggers, custom retry parameters, and multi-tenant domain verification audits.
Request developer credentials →