The 5-touch sequence that works
You don't need a complex drip campaign. What works for most service businesses is a five-touch sequence over seven days, then a handoff to a monthly nurture list. Here's how it maps out:
-
1
Immediate — within 5 minutes of form submission Confirmation email
Confirm receipt, briefly introduce your business, and set an expectation for next steps. Keep it short. This is not a sales pitch — it's proof you're real and responsive. Include one clear next step (book a call, reply with questions, etc.).
-
2
15 minutes later — if form included phone number Text message
A short, direct text from a real number (not a shortcode). Something like: "Hey [First Name], saw your inquiry — happy to answer any questions. This is [Your Name] from [Business]." It humanizes the contact before anyone actually calls.
-
3
Day 2 — value email Specific value hook
A case study, a short FAQ, or a relevant testimonial — something that reduces friction and answers the questions most leads have before committing. Don't just resend the same pitch. Give them a reason to reply.
-
4
Day 4 — direct ask Check-in email
"Are you still looking for help with [specific service]? Happy to jump on a quick call if the timing's right." Short, direct, no fluff. People who were waiting for a reason to respond often reply here.
-
5
Day 7 — close the loop Breakup email
"I'll follow up in 30 days if the timing isn't right — no pressure." This email converts better than most people expect. It removes pressure and gives the lead an easy exit, which paradoxically triggers replies from people who were just slow to engage.
After touch 5: move the contact to a long-term nurture list. A monthly check-in — relevant tip, quick resource, or just a short note — keeps you top of mind for people who weren't ready when they first came in.
"Most deals that close from automated sequences close before day 5. The later touches catch leads that were genuinely interested but slow to respond — not a small group."
What you actually need to build this
Three components. That's it. The whole thing fails if any one of them is missing or misconfigured.
Form submission from your website, Calendly booking, inquiry from Google Business Profile, or an inbound text. The trigger is what starts the sequence. If you don't have a reliable trigger, nothing fires consistently.
n8n, Make, or Zapier. This is the logic layer that receives the trigger, applies conditions, and sends the right messages at the right times. We use n8n for most clients — it handles conditional logic well and doesn't charge per task at scale.
Email: any SMTP, SendGrid, or your existing Gmail via the Gmail API. SMS: Twilio at ~$0.0079 per message. Most service businesses doing moderate follow-up volume spend $10–$25/month on Twilio.
For tool choice specifics — n8n vs. Make vs. Zapier trade-offs, pricing at scale, and which is easiest to maintain — see the full comparison here.
HBR research (Oldroyd et al., 2011): Leads contacted within 1 hour are 7x more likely to convert than those contacted 2 hours later. At 24 hours, the odds drop by a factor of 60. Automated sequences eliminate the delay entirely — the first touch fires in minutes, every time.
What makes most DIY sequences fail
Building a follow-up sequence is not technically hard. Getting it to work reliably without breaking things is where most businesses stumble. Four failure modes show up repeatedly:
-
01
Sequence doesn't stop when someone books
The most common mistake. A lead books a call on day 2, and then receives the day 4 "are you still interested?" email. It signals that your systems don't talk to each other — and it's embarrassing. Your workflow needs to listen for booking events (a Calendly webhook, for example) and cancel remaining steps immediately.
-
02
No conditional logic — everyone gets the same emails
A lead who submitted a form asking about commercial jobs gets the same nurture email as someone looking for residential service. A lead who opened your day 2 email three times gets the same day 4 email as someone who opened nothing. Without branching logic, your sequence treats all leads identically, which reduces relevance and conversion.
-
03
Sending domain isn't warmed up
If you're sending automated email from a new domain or subdomain that hasn't built a sending reputation, a large portion of your messages will land in spam — even if the content is clean. Domain warming takes 4–6 weeks of gradual volume increase. Skipping this step is why some businesses swear follow-up automation "doesn't work" — the emails aren't arriving.
-
04
Sequence built in a tool that isn't connected to the actual lead source
A CRM sequence only runs if the lead is already in the CRM. If your leads come in via your website form, Google Business, Thumbtack, or any other external source, someone has to manually add them to trigger the sequence. That manual step is where follow-up dies. The fix is a workflow engine that bridges the gap automatically.
CRM vs. workflow engine — which one you actually need
Most CRMs have built-in email sequences. HubSpot has sequences. ActiveCampaign has automations. Pipedrive has workflows. The limitation they share: the lead has to be in the CRM before any of it triggers.
If your leads come in exclusively through a source the CRM natively monitors — a HubSpot form on a HubSpot-hosted page, for example — the CRM sequence can work on its own. But most small businesses have leads coming in from multiple places: website forms on non-CRM platforms, Google Business inquiries, Thumbtack, Angi, inbound texts, referrals entered manually. The CRM sequence doesn't fire for any of those unless there's a connection step.
That connection step is what a workflow engine handles. n8n or Make receives the lead from wherever it originated, creates the CRM contact if needed, and then either triggers the CRM sequence or runs the email and SMS sequence directly. It's the layer most businesses skip — and the reason their CRM sequences never actually run consistently.
Not sure if your current setup is actually firing? We run a free audit that includes checking whether your lead capture connects to your follow-up tools. Most businesses find at least one break in the chain.
Get the Free Audit →The full setup for a service business
Here's how the complete flow looks when it's built correctly:
- → Lead submits form (Typeform, Jotform, or custom website form)
- → n8n receives webhook from form tool
- → n8n checks HubSpot (or your CRM) — does this contact already exist?
- → If no: creates contact, sets deal stage to "New Lead"
- → Touch 1 fires: confirmation email via SendGrid or Gmail API
- → Touch 2 fires: text via Twilio (if phone number present)
- → Touches 3–5 fire on day 2, 4, 7 schedule
- → Calendly webhook fires when contact books a call
- → n8n receives booking event, cancels remaining sequence steps
- → CRM contact updated to "Booked" — sequence archived
The booking-cancels-sequence step is the one most businesses forget to build. It's also the most important — it's what prevents follow-up emails from firing after the deal is done.
What it costs to build this
The tools themselves are cheap. The build cost is where most businesses either pay someone to do it right, or spend weeks trying to figure it out themselves.
The one-time build cost from Aplos AI for a complete sales follow-up automation — form trigger, email sequence, SMS, CRM integration, booking detection, and sequence cancellation — runs $2,000–$4,000 depending on the number of lead sources and CRM complexity. That's a one-time cost. The tools run for $10–$26/month after that.
For context on what automations cost across different project types, the full pricing breakdown covers it in detail. And if you're weighing whether to build this yourself or hire someone versus automating the function entirely, automation vs. hiring runs the cost math.