Part 1
Create the workflow
~5 min
1
Navigate to Workflows
Automation โ Workflows
From the left sidebar click Automation, then click Workflows. Click + New Workflow and select Start from scratch.
Automation โ Workflows โ + New Workflow โ Start from scratch
2
Name and configure the workflow
Workflow settings
Name it exactly:
Configure these workflow settings before adding any steps:
AIBS โ AI Follow-Up 7 DayConfigure these workflow settings before adding any steps:
| Setting | Value | Why |
|---|---|---|
| Workflow name | AIBS โ AI Follow-Up 7 Day | Consistent naming convention |
| Allow re-entry | Off | Prevents a lead triggering the flow twice |
| Stop on reply | On | Core feature โ pauses sequence when lead replies |
| Contact timezone | On | Sends messages at the right time for each lead |
| Send window | 9am โ 7pm | No messages outside business hours |
๐กStop on reply is the most important setting in the entire workflow. Turn it on before you add a single step. If you miss it, you'll be sending Day 5 follow-ups to leads who already booked.
3
Set the trigger โ new-lead tag added
+ Add Trigger
Click + Add Trigger. Select Contact Tag. Configure it as:
| Field | Value |
|---|---|
| Trigger type | Contact Tag |
| Filter | Tag added |
| Tag name | new-lead |
โนThis fires every time the
new-lead tag is applied to a contact โ whether from a form, an ad, a funnel embed, or manually. One trigger covers every lead source.โ Make sure the
new-lead tag is removed when a contact becomes an active client (you set this up in the pipeline walkthrough โ Trigger 4, Step 12). If not, existing clients can re-enter this workflow.Part 2
Build the 7-day sequence
~15 min
4
Day 1 โ immediate outreach (SMS + email)
Fire immediately on trigger
Add two actions back-to-back โ no wait step before these. They fire the moment the trigger fires.
Action 1 of 2 โ fires immediately:
1
Send SMS โ Use snippet: AIBS โ Welcome new lead SMS2
Send email โ Use template: Welcome โ New leadSMS preview โ Day 1
Hey
{{contact.first_name}}! Thanks for reaching out to AI Boost Solutions. I'd love to learn more about your goals โ grab a quick call here: ๐กSpeed matters on Day 1. Studies show leads contacted within 5 minutes are 9x more likely to convert. The SMS fires first โ email follows immediately after.
5
Add first reply check after Day 1
If/Else โ replied?
After the Day 1 messages, add a Wait step then an If/Else condition to check if the contact replied. This is the branching logic that makes the sequence intelligent.
Step sequence after Day 1 messages:
1
Wait โ 2 days (respects send window setting)2
If/Else condition โ Contact replied = Yesโ
YES branch: Update AI Follow-up Status = Paused โ End workflowโ
NO branch: Continue to Day 3 messagesโนThe If/Else + "Stop on reply" setting work together. "Stop on reply" handles real-time replies mid-sequence. The If/Else handles replies that came in during the Wait period.
6
Day 3 โ follow-up (SMS + email)
After 2-day wait
On the NO branch from Step 5, add the Day 3 messages. Tone is warmer and more direct than Day 1 โ they've seen your first message, this is a nudge.
Day 3 actions (NO branch):
1
Send SMS โ Use snippet: AIBS โ Day 3 follow-up SMS2
Send email โ Use template: Day 3 โ Still thinking it over?SMS preview โ Day 3
Hey
{{contact.first_name}}, just checking in โ did you get a chance to look at my last message? Happy to answer any questions. Here's that link again: 7
Day 5 โ value add (email focused)
After another 2-day wait
Add another Wait 2 days โ If/Else replied check โ on the NO branch, send Day 5. Day 5 leads with value โ share something useful, not just a booking link.
Day 5 actions (NO branch):
1
Send SMS โ Short: "Wanted to share something quick with youโฆ"2
Send email โ Use template: Day 5 โ Here's what we've built for businesses like yours๐กDay 5 is a pattern break. Instead of "book a call," give them something โ a quick result, a case study, a before/after. Make the email worth opening regardless of whether they book.
8
Day 7 โ final message + lead score update
Last touchpoint
Add another Wait 2 days โ If/Else replied check โ on the NO branch, send Day 7. This is the final message โ direct, low pressure, no hard sell.
SMS preview โ Day 7
Hey
{{contact.first_name}} โ last message from me, I promise. If the timing isn't right, no worries at all. When it is, I'm here: โ After Day 7 messages โ final actions on BOTH branches:
1
Update contact field โ AI Follow-up Status = Completed2
Update contact field โ Lead Score = 30 (no reply) or 70 (replied, didn't book)3
Add tag โ follow-up-complete4
Remove tag โ new-leadโThe lead score update at the end is what feeds your reporting. Contacts who never replied (score 30) go into a re-engagement bucket. Contacts who replied but didn't book (score 70) get a human follow-up.
Part 3
Configure reply handling
~5 min
9
What happens when a lead replies mid-sequence
Stop on reply behavior
When Stop on reply is enabled and a lead replies to any message in the sequence, the workflow pauses immediately. Here's the full behavior:
| Scenario | What happens | Next step |
|---|---|---|
| Lead replies with a question | Workflow pauses, conversation goes to inbox | Human takes over |
| Lead replies "STOP" or "Unsubscribe" | Workflow stops, contact opted out | Do not contact |
| Lead books a call | Booking trigger fires (separate workflow) | Onboarding pipeline triggers |
| Lead replies positively but doesn't book | Workflow pauses, score updates to 70 | Human follow-up |
โนCreate a separate notification workflow triggered by Inbound message received that pings your assigned user when any paused lead sends a new message. Don't rely on checking the inbox manually.
10
Add internal team notification on reply
New workflow โ inbound message
Create a separate companion workflow to notify your team the instant a lead in the follow-up sequence replies.
AIBS โ Reply Alert ยท new workflow:
T
Trigger: Customer repliedF
Filter: Contact has tag: new-lead1
Send internal notification โ "{{contact.first_name}} just replied to the follow-up sequence"2
Update contact field โ AI Follow-up Status = Paused3
Assign to user โ Round-robin or specific team memberPart 4
Test and activate
~5 min
11
Full sequence review before publishing
Workflow canvas check
Before clicking Publish, verify the complete workflow on the canvas looks like this:
Trigger
Contact tag added โ new-lead
Entry point for all leads from all sources
Day 1
SMS + Email โ welcome message
Fires immediately. No wait before this.
Day 3
Wait 2 days โ If/Else replied โ NO โ SMS + Email
Soft follow-up. Warmer tone than Day 1.
Day 5
Wait 2 days โ If/Else replied โ NO โ SMS + Email
Value-led message. Not a booking push.
Day 7
Wait 2 days โ If/Else replied โ NO โ SMS + Email โ End
Final message. Low pressure. Update lead score + tags on both branches.
โ Every If/Else branch needs actions on both the YES and NO paths โ even if the YES path just updates a field and ends. A branch with no actions will error silently.
12
Test with a real contact then publish
Test mode โ Publish
Use AI Boost Solutions' test mode to enroll a test contact before going live.
โ
Create a test contact with your real phone and email
โ
Manually add the tag
new-lead to the test contactโ
Confirm SMS arrives within 60 seconds on your phone
โ
Confirm email arrives and merge tags resolve โ no broken
{{contact.first_name}}โ
Reply to the SMS โ confirm workflow pauses and team notification fires
โ
Check contact record โ confirm AI Follow-up Status field updated to Paused
โ
Re-enroll the test contact to check Allow re-entry is off (should not re-enter)
โ
All checks pass โ click Publish
โOnce published, every new contact tagged
new-lead โ from your funnel embeds, forms, or the onboarding pipeline โ will automatically enter this sequence. The system runs itself.






