Building Your First Workflow
A step-by-step walkthrough for creating your first Spara workflow.
This guide walks you through creating a simple workflow that emails a lead after they submit a webform, waits a day, and then has a Voice agent call them. By the end, you'll understand how triggers, steps, and settings work together.
For a full feature reference, see the Workflows page.
Before You Start
Make sure you have:
At least one agent configured (Chat, Email, or Voice)
An email template in mind for the first outreach
A Voice agent set up if you want to include a Call Phone step
Configure the trigger
Click the Triggers step at the top of the canvas. This defines which leads enter the workflow.
Add a criteria row:
Field: Webform submitted
Operator: is true
This means any lead who submits a webform will enter the workflow. You can add more criteria with the + Add criteria button — for example, requiring that the lead also has an email address.
Click + Add condition group to create OR logic between groups of criteria.
Add a Send Email step
Click the + button below the trigger to add a step. Choose Send Email.
In the configuration panel:
Set To to "Lead"
Write a subject line using variables:
Following up on your interest, {{ first_name }}Write the email body. Use the ⚡ button to insert variables like company name or the page they visited.
See the How to Use Spara's Text Editor for details on inserting variables.
What's Next
Add a Condition Step step to branch logic based on lead data (e.g., different paths for enterprise vs. SMB)
Use a Prompt Step step to research the lead's company and personalize downstream emails
Add a Notify Step step to alert your sales team in Slack when a lead progresses
Last updated