messaging infrastructure

One API. Every Channel. Ship faster.

Send SMS, WhatsApp, Email, Voice, and more from a single API. Build AI agents for any channel. Stop maintaining messaging infra.

2K A2P messages included · Pay-as-you-go · No credit card required
smart-send.ts
import Zamu from '@zamudev/sdk';
 
const zamu = new Zamu();
 
// ML picks the best channel per contact
const msg = await zamu.messages.send({
  to: "+14155551234",
  text: "Your order #1234 shipped!",
  channel: "auto",
  fallbackEnabled: true,
});
 
console.log(msg.channel, msg.status);
// "whatsapp" "queued"
SMS Voice Telegram Instagram
Powering messaging for startups and scale-ups globally
ICCOS TuMVP RendaloMAQ Pangolin Nely.ai ICCOS TuMVP RendaloMAQ Pangolin Nely.ai

You're here to build products,
not messaging infra.

01

Too many APIs to maintain

Twilio for SMS, Meta API for WhatsApp, SES for Email — each with different SDKs, auth models, and error handling. You're maintaining three integrations instead of shipping features.

02

Integration takes weeks, not minutes

Phone numbers, webhooks, template approvals, sender verification — by the time you've set everything up, the sprint is over. Messaging shouldn't be a project.

03

WhatsApp is a project in itself

24-hour windows, WABA setup, Meta Business verification, template approvals — just sending a WhatsApp notification requires more compliance work than your entire auth system.

📋
04

Costs are unpredictable and growing

Per-message pricing on every channel, no visibility into which route is cheapest. Smart routing could save you 80% but you'd have to build it yourself.

📈
1 API for all channels
3min From zero to first message
80% Cost reduction via smart routing
100% Unified observability

Built for devs.
Actually.

One SDK, five languages, all your communications. From zero to production in minutes — not weeks.

Smart routing with auto-fallback

ML picks SMS, WhatsApp, or Email per contact. Falls back automatically. Zero retry logic in your code.

AI-native from day one

Run npx skills add zamudev/zamu-skills and your AI agent can message globally in seconds.

One webhook format, always

Delivery receipts, inbound messages, status updates — same format across every channel. Build once.

Real-time observability

Delivery logs, cost tracking, latency metrics. Every message, every channel, one dashboard.

POST /v1/messages
channel: "auto"  // AI routing
 
// zamu picks the best path:
// ✓ compliance check
// ✓ cheapest channel
// ✓ delivery intelligence
 
SMS ✓ Telegram ✓
// Response
{
  channel: "whatsapp",
  status: "queued",
  cost: 0.003,
  fallback: null
}
$ npm i @zamudev/sdk
Also available: Python · Go · Ruby · Java
"

Switching to zamu took our messaging bill from $5,000 to $500 a month. Same volume, same channels, 90% less cost.

— Nely.ai · AI-powered customer engagement platform

WhatsApp Business Plans.
Built for every stage.

Official WhatsApp Business API, automation, campaign tools, and support tiers for teams scaling customer conversations.

Starter
$79
/month
Perfect for small businesses getting started.
Get Started
  • Up to 1,000 contacts/month
  • Official WhatsApp Business API
  • Automated responses
  • API access included
  • Email support
  • 1 connected phone number
Business
$279
/month
Designed for businesses with higher communication volumes.
Get Started
  • Up to 5,000 contacts/month
  • Official WhatsApp Business API
  • API access included
  • Advanced AI chatbot
  • Unlimited campaigns
  • Advanced analytics & reporting
  • API integrations
  • Priority support
  • Up to 3 connected phone numbers
Enterprise
Custom
pricing
Tailored solutions for medium and large organizations.
Contact Sales
  • Custom contact volume
  • Multiple phone numbers
  • Advanced integrations
  • Custom automation workflows
  • Dedicated account manager
  • Service Level Agreement (SLA)
  • Team onboarding and training
  • Dedicated infrastructure
  • Fully customizable features

Your messages. Your data.
Always secure.

🔐

Encrypted in transit & at rest

TLS 1.3 for all connections. AES-256 at rest. No message content stored after delivery.

🔑

Controlled access

Project-level API keys. Webhook signature verification with HMAC-SHA256.

Built for reliability

Multi-region infrastructure. Automatic failover between providers. 99.95% uptime SLA on Enterprise.

Full observability

Real-time delivery logs, latency metrics, cost tracking. Data exports for compliance and audit.

Compliance built in

A2P 10DLC, TCPA and GDPR handling, URL verification, broadcast content review.

💬

Direct support for everyone

The only platform with direct human support for ALL customers. No tiers, no ticket queues. Real engineers.

One API
for all your
messages.

2K A2P messages included. Pay-as-you-go after that. No credit card required to start. Direct support from day one.

$ npm i @zamudev/sdk