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

Use international format (starts with 62) or local 08.
Enter a public URL to send a PDF, image, or video.
Only needed when sending documents (PDFs, Excel, etc.) to set their download name.

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

Security key is required to update gateway configurations.
We will send a POST request to this URL whenever a message is received or connection state changes.

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!"
}