Create an automation
1
Open the automations page
Go to Automations in the sidebar.
2
Click New automation
Click New automation in the top-right corner. The New automation dialog opens with a gallery of templates. Browse them all under All templates, or narrow by category: Back office, Magic button, Prospecting, and Reviews & touch points. Pick a template, or choose Start from scratch to begin with a blank canvas. If you have an unsaved draft from a previous session, you’ll be asked whether to continue editing or start fresh.
3
Configure the trigger
Click the trigger node on the canvas. The edit panel opens on the right. Choose a trigger type and fill in its settings — see Triggers for details on each type.
4
Add actions
Click the action placeholder below the trigger to open the action picker. Actions are organized by category: Household, Task, Opportunity, AI, Flow, and System. Select an action and configure its fields in the edit panel.
5
Add more actions
After configuring an action, a new placeholder appears below it. Click it to add the next action. Repeat until your workflow is complete.
6
Publish
Click Publish automation in the bar at the bottom of the canvas. Enter a name for your automation and click Publish.
Build with automation chat
Automation chat is an assistant built into the editor. Describe the workflow you want in plain language and it builds it on the canvas for you. Choosing Start from scratch opens the editor with chat already open. To open or close it later, click the speech-bubble button at the top-left of the canvas — the tooltip reads Open chat. The panel is titled Automation chat. Your edits appear on the canvas as chat makes them, so you can watch the automation take shape and adjust anything by hand.What chat can do
- Set up the trigger — choose the trigger type and fill in its settings
- Add, update, and remove actions — including placing an action on a specific path of a branch
- Set conditions and branches — write the filter conditions that decide which records continue
- Look up your data by name — reference your tags, sequences, pipelines, and other book resources without hunting for IDs
- Change automation settings — update the name, whether the automation is active, and which books it runs in
Chat edits the draft only. It cannot publish, run, or delete an automation. Every change it makes — including turning the automation on — stays in the draft until you click Publish yourself.
Start a new conversation
Click the plus button in the panel header — its tooltip reads New chat — to start a fresh thread. Past threads stay available in the panel’s thread history, so you can return to an earlier conversation and pick up where you left off.Test an automation
Testing runs your automation against one record you choose, so you can confirm it behaves the way you expect before it starts running on its own.The Test automation button only appears on automations that have been published and whose trigger supports testing.
1
Open the automation
Click the automation on the list page to open the editor.
2
Click Test automation
The button is in the top-right corner of the editor, next to the Enable automation toggle.
3
Choose a record
Pick the record to run against. The field is labeled for the record type your trigger uses — Test client, Test task, Test meeting, and so on. For email triggers, also choose the book under Run in book.
4
Run it
Click Run automation.
The automation canvas
The canvas is where you visually build your automation. It displays:- Trigger node — the event that starts the automation (always at the top)
- Action nodes — the steps that run in sequence
- Branch nodes — conditional paths that split the flow (see Branch)
- Note nodes — free-form annotations you can add anywhere on the canvas for your own reference
The edit panel
Clicking any node on the canvas opens the edit panel on the right side. The panel shows:- The node’s type, icon, and description
- Configuration fields for the trigger or action
- A switch button to change to a different trigger or action type
- A delete button to remove the node
Switching a trigger or action type replaces its configuration. Your previous settings for that node are not preserved.
Edit an automation
1
Open the automation
Click any automation on the automations list page to open it in the editor.
2
Make your changes
Click any node to edit it, add new actions, or delete existing ones. The publish bar at the bottom indicates you have unpublished changes.
3
Publish your changes
Click Publish changes in the bottom bar. Your updates take effect immediately.
Enable or disable an automation
Toggle the Active switch to enable or disable an automation without deleting it. You can toggle it from two places:- Automations list page — the Active column has a toggle for each automation
- Automation editor — the toggle is in the top-right corner, labeled Enable automation
Delete an automation
1
Open the automation
Click the automation on the list page to open the editor.
2
Go to the Settings tab
Click the Settings tab.
3
Delete the automation
In the Danger zone section, click Delete automation. Type the automation name to confirm.
Rename an automation
1
Open the Settings tab
Open the automation and click the Settings tab.
2
Change the name
Update the Name field and click Save.
Share an automation across books
If your company has multiple books, you can run the same automation in more than one book. Sharing is configured in the Sharing section of the automation’s Settings tab.The Sharing section only appears for company admins. Standard users can edit automations in their own books but cannot change which books an automation runs in.
Apply to all books in the company
Toggle Apply to all books in company on to share the automation with every book in your company. New books added later are included automatically — no need to revisit the setting when you add a book.Share with specific books
When Apply to all books in company is off, the Share with specific books list appears below the toggle. Check the books you want this automation to run in. Uncheck a book to stop the automation from running there.Company-wide pipelines and company-wide project types are allowed in Create opportunity, Find opportunity, Move to stage, and Start project actions on a company-wide automation. Only book-level pipelines and project types block the company-wide toggle.
Drafts
When you start building a new automation, your work is saved as a draft automatically. If you leave the editor before publishing, the draft is preserved. The next time you click New automation, you’ll be asked:- Continue editing — reopen your draft where you left off
- Start fresh — discard the draft and start with a blank canvas
Validation
The publish bar shows validation errors if your automation has issues. Common validation messages include:- Missing required fields on a trigger or action node
- Nodes that are not fully configured
FAQ
Can I duplicate an existing automation?
Can I duplicate an existing automation?
Not directly. To create a similar automation, start from scratch and configure the same trigger and actions.
Can multiple people edit the same automation at once?
Can multiple people edit the same automation at once?
Yes. The automation builder supports real-time collaboration — multiple team members can view and edit the same automation simultaneously.
Can automation chat break a live automation?
Can automation chat break a live automation?
No. Chat only edits the draft. The published version keeps running until you review the canvas and click Publish.
What happens to in-progress runs when I edit an automation?
What happens to in-progress runs when I edit an automation?
Runs that are already in progress continue using the version that was active when they started. Your changes only apply to new runs after you publish.
Next steps
Triggers reference
See every trigger type and how to configure it.
Actions reference
See every action type and how to configure it.