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

Step
What it does
Last updated
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.

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.
If a step cannot execute (e.g., a Call Phone step for a lead with no phone number), the workflow skips it and continues to the next step.
Last updated