Wavora wraps GOWA into a production-ready SaaS — multi-device, queue-backed, with billing, webhooks, and a clean admin dashboard.
From API keys to webhooks to billing — Wavora handles it so you can focus on building.
Hit the API with your key and device ID. Wavora queues the job and returns immediately. Check status or wait for the webhook.
# Send a text message POST /api/v1/messages/text Authorization: Bearer {api_key} X-Device-Id: {device_id} { "to": "628123456789", "message": "Hello from Wavora!" } ─── Response 202 Accepted ───────────── { "success": true, "message_id": "uuid-...", "status": "queued" }
Every WhatsApp number gets its own plan. Start free, upgrade when you need more quota.