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

Branches workflow logic based on lead data.

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

Calls your connected CRM (Salesforce, HubSpot, or Marketo) using Spara's stored connection and can extract data. Admin only.

Writes a value you specify to a field on the lead.

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

Last updated