Login to access your dashboard
Manage your WhatsApp Web session and API token
Scan this QR code with WhatsApp
Open WhatsApp → Settings → Linked Devices → Link a Device
WhatsApp session is connected and ready!
POST /api/send-message
Headers:
Authorization: Bearer YOUR_TOKEN
Body:
{
"phoneNumber": "919876543210",
"message": "Hello from API"
}
Use this endpoint to send WhatsApp messages. Include the bearer token in the Authorization header.
Route WhatsApp traffic through your own proxy server. Deploy proxy.js on a remote server and enter its details below. Changes take effect on next session start.
⚠ Must use http:// — not https://. The proxy must be reachable directly on a plain HTTP port (not behind an HTTPS reverse proxy).
# On your remote server:
PROXY_TOKEN=my-secret-token PROXY_PORT=9090 node proxy.js
# It will print the endpoint & token to use here.
These addresses will receive an email when WhatsApp disconnects or an API call fails due to disconnection. At most one alert per type is sent every 30 minutes.
Max file size: 16MB. Supports images, documents, videos, and audio files.