What a workflow does
A workflow is a visual graph of connected nodes. Each run walks one account through the graph:Triggers
A CRM stage change, a manual launch, or a schedule starts a run for an account.
Branches
If/Then and Route By nodes read facts — ARR, segment, CRM fields — and pick a path.
Human gates
Decision nodes pause the run until a person approves, rejects, or reviews — in your Inbox or via a no-login link for people outside Thread.
Actions
Agent, CRM Sync, and Send Email nodes gather data, write back to your CRM, and notify people along the way.
Workflows, Motions, and guides
The three layers divide the work cleanly:- Workflows route. They decide which path an account belongs on, based on facts about the account. A workflow can also run as a play inside a Motion stage, handling the routing and plumbing between the stage’s customer-facing work.
- Motions hold the program. A Motion carries the goal, the context, and the milestone exit criteria for accounts moving through a staged lifecycle. See Motions overview.
- Guides do the outreach. A guide is the resident agent that texts, emails, and calls to drive one account to one outcome. See Guides overview.
When to reach for a workflow
Segment accounts as they arrive
Segment accounts as they arrive
A deal reaches Closed Won. The workflow reads ARR and segment from the CRM snapshot, routes enterprise accounts through a human review and SMB accounts straight through, and each path ends in the right program.
Put a human gate in front of an automated path
Put a human gate in front of an automated path
Before anything customer-facing happens for a high-value account, a Decision node asks a named person (or any admin) to approve. The run holds until they decide — there’s no way to wave a batch through.
Collect context from someone outside Thread
Collect context from someone outside Thread
A Decision node with an external approver emails a no-login link to, say, the account executive who closed the deal. Their answer flows into the run and downstream branches can route on it.
Run recurring account sweeps
Run recurring account sweeps
A scheduled workflow runs on a cron cadence against accounts matching a filter — stage, owner, ARR range — and takes the same branching logic each time.
One active onboarding workflow
Workflows triggered by CRM events that create accounts are exclusive: only one can be active at a time per organization. Activating a new one deactivates the previous one, so two workflows can never race to create the same account. Workflows that act on existing accounts — and manual and scheduled workflows — don’t compete for that slot and can run in parallel. Details in Running workflows.Who can do what
Workflow authoring is admin-only: creating, editing, activating, and cancelling workflows requires
the org admin role. Run details are visible to every member of your org — when a run fails or needs
a decision, the teammate it lands on can open the run and see exactly what happened, without being an
admin. See User management.
Next steps
Building workflows
Triggers, branches, human gates, waits, and action nodes on the canvas.
Running workflows
Activation, runs, the run detail view, and where failures surface.
Inbox
Where workflow decisions and failure notices land for your team.
Motions
The staged programs your workflows route accounts into.
