Multi-tenant WhatsApp messaging platform with anti-ban queue, smart rate limiting, and encrypted session storage.
Production-grade features built to protect your WhatsApp numbers
Get your first message sent in minutes
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 }