Skip to content
Aziel Cruzado edited this page Dec 16, 2025 · 4 revisions

Welcome to the AZ-WAP documentation. This wiki covers the most important aspects of configuring and using the multi-session WhatsApp API.

Quick Navigation

Key Features

  • Multi-Instance Support: Manage hundreds of WhatsApp sessions with individual tokens
  • Built-in Bot Control: Internal bot management to prevent duplicate messages
  • External Bot System: Reusable bot system that works beyond WhatsApp
  • Chatwoot Integration: Sync conversations with your support platform

Architecture Overview

┌─────────────────────────────────────────────────────┐
│                    AZ-WAP Server                    │
├─────────────────────────────────────────────────────┤
│  Instance Manager (Token-based routing)             │
│  ┌─────────┐  ┌─────────┐  ┌─────────┐              │
│  │Instance1│  │Instance2│  │Instance3│  ...         │
│  │ Token A │  │ Token B │  │ Token C │              │
│  └────┬────┘  └────┬────┘  └────┬────┘              │
│       │            │            │                   │
├───────┼────────────┼────────────┼───────────────────┤
│       ▼            ▼            ▼                   │
│  ┌─────────────────────────────────────────────┐    │
│  │           Bot System (Reusable)             │    │
│  │  • Works with WhatsApp                      │    │
│  │  • Works with external services             │    │
│  │  • Internal duplicate prevention            │    │
│  └─────────────────────────────────────────────┘    │
│                        │                            │
│       ┌────────────────┼────────────────┐           │
│       ▼                ▼                ▼           │
│  [WhatsApp]      [Chatwoot]      [Webhooks]         │
└─────────────────────────────────────────────────────┘

Clone this wiki locally