🚀 Now in Private Beta  ·  Limited Spots Available

Send WhatsApp messages at
scale, safely.

Multi-tenant WhatsApp messaging platform with anti-ban queue, smart rate limiting, and encrypted session storage.

View Docs
AES-256
Encrypted Sessions
4 tiers
Smart Rate Limiting
3 modes
Distribution Logic
Queue Persistence

Everything you need to send at scale

Production-grade features built to protect your WhatsApp numbers

🛡️
Anti-Ban Queue
All messages pass through a persistent SQLite queue with retry logic, jitter delays, batch cooling, and circuit breakers to mimic human sending patterns.
⏱️
Smart Rate Limiter
Warmup tiers based on instance age — new numbers start slow and automatically unlock higher limits as they age. Admin can override for power users.
🔢
Multi-Number Distribution
Distribute load across multiple WhatsApp numbers per customer. Choose round-robin, least-loaded, or random strategy per account.
🔐
Encrypted Sessions
WhatsApp session credentials are encrypted at rest using AES-256-GCM. Your authentication data is never stored in plain text.
👥
Multi-Tenant SaaS
Fully isolated per-customer namespaces. Each customer has their own API key, instances, message logs, and session storage.
📊
Reports & Logs
Full message history with per-instance filtering, delivery statistics, queue status monitoring, and send/fail breakdowns.

How it works

Get your first message sent in minutes

1
Get an Account
Contact your administrator to create your account and receive your API key.
2
Create an Instance
Add a WhatsApp instance from your dashboard. Scan the QR code to link your number.
3
Send via API
Use the REST API with your API key to send messages to groups or individual numbers.
4
Monitor & Scale
Track delivery, manage multiple numbers, and let the queue handle safe sending automatically.
REST API

Simple, developer-friendly API

One request to send. The queue handles the rest.

# Send a message to WhatsApp groups
POST https://sevenoways.app/api/send
x-api-key: wakey_your_key_here
Content-Type: application/json

{
  "instanceId": "inst_a1b2c3d4",
  "groupIds": ["120363xxxxxxxx@g.us"],
  "message": "Hello from Sevenoways Relay! 🚀"
}

# Response
{ "success": true, "queued": true, "queueId": 42 }

Join the private beta

Limited spots available. Apply now and we'll review your request within 24 hours.

Read the Docs