Workflows
Below is a step-by-step guide to create, configure, and test your first multi-node workflow.
Last updated
Was this helpful?
Below is a step-by-step guide to create, configure, and test your first multi-node workflow.
Last updated
Was this helpful?
A Workflow is a powerful, customizable flow within our chatbot that lets you automate multi-step actions and responses based on user input or real-time data. It's designed to help you move beyond static answers and deliver dynamic, data-driven conversations.
With workflows, you can:
Fetch and show real-time data (like order status, CRM info, appointment slots)
Trigger specific actions like API Calls.
Guide users through multi-step decision trees based on their responses.
Below are the list of nodes/steps available:
Text Node Serves as the conversational entry point: it displays messages, prompts for user input, or captures free-form responses. Use it to guide users, collect data, or provide contextual information at any stage of the workflow.
Action Node Executes a specific task or integration—invoking an external API. It processes inputs, performs side effects, and can pass results onward to subsequent nodes.
Condition Node Evaluates logical rules or data conditions (e.g., “if user selected X” or “if order value > $100”). Based on the outcome, it branches the workflow along different paths, enabling tailored, decision-driven experiences.
Navigate to the Workflow section from the Navbar.
Click the “Create New Workflow” button to open a modal.
Fill in the Workflow name, Trigger Condition and add items in the Deny List(optional), then click on Save.
You will now be redirected to the workflow canvas. You’ll encounter a Helper Node—your on-screen guide that clearly outlines each available node type and its purpose.