Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.slant.app/llms.txt

Use this file to discover all available pages before exploring further.

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.

Household actions

These actions operate on the household associated with the triggering record.

Add tag

Add a tag to the household.
FieldDescription
TagRequired. Select the tag to add.

Remove tag

Remove a tag from the household.
FieldDescription
TagRequired. Select the tag to remove.

Add note

Add a note to the household record.
FieldDescription
ContentRequired. The note content. Supports markdown formatting and dynamic variables.

Add comment

Add a comment to the household.
FieldDescription
ContentRequired. The comment text.

Send email

Send an email to the household. Only one send email action is allowed per branch path.
FieldDescription
Email integrationRequired. Select which connected email account to send from.
RecipientsRequired. 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 contentRequired. Optionally select an email template, then set the subject line and body. The body editor supports dynamic variables like {{person.preferred_name}}.

Send SMS to client

Send a text message to people in the household. Only one SMS action is allowed per branch path.
FieldDescription
SMS integrationRequired. Select which connected phone integration to send from.
RecipientsRequired. Toggle which people receive the message: head of household and/or spouse/partner. Default: head of household only.
MessageRequired. The message text. Supports dynamic variables like {{person.preferred_name}}.

Create opportunity

Create a new opportunity for the household. The created opportunity becomes available to later actions.
FieldDescription
NameRequired. The opportunity name.
PipelineOptional. Select a pipeline. If left empty, the default pipeline for the household type is used.
ValueOptional. The opportunity value in dollars.
ProbabilityOptional. Win probability from 0–100.

Find opportunity

Find the most recently updated opportunity for the household. The found opportunity becomes available to later actions (such as Move to stage).
FieldDescription
PipelineOptional. Limit the search to a specific pipeline. If left empty, all pipelines are searched.

Add to sequence

Enroll the household in a sequence.
FieldDescription
SequenceRequired. Select the sequence to enroll the household in.

Remove from sequence

Remove the household from a sequence.
FieldDescription
SequenceRequired. Select a specific sequence, or remove from all sequences.

Start project

Start a project from a template for the household.
FieldDescription
Project typeRequired. Select the project type to create.

Promote to client

Promote a prospect household to a client. This action has no configuration fields — it promotes the household directly.

Task actions

Create task

Create a new task. The task is linked to the household or record associated with the trigger.
FieldDescription
TitleRequired. The task name.
DescriptionOptional. A longer description. Supports markdown formatting.
Due inRequired. When the task is due: same day, 1–3 days, 5 days, 1 week, 2 weeks, or 1 month. Default: 1 day.
PriorityOptional. Set the priority: low, medium, high, or urgent.
Assigned toOptional. Assign the task to a specific user, a team, or a user-reference custom field on the household (for example, a Servicing advisor field). The picker groups options under Users, Teams, and User reference fields.
Email draftOptional. Pre-stage an email draft on the task. Choose AI prompt to write a free-text prompt that guides an AI-generated email, or Email template to pick from existing templates. Only one source can be set per task.
How user-reference custom field assignment resolves at run time. When the automation runs, Slant picks the assignee in this order:
  1. If you chose a specific user, the task is assigned to that user.
  2. If you chose a user-reference custom field, Slant reads that field off the household and assigns the task to whoever is set there.
  3. If the custom field is blank on the household, the task is created with no assignee.
This lets one automation assign tasks to the right team member per household — for example, always routing to each household’s servicing advisor.

Opportunity actions

These actions require an opportunity in context — either from an opportunity trigger or from a previous Create opportunity or Find opportunity action.

Move to stage

Move the opportunity to a specific pipeline stage.
FieldDescription
PipelineRequired. Select the pipeline.
StageRequired. Select the target stage.

Add comment

Add a comment to the opportunity.
FieldDescription
ContentRequired. The comment text.

AI actions

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.

Categorize

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.
FieldDescription
Record typeRequired. The type of record to categorize: household, contact, task, opportunity, meeting, or person.
Categorization modeRequired. Choose Custom categories (define your own list) or Object field options (use the existing options from a field on the record).
FieldRequired if using object field options. Select which field’s options to use as categories.
CategoriesRequired if using custom categories. Define category names and optional descriptions.

Filter

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.
FieldDescription
Record typeRequired. The type of record to evaluate: household, task, opportunity, meeting, or person.
CriteriaRequired. Describe the criteria for records to continue through the automation.

Draft email

Use AI to generate an email draft based on a prompt. Returns a subject line and HTML body that can be used in subsequent actions.
FieldDescription
Record typeRequired. The type of record to reference: household, task, opportunity, meeting, or person.
PromptRequired. Describe the email you want. Data from the associated record is automatically included as context.

Research

Use AI to look up information and return a summary. The AI has access to web search and other research tools.
FieldDescription
SubjectRequired. The type of record to research: household, task, opportunity, or meeting.
QueryRequired. Describe what you want to learn. Information about the record is automatically included as context.

Parse and create contact

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.
FieldDescription
Type of record to createRequired. Choose Client, Prospect, or Contact. Default: prospect.
Additional instructionsOptional. Additional instructions for the AI when parsing the contact information.
When the record type is Client or Prospect, the AI also extracts a spouse or partner if one is mentioned and adds them to the same household. Words like “wife” or “husband” mark the second person as a spouse, and “partner”, “domestic partner”, or “fiancé” mark them as a partner.

Flow actions

Flow actions control the execution path of your automation.

Branch

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.
FieldDescription
BranchesRequired. 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.

Wait

Pause the automation for a specified duration before continuing to the next action.
FieldDescription
Wait durationRequired. Enter a number.
UnitRequired. Choose Seconds, Minutes, Hours, or Days.
The maximum wait time is 30 days.

System actions

Internal notification

Send a notification to team members via email or SMS. Use this to alert your team about important events.
FieldDescription
Message typeRequired. Choose Email or SMS. Default: email.
To / CC / BCCFor email: enter email addresses for each field.
Email contentFor email: set the subject and body.
SMS toFor SMS: enter phone numbers.
SMS bodyFor SMS: enter the message text.

Create task

Create a new task — see Task actions above. This action appears in both the Task and System categories.

Confetti

Trigger a confetti celebration on screen for selected team members.
FieldDescription
UsersRequired. Select which team members see the celebration.
StyleRequired. Choose Fireworks, Raining, or Cannons. Default: fireworks.
MessageOptional. A celebration message to display.

FAQ

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.
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.
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.
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.