Customer Panel
WhatsAppNot connected
API Keys0
Messages0
Connect WhatsApp
Scan QR
No QR generated
Sessions
API Keys
HTTP Send URL
GET http://localhost:8085/api/send?apikey=YOUR_KEY&sendto=919999999999&content=hello
AlertHub Style API
GET http://localhost:8085/api/AlerthubService/SendMessage?apiuserid=YOUR_USER_ID&apipassword=YOUR_KEY&instanceId=SESSION_ID&requestid=trx_001&sendto=919999999999&messagetype=text&content=hello
REST JSON API
POST http://localhost:8085/api/v1/messages/send
Headers: x-api-key: YOUR_KEY
{
"sessionId": "SESSION_ID",
"to": "919999999999",
"content": "hello",
"requestId": "trx_001"
}