Send marketing campaigns, order confirmations, and shipping updates directly to your customers' WhatsApp.
Create and manage pre-approved message templates for marketing, utility, and authentication.
Send messages to multiple customers at once with personalized parameters.
See the exact cost before sending. Pay only for what you use with our wallet system.
Track every message — sent, delivered, and read status in real time.
Manage your customer contacts, import from CSV, and organize with tags.
Create templates in Arabic, English, and other languages supported by WhatsApp.
Design your message template with dynamic parameters like customer name and order number.
Submit your template to Meta for review. Approval usually takes minutes.
Select your contacts, fill in the parameters, and send. Cost is deducted from your wallet.
No monthly subscription. Top up your wallet and pay only for messages you send. Pricing varies by country and message type.
Estimate your messaging costs instantly. Select the recipient country, message type, and quantity.
Integrate WhatsApp messaging into your own applications using our REST API. Send messages, manage templates, and track delivery status programmatically.
Send template messages to any WhatsApp number with dynamic parameters.
POST /api/whatsapp/messages/send
{
"templateId": 12,
"contactId": 456,
"templateParameters": [
"Ahmed",
"ORD-7890"
]
}
Receive real-time delivery status updates — sent, delivered, read, and failed.
// Webhook payload
{
"event": "message.delivered",
"messageId": "wamid_abc123",
"status": "delivered",
"timestamp": "2026-03-20T10:30:00Z",
"recipientPhone": "+96891234567"
}