Messaging Manager
Manage WhatsApp messages for your web apps
Messages Sent
--
Cost Saved
--
Users
--
Failed Messages
--
Send WhatsApp messages to users manually or in bulk
View messaging costs, delivery rates, and trends
Manage users and their messaging preferences
View all sent messages with status and costs
View and manage failed messages
Configure templates, API keys, and preferences
To trigger WhatsApp messages from your web app (e.g., when a fee is paid), use this API:
POST /api/send-message
Content-Type: application/json
{
"phone": "+919876543210",
"message": "Fee receipt: Amount ₹5000 paid for Nov 2024",
"channel": "whatsapp",
"messageType": "text",
"idempotencyKey": "fee-receipt-student-001-nov2024"
}See Settings for example webhook code for your fee module