Introduction to Bual Pro
Discover Bual Pro, a SaaS platform for building chatbot automations, messaging flows, and integrations to enhance customer interactions.
This documentation was generated as a starter kit template based on your brand. Please review and customize the content to accurately reflect your product's features, APIs, and capabilities.
Overview
Bual Pro empowers businesses to automate customer conversations across channels like WhatsApp and web chat. You build intelligent flows, integrate AI for smart replies, and manage inboxes efficiently. Key benefits include reduced response times, personalized interactions, and scalable messaging without coding expertise.
Key Features
Chatbot Automations
Create no-code flows for handling inquiries, bookings, and support 24/7.
WhatsApp Integration
Connect WhatsApp Business for broadcasts, templates, and real-time chats.
AI Enhancements
Use OpenAI for image analysis, speech-to-text, and dynamic responses.
Inbox Management
Assign conversations, add notes, and track follow-ups seamlessly.
Core Use Cases
Automate FAQs, route complex issues to agents, and use AI for quick resolutions.
Integrate saved replies to speed up common responses.
Send targeted WhatsApp templates to segments based on tags and behaviors.
// Example broadcast payload
const payload = {
to: "segment:loyal-customers",
message: "Exclusive offer: 20% off!"
};
Capture leads, schedule appointments, and send order confirmations automatically.
Quick Start
Follow these steps to launch your first automation.
Create Account
Sign up at https://dashboard.example.com and verify your email.
Connect WhatsApp
Go to Channels > WhatsApp and follow the setup wizard.
Build Flow
Use the Flow Builder to create a welcome message.
{
"trigger": "message_received",
"actions": [
{ "type": "reply", "text": "Hi! How can we help?" }
]
}
// Webhook handler example
app.post('/webhook', (req, res) => {
const message = req.body.message;
res.sendStatus(200);
});
Test & Deploy
Use the Bot Simulator to test, then publish live.
Dashboard Navigation
The Bual Pro dashboard organizes everything intuitively:
| Section | Purpose |
|---|---|
| Inbox | Manage live conversations |
| Flows | Build and edit automation flows |
| Analytics | Track performance and insights |
| Integrations | Connect WhatsApp, OpenAI, etc. |
Next Steps
Get Started Quickly
Follow the full setup guide.
Authentication
Secure your API keys and webhooks.
WhatsApp Setup
Detailed channel integration.
API Reference
Build custom integrations.
Dive into the Quickstart guide next to connect your first channel and send a test message.
Last updated 3 weeks ago
Built with Documentation.AI