Email Delivery API

Email infra
built for
developers.

Send transactional, bulk and triggered emails at scale.
REST API, SDKs, webhooks, full observability.
No vendor lock-in. Just SMTP done right.

99.98%
Delivery rate
<80ms
Avg. send latency
6 regions
Global edge nodes
2.4B+
Emails delivered
send.js
import { Murisana } from '@murisana/sdk'
 
const mail = new Murisana({
  apiKey: process.env.MRN_KEY
})
 
await mail.send({
  to: 'user@example.com',
  template: 'welcome-v2',
  vars: { name: 'Elena' },
  region: 'us-east',
  tags: ['onboarding']
})
 
// → { id: 'msg_01JF...', status: 'queued' }
Core features

Everything you need. Nothing you don't.

Instant Delivery API

Single endpoint for transactional, bulk and batch emails. Send one or one million with the same call signature.

01

Real-time Analytics

Opens, clicks, bounces, spam reports and unsubscribes. Stream events via webhooks or query our metrics API.

02

Advanced Auth

DKIM, DMARC, SPF auto-configuration. Custom domain verification in under 5 minutes. IP warm-up included.

03

Template Engine

Handlebars, Liquid, MJML and React Email supported. Version control, A/B testing and preview environments.

04

Smart Routing

Geo-based routing, failover pools and priority queues. Your transactional traffic never shares infra with bulk.

05

SDK + SMTP Bridge

Official SDKs for Node, Python, Go, PHP, Ruby. Drop-in SMTP relay for legacy apps. Zero code changes required.

06
REST API

Designed for devs, not dashboards.

Clean, predictable REST endpoints. Idempotent keys, cursor-based pagination, structured errors with machine-readable codes. Every response includes trace IDs for debugging in production.

POST /v1/messages Send email
GET /v1/messages/:id Get status
POST /v1/messages/batch Bulk send
GET /v1/templates List templates
POST /v1/suppressions Add suppression
DEL /v1/webhooks/:id Remove hook
curl · POST /v1/messages
# Send a transactional email curl -X POST https://api.murisanamail.com/v1/messages \ -H "Authorization: Bearer $MRN_KEY" \ -H "Content-Type: application/json" \ -d '{ "from": "noreply@yourdomain.com", "to": ["user@example.com"], "subject": "Welcome to the app", "template": "welcome-v2", "vars": { "name": "Elena", "plan": "pro" }, "tags": ["onboarding", "welcome"], "idempotency_key": "usr_abc123_welcome" }' # Response { "id": "msg_01JFKX29...", "status": "queued", "region": "us-east-1", "queued_at": "2025-01-20T14:32:07Z", "estimated_delivery_ms": 74 }
Infrastructure

Built to survive production.

Dedicated IPs

Your reputation, your IPs. Automated warm-up schedules. Shared pools available for smaller volumes.

Global Edge

6 regional data centers across US, EU and APAC. Automatic latency-based routing with geo-failover.

Event Streaming

Webhook delivery with automatic retries, dead-letter queues and per-event HMAC signatures for security.

Multi-tenant Isolation

Strict queue and rate isolation per account. Your sends never affect another tenant's delivery or reputation.

Pricing

Honest pricing. No surprises.

Starter
$0 / mo
Up to 5,000 emails / month
  • REST API + SMTP relay
  • 3 sending domains
  • Basic delivery analytics
  • Community support
  • Dedicated IPs
  • Webhooks
Enterprise
Custom
Volume & custom contracts
  • Everything in Pro
  • Dedicated IP pools
  • SLA 99.99% uptime
  • Custom data residency
  • SSO + audit log
  • Dedicated engineer

Start sending in minutes, not days.