Reference for all automation action types — the steps an automation performs.
Actions are the steps your automation performs after a trigger fires. You can chain multiple actions together, and each action runs in sequence. Some actions provide data to later actions — for example, Create opportunity makes the new opportunity available to subsequent steps.When you add an action, choose from six categories: Household, Task, Opportunity, AI, Flow, and System.
Send an email to the household. Only one send email action is allowed per branch path.
Field
Description
Email integration
Required. Select which connected email account to send from.
Recipients
Required. Choose who receives the email. For each person (head of household, spouse/partner), select To, CC, BCC, or None. Default: head of household as To.
Email content
Required. Optionally select an email template, then set the subject line and body. The body editor supports dynamic variables like {{person.preferred_name}}.
AI actions use artificial intelligence to process data, make decisions, and generate content. Input quality directly affects output quality — be specific in your prompts and descriptions.
Use AI to sort a record into one of your defined categories. Returns the selected category, a confidence score (0–100), and the reasoning behind the choice.
Field
Description
Record type
Required. The type of record to categorize: household, contact, task, opportunity, meeting, or person.
Categorization mode
Required. Choose Custom categories (define your own list) or Object field options (use the existing options from a field on the record).
Field
Required if using object field options. Select which field’s options to use as categories.
Categories
Required if using custom categories. Define category names and optional descriptions.
Use AI to evaluate whether a record meets criteria you describe in plain language. Records that match continue through the automation; records that don’t are stopped.
Field
Description
Record type
Required. The type of record to evaluate: household, task, opportunity, meeting, or person.
Criteria
Required. Describe the criteria for records to continue through the automation.
Extract contact information from an email or meeting and create a new record. Only one parse action is allowed per branch path. Requires an email or meeting in the automation context.
Field
Description
Record type
Required. The type of record to create: client, prospect, or contact. Default: prospect.
Instructions
Optional. Additional instructions for the AI when parsing the contact information.
Split the automation into conditional paths. Each branch can have its own conditions, and records flow down the first branch whose conditions match. A default branch catches records that don’t match any other path.
Field
Description
Branches
Required. Define branches with names and condition groups. Each branch can have its own sequence of actions.
After adding a branch action, each branch path appears as a separate column on the canvas. Add actions to each branch independently.
Can I use the result of one action in a later action?
Yes. Some actions provide data to later steps — for example, Create opportunity makes the opportunity available, and AI actions provide their results as variables. You can reference these outputs using dynamic variables in text fields.
What does 'requires subject' mean?
Some actions need a specific record type in context to work. For example, Move to stage requires an opportunity. If your trigger doesn’t provide one, add a Create opportunity or Find opportunity action earlier in the automation.
Why is an action grayed out in the picker?
An action may be unavailable if its required record type is not in the automation’s context, or if a “one per branch” action (like Send email) has already been added to the current branch path. Hover over the action to see why it’s disabled.
Is there a limit on how many actions an automation can have?
There is no hard limit on the number of actions. However, longer automations are harder to debug — keep workflows focused on a single purpose when possible.