Skip to main content

Smart Flows overview

Smart Flows (/smart-flows) is your workspace automation product. Use it when a business event should trigger actions automatically—send a WhatsApp template when a contact is created, assign a task when a deal moves stage, or route inbound messages to the right rep.

This Help covers Smart Flows only. Classic Workflows (/workflows) is not documented for tenant users—train your team on Smart Flows.

Video

Video coming soon for this topic

Who uses Smart Flows

RoleTypical use
AdminBuild flows, manage folders, monitor System Ops
ManagerReview execution stats, approve automation changes
MemberMay run manual triggers; usually does not edit flows

Permission key: smart_flows (and smart_flow_templates for Templates). Users without access will not see the Smart Flows sidebar section.

Key concepts

TermMeaning
RecipePlain-language builder: trigger → conditions → actions
Advanced BuilderVisual node canvas for branching, delays, and complex logic
FolderGroups workflows by team or use case
Published / LiveFlow is active and enrolls contacts
DraftFlow saved but not running
EnrollmentA contact (or record) currently moving through a flow

How Smart Flows fits in the product

flowchart LR
A[Trigger event] --> B[Smart Flow]
B --> C[Conditions]
C --> D[Actions]
D --> E[Email / WhatsApp / Task / CRM update]

Smart Flows connects to Contacts, Deals, Inbox, Tasks, WhatsApp, and AI Employees. Populate Knowledge Hub before flows that use AI or conversational actions.


Open Automation → Smart Flows in the sidebar:

LabelRoutePurpose
Dashboard/smart-flowsFolders, workflow list, stats
Create Flow/smart-flows/recipeRecipe builder (new flow)
Templates/smart-flows/templatesPre-built starting points
Advanced Builder/smart-flows/builderNode-based canvas
Trigger Events/smart-flows/trigger-eventsDebug why a trigger did or did not fire

Additional routes (linked from dashboard, not sidebar):

RoutePurpose
/smart-flows/executions/:workflowIdRead-only execution snapshots
/smart-flows/systemSystem Ops — provider health, DLQ, retries

Smart Flows Dashboard

Path: /smart-flows

Page title: Smart Flows
Subtitle: Create and manage automation workflows with the recipe builder

Quick-action cards

Three cards at the top:

  1. Create New FlowBuild a new automation with triggers, conditions, and actions/smart-flows/recipe
  2. TemplatesBrowse and use pre-built workflow templates/smart-flows/templates
  3. System OpsProvider health, DLQ and retry metrics/smart-flows/system

Folders and workflows table

The dashboard organizes flows into Folders. Click a folder to see its workflows.

Toolbar controls:

  • Create folder — name your folder (e.g. "Lead nurture", "Support routing")
  • Search… — filter by name
  • Status filter: All status, Active, Draft, Paused, Error
  • Refresh

Table columns:

ColumnWhat you see
NameFlow name
StatusPublished, Draft, Paused, or Error (click badge to change where supported)
Total enrolledContacts ever enrolled
Active enrolledCurrently in progress
Last updated / Created onTimestamps
StatsInfo icon → opens executions

Folder row actions (⋮): Rename, Move, Delete

Workflow row actions (⋮): Edit recipe, Advanced builder, Clone

Empty states

  • No flows created yet. Create your first flow to get started.Create flow
  • No workflows match your search or filters.Clear filters

Recipe builder vs Advanced Builder

Use caseBuilder
First automation, simple trigger + 1–3 actionsCreate Flow (Recipe)
Branching, delays, drip sequences, many node typesAdvanced Builder
Start from industry templateTemplatesUse Template

You can switch between them: from Recipe, select Open in advanced visual builder →. From Advanced Builder, select Edit in Recipe on saved flows.

See Create a Smart Flow and Advanced Builder.


Common tasks

TaskTopic
Build your first automationCreate a Smart Flow
Use a Real Estate or Sales templateSmart Flows overview → Templates
Debug a missed triggerMonitor executions + Trigger Events
Capture leads from formsTriggers and forms
AI-powered stepsCreate an AI Employee + Knowledge Hub

Tips

tip

Create folders before you have more than five flows—Lead gen, Onboarding, and Support are common groupings.

tip

Keep one Draft copy when editing a live flow. Clone the flow, test in Draft, then publish changes.

important

Flows that send WhatsApp or email require integrations, approved templates, and sufficient credits.


Troubleshooting

ProblemWhat to check
Sidebar missing Smart FlowsRole permission; Workspace modules — workflows module maps to Smart Flows
Flow shows Error statusOpen Edit recipe → check incomplete actions (badge incomplete)
Trigger never firesTrigger Events page → Workflow match diagnosis
Actions fail silentlySystem Ops → DLQ rate; open Executions for failed step
Team uses old Workflows menuRedirect training to /smart-flows only

See also