Connect Your WhatsApp
Choose your preferred method to link your account
Link via QR Code
Standard method. Scan a unique code using your WhatsApp's built-in scanner.
Link via Pairing Code
No camera needed. Receive an 8-digit code to enter manually on your phone.
QR Code Setup
Enter your phone number to get started
Pairing Code Setup
Enter the number you want to link
Scan QR Code
Open WhatsApp → Linked Devices → Link a Device
Connected!
Number is now linked and active
Enter Pairing Code
Open WhatsApp → Linked Devices → Link with phone number
Type this code on your phone when prompted
Bot Commands
Users can send these commands directly in WhatsApp chat
Check if the bot is alive and responding
Get information about this bot system
List all available bot commands
API Documentation
Use this endpoint to send messages programmatically
/api?number=<number>&message=<text>
x-api-key
Header
Your API key — sent as an HTTP request header, not in the URL
number
Required
WhatsApp number with country code (e.g. 923001234567)
message
Optional
Custom message. Defaults to payment received message
**double asterisks** for bold formatting in
WhatsApp
x-api-key: YOUR_KEY — never in
the URL to keep it secure.
curl -H "x-api-key: wab_YOUR_KEY" \ "https://yourserver.com/api?number=923001234567&message=Hello+Ahmed"
fetch('/api?number=923001234567&message=Hello+Ahmed', {
headers: { 'x-api-key': 'wab_YOUR_KEY' }
})
API Keys
Generate API keys to authenticate external requests to the /api endpoint
Generate New API Key
Active Keys
Loading keys...
Account Settings
Update your admin credentials