Quick Start
This guide presents the fastest path to getting a Verboo agent responding to WhatsApp messages.
Prerequisites
- Active Verboo account (visit verboo.ai/chat)
- WhatsApp number available to connect
- Access to the admin panel
Step 1: Connect Your WhatsApp
After logging in, go to Channels → WhatsApp and click Add Channel.
bash
# Available connection options
Evolution API → recommended for production
Z-API → alternative with SaaS support
MyZap → simplified integrationScan the QR Code with the WhatsApp app on your phone. The connection is established in seconds.
Step 2: Create an Agent
In the sidebar, go to Agents → New Agent and configure:
| Field | Description |
|---|---|
| Name | Internal identifier for the agent |
| Personality | Agent tone and behavior |
| Goal | What the agent should accomplish (sales, support, scheduling) |
| Channel | WhatsApp connected in the previous step |
Step 3: Configure the Flow
Use the visual editor to build the conversational flow:
Message received
│
▼
┌─────────────┐
│ Triage │ ← Agent identifies intent
└──────┬──────┘
│
┌────┴────┐
▼ ▼
Sale Support ← Automatic routingEach flow node supports the following response types: text, button, list, image, audio, file, and trigger.
Step 4: Activate and Test
Click Publish to activate the agent. Send a message to the connected number and watch the response in real-time in the Session Monitor.
Next Steps
- Explore AI Agent Concepts to deeply understand how to configure complex behaviors
- Learn about available Channels
- Integrate via REST API