Workflows
How to deploy agents to run a proactive GTM playbook.
Workflows define a proactive GTM playbook for your agents to execute. Instead of waiting for leads to reach out, workflows let Spara take action — sending emails, making calls, and routing leads through multi-step sequences based on their data and behavior.
For example, a Voice agent deployed to a phone number picks up incoming calls. Add a Call Phone step to a workflow and that same agent dials leads proactively — turning an incoming tool into an outgoing engine.

Core Concepts
Triggers
Every workflow starts with a Trigger — the criteria that defines which leads enter the workflow. Triggers can include multiple condition groups combined with AND/OR logic, giving you precise control over which leads are enrolled.
Any field in Spara's Data Model is available as trigger criteria — including fields captured by your agents, synced from your CRM, or tracked from website activity.

A workflow continues to operate on a lead even if that lead no longer matches the trigger criteria after entering. Triggers only control entry.
Spara evaluates leads who have been active within the past 365 days for new-lead workflows. A lead active in the last year but not the last month will still be eligible to enter.
Steps
Steps are the individual actions in a workflow. Each step executes in sequence — when one finishes, the next begins. Use Wait steps to introduce delays and Condition steps to branch logic.
Sends a personalized email to the lead or their assigned rep
Sends an SMS to the lead's phone number
Uses a Voice agent to call the lead's phone number
Sends a Slack or Microsoft Teams notification to your team
Pauses execution for a set duration (minutes, hours, or days, up to 30 days)
Holds leads until a specific clock time is reached (in your account's timezone)
Branches workflow logic based on lead data
Makes an HTTP request to an external system and can extract data
Runs a custom AI prompt and extracts structured data from the response
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.
Workflow Settings
Workflow settings control when a lead should automatically exit a workflow based on engagement. These are configurable per workflow:
End on email reply — Lead exits when they reply to an email from a Send Email step
End on text reply — Lead exits when they respond to a text from a Send Text step
End on call answer — Lead exits when they pick up a call from a Call Phone step
All three are enabled by default. Disable them if you want leads to continue through the workflow even after engaging.
For a step-by-step walkthrough of building a workflow, see the Building Your First Workflow guide.
Workflow Execution
A lead only enters a workflow once. Updating trigger criteria does not cause leads who already entered to re-enter.
Unpublishing pauses execution. Leads already in the workflow will not continue until you republish. Republishing resumes from where each lead left off — it does not restart the workflow.
Misconfigured steps don't stop the whole workflow. If a published step becomes misconfigured (e.g., a disconnected Twilio account), leads that reach that step are paused there. Other steps continue to execute normally. Fix the configuration and paused leads will resume.
Engagement-based exits. When workflow settings are enabled, leads automatically exit the workflow when they reply to an email, respond to a text, or answer a call from a workflow step.
FAQ
Can a lead be in multiple workflows at the same time?
Yes. A lead can be enrolled in multiple workflows simultaneously. Each workflow operates independently.
What happens if I change a workflow that already has leads in it?
Unpublished changes do not affect leads currently in the workflow. When you publish, new leads will follow the updated workflow. Leads already in progress continue from their current step.
How do I test a workflow before going live?
Save the workflow as a draft without publishing. When you open the Test panel from the workflow editor, Spara automatically generates a test lead pre-filled with values that satisfy your trigger criteria and any condition branches on the happy path — so you can start a test immediately without filling in fields manually. You can adjust individual field values before running the test. When ready, publish to start enrolling leads.
Can workflows send messages to the assigned sales rep?
Yes. The Send Email and Notify steps can target the lead's assigned sales rep. Use Send Email to CC or send directly to the rep, and Notify to alert them via Slack or Teams.
Last updated