Analytics
Real-time delivery, read, and click tracking with exportable reports.
A beautiful, fast platform for WhatsApp messaging and bulk SMS β with rich templates, delivery tracking, and webhooks.
Simulated frontend demo β no real messages are sent.
Modern UI, developer-first docs, and robust analytics.
Real-time delivery, read, and click tracking with exportable reports.
Pre-approved WhatsApp templates and custom SMS patterns with variables.
Callbacks for delivery updates, DLR, and inbound messages.
Plug in any provider. Here are example request formats to adapt.
GET https://api.example.com/send-whatsapp ?api_key=YOUR_KEY &to=91XXXXXXXXXX &template=order_update ¶m1=John ¶m2=#12345
POST https://api.example.com/wa/send Headers: Authorization: Bearer YOUR_TOKEN Body (JSON): { "to": "91XXXXXXXXXX", "message": "Hello from Digital Sales!" }
GET https://api.example.com/sms/bulk ?api_key=YOUR_KEY &sender=Digital Sales &numbers=91XXXXXXXXXX,91YYYYYYYYY &message=Big Sale Today!
βΉ0/mo
βΉ1,999/mo
Letβs talk
This is a frontend template. Connect your own verified WhatsApp/SMS provider in the backend.
Yes. Update the fetch URL inside assets/main.js
or wire it to your backend endpoint.
Add your webhook URL in the provider dashboard; handle delivery updates server-side.