Multi-channel communication infrastructure

The control plane
above your providers.

Connect your own email, WhatsApp, and SMS providers. SendPipe orchestrates smart routing, automatic failover, and delivery analytics — from one unified API.

send.ts
await fetch("/v1/messages/channel", {
  method: "POST",
  headers: {
    "X-SendPipe-Key": apiKey,
    "Content-Type":  "application/json"
  },
  body: JSON.stringify({
    channel: "email",
    from:    "hi@yourapp.com",
    to:      ["user@example.com"],
    subject: "Welcome aboard",
    html:    "

Hello!

"
}) })

Bring your own providers

AWS SESSendGridMailgunResendSMTPMeta Cloud360dialogTwilioAfrica's TalkingTermii
How it works

Up and running in minutes.

Step 01

Connect providers

Install packages from the marketplace. Add your AWS SES, Twilio, or any other credentials — encrypted with AES-256-GCM.

Step 02

Route intelligently

Set priorities per channel. SendPipe routes through the optimal provider with automatic failover when one goes down.

Step 03

Monitor everything

Track delivery rates, provider health, and volume trends. Get webhook events for every status change.

Features

Everything you need for
multi-channel messaging.

Smart Routing & Failover

Priority-based routing with automatic failover. Per-channel isolation ensures WhatsApp failures never affect email.

Unified Multi-Channel API

Email, WhatsApp, and SMS through one POST endpoint. Channel-specific payloads, universal tracking.

Provider Marketplace

11 provider adapters across 3 channels. Sandboxed execution with RSA-4096 package signatures.

Real-time Analytics

Delivery rates, bounce tracking, provider health scoring, and daily volume trends across every channel.

Developer Tools

REST API, SMTP relay, webhook events, idempotency keys, per-org API keys with IP allowlists.

Enterprise Security

AES-256-GCM credential encryption, bcrypt key hashing, sandboxed providers, signature-verified packages.

Channels

One API. Every channel.

Same endpoint, same auth, same delivery tracking — whether you're sending a transactional email, a WhatsApp template, or an SMS alert.

Email

SES · SendGrid · Mailgun · Resend · SMTP

  • HTML & plain text
  • Attachments & CC/BCC
  • SMTP relay support
  • Domain verification

WhatsApp

Meta Cloud · 360dialog · Twilio

  • Template messages
  • Dynamic parameters
  • Delivery receipts
  • Read receipts

SMS

Africa's Talking · Twilio · Termii

  • Text messages
  • Custom Sender ID
  • Delivery reports
  • Regional routing
Why SendPipe

Keep your provider pricing.
Lose the lock-in.

SendPipe is the orchestration layer — not another provider taking a cut. You maintain direct relationships and volume pricing with every provider you use.

  • No per-message markup — your rates stay your rates
  • Route to the cheapest provider automatically
  • Switch providers without code changes
  • Eliminate single-provider downtime risk

Without SendPipe

Provider goes downMessages fail
Switch providersRewrite integration
Multi-channel3 separate APIs

With SendPipe

Provider goes downAuto-failover to next
Switch providersChange config, zero code
Multi-channelOne unified API
Developer experience

Ship in minutes,
not weeks.

A clean REST API with predictable responses, idempotency keys, and webhook events for every status change.

REST API
SMTP Relay
Webhooks
API Keys
Idempotency
Async Queues
Send WhatsApp
{
  "channel": "whatsapp",
  "to": ["+2348012345678"],
  "channel_options": {
    "template_name": "order_confirm",
    "template_params": ["ORD-4821"]
  }
}
Send SMS
{
  "channel": "sms",
  "from":    "SendPipe",
  "to":      ["+14155551234"],
  "text":    "Your code is 483921"
}
Send Email
{
  "channel": "email",
  "from":    "team@yourapp.com",
  "to":      ["user@example.com"],
  "subject": "Welcome aboard",
  "html":    "<h1>Hello!</h1>"
}
Pricing

Simple, transparent pricing.

No per-message fees. No hidden costs. Pick a plan and start sending.

Starter

For growing products

$20/mo
  • 10,000 messages/mo
  • Multiple projects
  • Email channel
  • Unlimited providers
  • Full analytics & webhooks
Get started
Popular

Pro

For scaling teams

$80/mo
  • 100,000 messages/mo
  • Multiple projects
  • Email + SMS channels
  • Unlimited providers
  • Priority support
Get started

Enterprise

For critical infrastructure

Custom
  • Unlimited messages
  • Unlimited projects
  • All channels
  • SSO & RBAC
  • Dedicated support & SLA
Contact sales

Messaging infrastructure,
under your control.

Stop building provider integrations from scratch. Connect your accounts, set your routing rules, and start sending.

Create free account

No credit card required