The Automation Visual Builder
The Automations V2 update introduces a powerful visual flow editor that makes it easier to design, understand, and manage complex automations. Instead of a linear list of actions, you can now view your automation as an interactive flowchart.
Using the Visual Builder
When creating a new automation or editing an existing one, the visual builder provides a canvas where you can drag, drop, and connect different nodes.
Flow Components
The visual builder uses four distinct node types to represent the steps in your automation:
- Trigger Node (Start): Every automation begins with a single trigger node at the top. This defines what event (like a new patient creation or a scheduled timer) kicks off the flow.
- Filter Node: These nodes evaluate the data from the trigger. If the conditions are met, the flow continues; if not, it stops.
- Action Node: These nodes represent the actual work being done, such as sending a secure message, creating a task, or updating a patient record.
- Wait Node: A special type of action that pauses the automation for a specified amount of time before continuing to the next node.
Navigating the Canvas
- Zoom and Pan: Use your mouse wheel to zoom in and out, and click and drag the background to pan around the canvas.
- Adding Nodes: Click the + button on the connecting lines between existing nodes to insert a new Filter, Action, or Wait step.
- Editing Nodes: Click on any node to open its configuration panel on the right side of the screen.
- Deleting Nodes: Select a node and press the
Deletekey, or use the delete option in the configuration panel.
Automation Templates
To help you get started quickly, the Automations V2 update includes pre-built templates for common healthcare workflows. When you click New Automation, you can choose to start from scratch or select one of the following templates:
| Template | Trigger | Description |
|---|---|---|
| New Patient Welcome | Resource Creation (Patient) | Greets newly created patients with a secure welcome message and next steps. |
| Intake Form Assignment | Resource Creation (Patient) | Automatically assigns intake forms when a patient is added to a program. |
| No-Show Follow-Up | Resource Update (Appointment) | Reaches out and creates a re-booking task when an appointment is marked as a no-show. |
| Post-Visit Satisfaction Survey | Resource Update (Encounter) | Waits 1 day after an encounter is completed, then sends an NPS or CSAT survey. |
| Patient Onboarding Sequence | Resource Creation (Patient) | A multi-step sequence that welcomes and onboards new patients. |
Selecting a template instantly populates the visual builder with the necessary trigger, filters, and actions. You can then click into each node to customize the specific messages, forms, or task details for your organization before saving and enabling the automation.