-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
- Multi-Instance-Configuration - Managing multiple WhatsApp sessionshttps://github.com/AzielCF/az-wap/wiki/_new
- Chatwoot-Integration - Connecting with Chatwoot (important considerations)
- Bot-System - AI Bot system that works independently
- 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
┌─────────────────────────────────────────────────────┐
│ 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] │
└─────────────────────────────────────────────────────┘