Wolga
SRE WhatsApp Integration SUITE
Sign in to your control panel
Invalid username or password.
SRE WhatsApp Integration SUITE © 2026
WhatsApp Instances
Create, manage, and open any instance dashboard from your SRE WhatsApp Integration Suite.
Total Instances
0
Authorized
0
Not Authorized
0
No instances available
Create your first instance to start connecting WhatsApp sessions.
SRE WhatsApp Integration Suite
SRE
WhatsApp Integration Suite
Disconnected

📋 Instance Details

API URL http://localhost:786
Instance ID Loading...
API Token ••••••••••••••••
Status Not Connected
Phone -

📱 Connect WhatsApp

Click Get QR

Scan with WhatsApp mobile app

👥 Send to Group / Chat

Group Directory
No groups loaded yet.
Group Name Group ID LID

📖 API Documentation

▼
api-reference.md
GET /waInstance{id}/getStateInstance/{token}

Check connection status

{"stateInstance": "authorized"}
GET /waInstance{id}/qr/{token}

Get QR code

{"type": "qrCode", "message": "base64..."}
POST /waInstance{id}/sendMessage/{token}

Send text message

Request: {"chatId": "[email protected]", "message": "Hello!"} Response: {"idMessage": "BAE5..."}
POST /waInstance{id}/sendFileByUpload/{token}

Send image with caption

Form: chatId, file, caption Response: {"idMessage": "...", "urlFile": "..."}

Python Example

import requests DANZAPI_CONFIG = { "instance_id": "YOUR_ID", "api_token": "YOUR_TOKEN", "api_url": "http://localhost:786" } url = f"{DANZAPI_CONFIG['api_url']}/waInstance{DANZAPI_CONFIG['instance_id']}/sendMessage/{DANZAPI_CONFIG['api_token']}" response = requests.post(url, json={"chatId": "[email protected]", "message": "Hello!"}) print(response.json())

Change Password

Invalid input.

Create New Instance

Invalid instance name.
Email not verified.

Delete Instance

This action will remove the instance and its active session reference.

-
-
Delete failed.

Unlock Instance

Instance access requires instance username and password.

-
-
Unlock failed.

Forgot Password

Invalid input.
OTP will be sent to [email protected].
Check your company email inbox for OTP.
Reset token not active.