Step 1: Create an account
Sign up at the WhataBot dashboard. After registration, your account is automatically created with a FREE plan.Step 2: Create a workspace
Workspaces organize your flows. Navigate to the Workspaces section and create one. Each workspace can have its own:- Flows
- API keys
- OAuth clients
- AI agents
- Sectors
Step 3: Build your first flow
Add a message node
Your flow starts with a Start node. Drag a connection from it and add a Message node. Type your welcome message:
Add buttons for options
Connect a Button node to your message node. In it, add two options:
- “Support”
- “Sales”
Add responses for each path
Connect a Message node to each button output:
- Support path: “A support agent will be with you shortly.”
- Sales path: “Let me connect you with our sales team.”
Step 4: Create an API key
To connect your WhatsApp integration with WhataBot:- Go to API Keys in your workspace
- Click Create API Key
- Set a name and the callback URL (where WhataBot will send responses)
- Save the generated key (starts with
wh_)
Step 5: Start a session
Use the API to create a conversation session and process messages:Next steps
Key Concepts
Understand the building nodes of WhataBot.
Explore Nodes
See all 18+ node types available.