← All posts
00Problem playbook

The 60-second lead-reply SLA — how we set it up end to end

Per the Lead Connect study, contact-to-lead odds drop ~10x between minute 5 and minute 10. The Twilio + Make + CRM contract that gets first-touch under 60 seconds, every time.

Artem Tsubanov·Dec 5, 2025

There is one piece of inbound-marketing research that almost everyone in lead-response sales has cited at some point: the 2007 Harvard / InsideSales study (later popularized by Lead Connect) showing that the odds of qualifying a lead drop dramatically as response time stretches past five minutes.

The specific finding varies by re-telling, but the direction is consistent across follow-up research: replying inside 5 minutes versus inside 30 minutes makes you roughly 10x more likely to actually connect with the lead, and 4–6x more likely to qualify them for a sale.

Odds of qualifying a lead by first-response time
<5 min
21 x baseline
5–10 min
8 x baseline
10–30 min
3 x baseline
30 min–1 hr
1.5 x baseline
1–4 hr
1 x baseline

Source: Lead Connect / InsideSales replication of Oldroyd & Elkington 2007 Harvard study

The 60-second SLA, defined

First-touch under 60 seconds means: from the moment a lead clicks submit on the form, the lead receives a real-feeling SMS in their pocket within 60 seconds. Not an email. Not a call. An SMS. The reason is delivery latency: emails sit in inboxes, calls require the operator to be at their desk, but an SMS hits the lock screen of a phone the lead is still holding.

The four-webhook contract

Webhook 1: Form submit → CRM

The form posts to a serverless endpoint (Vercel Functions, Cloudflare Workers, whatever). The endpoint validates the payload (Zod or similar), assigns a UUID, and writes a row to the CRM. The CRM is whatever you already use. The endpoint does NOT wait for the CRM to confirm — it fires the next webhook in parallel.

Webhook 2: Form submit → SMS

Same trigger, parallel path. Twilio Programmable Messaging fires an SMS to the lead's phone within ~2–4 seconds of submit. The message is short and signed: "Hi [first name] — this is [owner name] at [business]. Got your inquiry about [service]. I'll text you back within 5 minutes — what's the best number to reach you on?"

The signed-by-a-real-name part matters. Per BrightLocal 2024, 71% of consumers say a personalized response in a local-business interaction makes them more likely to continue the conversation. "Thanks for your interest! A representative will be in touch shortly" reads as a bot. "Hi Sarah, this is Mike" reads as a person.

Webhook 3: Form submit → owner/operator notification

Same trigger, third parallel path. A push notification to the operator's phone (via Slack, ntfy.sh, or just an SMS to the operator's number) with the lead details, formatted as a single tap-to-call link.

Webhook 4: Form submit → calendar

Optional but valuable. The SMS in webhook 2 includes a calendar link ("or book a 15-min consult here: [link]"). The link is a pre-configured Cal.com or Calendly with 15-minute slots. Some leads will self-serve, which means the operator never even has to make the first call.

Tooling cost

All-in monthly cost to run this for a small operator: Twilio ($20–$60/mo depending on volume), Make.com ($16/mo on the entry plan, $29/mo on Core), Cal.com or Calendly ($10–$15/mo). Call it $50–$100/mo total. The recovered revenue from leads that would otherwise have gone cold is consistently 20–40x that in audits we've run.

FAQ
  • Why SMS and not email for first touch?

    Delivery latency and open rates. Email sits in an inbox the lead may not open for hours. SMS hits the lock screen of the phone they're still holding. Per Mobilesquared 2024, SMS open rates run 90%+ within 3 minutes of delivery vs. ~20% for email within an hour.

  • Is this legal — do I need consent to text a lead?

    Yes, you need consent. The form itself constitutes consent when the consent language is on the form ("By submitting this form, you agree we may contact you by phone or text about your inquiry"). For ongoing marketing texts after the inquiry is closed, you need separate explicit opt-in. Consult counsel for the specifics in your state.

  • What if I can't reply within 5 minutes?

    The automated SMS handles first-touch instantly. The follow-up call from a human can happen within 30–60 minutes and you'll still capture most of the lead-response advantage. The killer is the case where neither the SMS nor the human reply happens — 24 hours later the lead is gone.

Try the related free tool

/audit

See where you show up when customers search.

Free 24-hour Visibility Audit. Yours to keep — whether you hire us or not.