Wazzup24
Send WhatsApp and other messenger messages via Wazzup24 BSP
wa
Wazzup24 is a Russian Business Solution Provider (BSP) for WhatsApp and other messengers. It provides a unified API to send messages, list active chats, and manage connected channels across WhatsApp, Telegram, and other platforms.
With the Wazzup24 integration in AACFlow, you can:
- Send messages: Deliver text messages to WhatsApp and other connected messenger chats
- List chats: Retrieve all active chats across connected channels
- List channels: Enumerate connected messaging channels and their status
This integration is ideal for customer communication automation through WhatsApp and multi-messenger workflows in the Russian market.
Usage Instructions
Integrate Wazzup24 into the workflow. Requires a Wazzup24 API key from your account settings at app.wazzup24.com.
Tools
wazzup24_send_message
Send a message via Wazzup24
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Wazzup24 API key |
channelId | string | Yes | Connected channel ID |
chatId | string | Yes | Recipient chat ID |
text | string | Yes | Message text |
Output
| Parameter | Type | Description |
|---|---|---|
messageId | string | ID of the sent message |
success | boolean | Whether the message was sent |
wazzup24_list_chats
List active chats
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Wazzup24 API key |
channelId | string | No | Filter by channel ID |
Output
| Parameter | Type | Description |
|---|---|---|
chats | array | Array of chat objects |
wazzup24_list_channels
List connected messaging channels
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Wazzup24 API key |
Output
| Parameter | Type | Description |
|---|---|---|
channels | array | Array of channel objects with status |
Links
- Official API: https://wazzup24.com/help/api-ru/
- AACFlow block source: apps/aacflow/blocks/blocks/wazzup24.ts

