Welcome to WhatsApp API Dashboard
๐ Getting Started
1. Go to WhatsApp โ Add Number โ Connect & scan QR code.
2. Go to Chatbot โ Add keyword auto-reply rules.
3. Use API Docs to send messages from external apps.
4. Click ๐ Webhook on any connected number to receive inbound messages and status changes on your own server.
๐ Default Login
Username: admin | Password: admin123
โ ๏ธ Please change your password after first login!
WhatsApp Numbers
Loading...
Chatbot Configuration
Loading...
๐ API Documentation
Send Message
Send a WhatsApp message from any external application using API keys.
Headers
Body
Note: recipient = phone number without + symbol
๐ Webhooks
Configure a webhook URL on any WhatsApp number (via the ๐ Webhook button on the WhatsApp page) to receive real-time events on your own server.
Events
message โ inbound message received
message.sent โ outbound message sent via the API
chatbot.reply โ an auto-reply rule fired
connection.open / connection.close โ connection status changed
Payload
Verifying requests
Every request includes an X-Webhook-Signature header: HMAC-SHA256 of the raw JSON body, signed with that number's Secret Key. Recompute it on your end and compare to confirm the request is genuine.
User Management
Loading...