Skip to main content
Sequence steps define what happens and when. Each step is either an automated email or a task creation, scheduled on a specific business day of the sequence.

Step types

Email steps

Email steps send an automated message to the enrolled household’s recipients. Each email step includes:
  • Subject line — What appears in the recipient’s inbox
  • Email body — The message content, written with a rich text editor
  • Send day — Which business day of the sequence to send
  • Reply to previous thread — Option to send as a reply to the prior email step, keeping the conversation in one thread
  • Attachments — Files attached to the email template

Task steps

Task steps create a follow-up task instead of sending an email. Each task step includes:
  • Title — The task name
  • Description — Details about what to do
  • Time to complete — Deadline offset in business days from the step’s scheduled day
  • Assigned to — Optionally assign to a specific team member
Task steps are useful for:
  • Phone call reminders
  • Personal touchpoints that should not be automated
  • Checkpoints to review engagement before continuing

Email step details

Writing email content

Use the rich text editor to compose emails. Type / to access the command menu for inserting:
  • Numbered lists
  • Bulleted lists
  • Images
  • HTML blocks

Personalization variables

Insert variables to personalize each email for the recipient. Variables use Liquid syntax with double curly braces. Example:
Hi {{person.first_name}},

I wanted to follow up on our conversation about your retirement goals.
Do you have time this week for a quick call?

Best,
{{user.first_name}}

Reply threading

Enable Reply to previous thread on an email step to send it as a reply to the preceding email step in the sequence. When enabled:
  • The subject line becomes “Re: [previous email subject]”
  • The email appears in the same thread as the prior message
  • This only works if there is a preceding email step

One email per day

Each day in a sequence can have at most one email step. You can have a task step on the same day as an email step.

Timing

Business day calculation

Step timing uses business days (Monday through Friday):
SettingWhen it executes
Day 1Day of enrollment (during business hours) or next business day
Day 2First business day after day 1
Day 3Second business day after day 1
Example timeline for a Tuesday enrollment:
  • Day 1: Tuesday
  • Day 3: Thursday
  • Day 6: Tuesday (next week)
  • Day 10: following Monday

Sending windows

Emails send during business hours in the book’s timezone. The system optimizes send time within this window.

Manage steps

Add a step

  • Click Add step in the top-right of the steps area
  • Select the step type (Email or Task)
  • Choose which day of the sequence the step should execute
  • Click Create step

Move a step

  • Click the three-dot menu on the step
  • Select Move step
  • Choose a new day for the step

Delete a step

  • Click the three-dot menu on the step
  • Select Delete step

Publish changes

Changes to steps are not saved automatically. Click Publish in the save bar at the bottom of the page to apply changes. Click Discard to revert.

Step limits

LimitMaximum
Email steps per sequence6
Sequence duration20 business days
Email steps per day1

Next steps