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.

WhatsApp packages from 1,000 contacts · Secure Paddle checkout · No credit card required to explore
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 Packages.
Built for every stage.

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

WhatsApp Marketing Pro
$99
package
1,000 contacts included contacts
For teams launching WhatsApp campaigns with a focused contact base.
Choose 1,000 Contacts
  • Up to 1,000 contacts included
  • Official WhatsApp Business API
  • Automated responses
  • Campaign management
  • Email support
  • 1 connected phone number
Enterprise
Custom
pricing
Custom volume tailored allowance
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

Secure checkout is handled by Paddle. Choose a plan to review your order and continue to payment.

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.

WhatsApp packages start at 1,000 contacts, with higher-volume support available as your team scales.

$ npm i @zamudev/sdk