Send Email Step
Send a personalized email from your AI agent.
The Send Email step sends an email on behalf of your AI agent to a lead or their assigned sales rep.

Configuration
Recipients
Send to lead
Sends to the lead's email address.
Send to assigned rep
Sends to the rep assigned to the lead in Salesforce. Requires a Salesforce integration.
CC
Additional email addresses to CC.
BCC
Additional email addresses to BCC.
At least one of Send to lead or Send to assigned rep must be enabled.
Send immediately
By default, Spara paces workflow emails: each connected mailbox sends at most one email every few minutes, so a large batch goes out gradually instead of all at once. This protects your mailbox's sending reputation. Under Outgoing times in the step panel, choose Send immediately to skip pacing — and any configured outgoing window — for that step only. Use it for time-sensitive emails, like a follow-up right after a call or a booking confirmation. It is one of three choices there, so a step either follows a send window or ignores it, never both.
Subject and Body
Both the subject line and body support variables. Use the Insert menu (⚡) to browse and insert available lead data fields.
The body editor supports standard markdown formatting: bold, italics, lists, links, and code blocks.
Use the Preview button to see how the email will render with sample lead data before publishing.
Tips
Missing email address. If a lead has no email address on record, this step is skipped and the workflow continues to the next step.
Template syntax errors are caught at publish time. If a subject line or body contains a Jinja syntax error (for example, a mistyped tag like { % if ... %}), publishing the workflow will show a validation error. Fix the template before publishing to avoid delivery failures.
Last updated