Before you start
Consider what you want to automate:- What triggers the workflow? — An event, schedule, or manual action
- What should happen? — Tasks, emails, notifications, etc.
- Who is affected? — Which clients, prospects, or records
Create a new workflow
Name your workflow
Enter a descriptive name that explains what it does (e.g., “New client welcome sequence”).
The workflow builder
The builder has these areas:- Canvas — Where you build your workflow visually
- Trigger node — The starting point (what triggers the workflow)
- Action nodes — Steps that execute when triggered
- Properties panel — Configure the selected node
Add a trigger
Every workflow starts with a trigger. Click on the trigger node to configure it:Choose trigger type
Select from available triggers:
- Tag added
- Household created
- Prospect promoted
- Magic button
- Recurring schedule
- And more
Add actions
Actions are the steps your workflow performs:Choose an action
Select from available actions:
- Create task
- Send email
- Add note
- Add to sequence
- And more
Connect actions
Actions connect in sequence:Use variables
Actions can reference data from the trigger and earlier actions:Common variables
| Variable | Description |
|---|---|
household.name | Household name |
person.first_name | Head of household first name |
person.email | Primary email address |
trigger.user.name | User who triggered the workflow |
Insert variables
Add conditions (branching)
Use branches to make decisions:
Example: If tier = A, create urgent task. Otherwise, create normal task.
Test your workflow
Before activating, test the workflow:Activate the workflow
Example: New client welcome
Let’s build a workflow that runs when a prospect is promoted to client:Add Create task action
- Title: “Schedule onboarding meeting with [household name]”
- Due: 2 days from now
- Assign to: Workflow trigger user
Add Send email action
- To: Head of household email
- Subject: “Welcome to [Your Firm]”
- Body: Use a welcome email template
Save as draft
Save your work without activating: Drafts are visible in your workflow list but don’t execute.Best practices
- Start simple — Begin with 2-3 actions, add complexity later
- Test thoroughly — Always test before publishing
- Clear naming — Name workflows by what they do
- Document — Add descriptions to explain the workflow’s purpose
- Monitor runs — Check runs periodically for failures
- Iterate — Improve workflows based on results