WhatsApp Bot

Welcome Back

Sign in to your admin dashboard

Connect Bot

Disconnected

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

Generating QR Code...
QR Code

Connected!

Number is now linked and active

Enter Pairing Code

Open WhatsApp → Linked Devices → Link with phone number

Generating code for your number...

Type this code on your phone when prompted

Bot Commands

Users can send these commands directly in WhatsApp chat

!ping

Check if the bot is alive and responding

Reply: Pong! 🏓
!info

Get information about this bot system

Reply: Bot info message
!help

List all available bot commands

Reply: Full commands list

API Documentation

Use this endpoint to send messages programmatically

GET
/api?number=<number>&message=<text>
Parameter Required Description
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
Wrap text in **double asterisks** for bold formatting in WhatsApp
The API key must be sent as an HTTP header: x-api-key: YOUR_KEY — never in the URL to keep it secure.
cURL Example
curl -H "x-api-key: wab_YOUR_KEY" \
  "https://yourserver.com/api?number=923001234567&message=Hello+Ahmed"
JavaScript (fetch)
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