For the complete documentation index, see llms.txt. This page is also available as Markdown.

Workflow Steps

The individual actions a workflow can run, from sending an email to branching on a condition.

Steps are the individual actions in a Workflows. Each step executes in sequence: when one finishes, the next begins. Use Wait and Time of Day steps to control timing, and Condition steps to branch the logic.

A workflow assembled from steps, with branching logic.
Step
What it does

Sends a personalized email to the lead or their assigned rep.

Sends an SMS to the lead's phone number.

Uses the Phone capability to call the lead's phone number.

Sends a Slack or Microsoft Teams notification to your team.

Pauses execution for a set duration (up to 30 days).

Holds leads until a specific clock time is reached.

Branches workflow logic based on lead data.

Makes an HTTP request to an external system and can extract data.

Researches a lead or company with an AI prompt (with web search) and extracts structured data.

Last updated