Multi-Session Gateway
Manage multiple WhatsApp connections and numbers concurrently.
Gateway Online
Create New WhatsApp Session
Create a separate session identifier for each number or project.
Connected Devices / Sessions
No WhatsApp sessions created yet.
Select a Session
No Session Selected
Click on a WhatsApp session from the left list to view QR code or link status.
System Logs Console
Send Direct Message
API Response
Waiting for request...
Filter Logs
Logs Database
Showing 0 of 0 logs
| Timestamp | Session | Direction | From / To JID | Type | Message / Caption | Status |
|---|---|---|---|---|---|---|
| Loading history records... | ||||||
Webhook & Web Gateway Settings
Quick HTTP API Integration Doc
To send messages programmatically, make the following HTTP request:
POST /api/send-message
Headers:
Content-Type: application/json
x-api-key: [YOUR_API_KEY]
Body:
{
"session": "erp_project", // Specify the session name (optional, falls back to first active)
"to": "628123456789",
"message": "Testing WhatsApp gateway!"
}