Workspace Connections

Plug Sangi Mail into Your Stack

From AWS relays and REST API handoffs to webhook alerts and no-code connectors.

InfrastructureNative

AWS SES Provider

Connect Sangi Mail to AWS Simple Email Service to dispatch production transactional emails under your SES rate boundaries.

ProtocolsVerified

SMTP Relay Endpoints

Integrate Sangi Mail relay servers directly inside WordPress, CRMs, or legacy scripts using secure credentials.

DevelopersSDK Ready

REST Sending API

Dispatch JSON structured email bodies from any application backend using scope-bounded authorization header tokens.

EventsReal-time

Webhook Deliveries

Receive push alerts at custom backend URLs for event loops like bounces, delivery counts, or spam complaints.

No-CodeUpcoming

Zapier Connector

Route incoming messages in Sangi shared inboxes to database rows, spreadsheets, or 5000+ app connectors.

CommunicationsUpcoming

Slack Notification Alerts

Dispatch bounce warning logs or incoming team messages directly to Slack channels for immediate group visibility.

Write custom integrations in minutes

Our JSON REST APIs and secure cryptographic webhooks make it simple to customize your email delivery pathways and pipeline incoming communications into your application.

# Send transactional mail using Sangi API
curl -X POST https://mail.techsangi.com.np/api/emails/send \
  -H "Authorization: Bearer sg_key_77a1bc" \
  -H "Content-Type: application/json" \
  -d '{
    "mailbox_id": "sg_mb_9901",
    "to": ["client@partner.com"],
    "subject": "System Warning Notification"
  }'