The fastest way to lose a lead is to answer tomorrow
Every enquiry form on the internet is a promise: somebody will get back to you. The interesting question is when, and the answer decides whether the enquiry…
By BlueX
Every enquiry form on the internet is a promise: somebody will get back to you. The interesting question is when, and the answer decides whether the enquiry was worth anything.
The five-minute cliff
The research on this is unusually consistent. Contact a lead within five minutes and the odds of a real conversation are dramatically better than at thirty. Not a little better — a different business.
The curve does not decay gently. It falls off a cliff and then flattens, which is why "we usually reply the same day" and "we usually reply within a week" convert almost identically.
What makes this hard is not the intent. Nobody plans to answer slowly. It is that five minutes is shorter than a meeting, a commute, or lunch, and a human rota that covers it costs more than the leads are worth.
What we actually built
An agent that places the call itself. The form submits, a webhook fires, and the phone rings while the person is still on the page.
const lead = await intake(request);
// The call is placed before the thank-you message renders.
await dispatch(lead, { within: minutes(5) });
It qualifies against criteria you set, books into your calendar, and hands over the transcript. When it cannot help, it says so and takes a message — which is still faster than tomorrow.
The part people ask about
Yes, callers can tell. No, it does not matter as much as you would expect: being called back in four minutes reads as competence, and competence is most of what an enquiry is shopping for.
