Referred customers convert better, haggle less and stay longer than any other acquisition channel. Almost every small business knows this and almost none of them ask systematically, because asking face to face feels like begging. A text removes the awkwardness for both sides.
Timing: after value, never after payment
The wrong moment is right after an invoice clears — it reads as squeezing more out of the transaction. The right moment is after the customer has experienced the result: a week after the job, after the second visit, after the thing you fixed has stayed fixed.
export const referrals = { // After a visibly good outcome, not after the invoice. ask: (c: Ctx) => `Hi ${c.firstName} — ${c.staffName} at ${c.business}. Glad the ` + `${c.job} worked out. If you know anyone who needs the same, ` + `feel free to pass on my number — no pressure either way.`, // Forwardable: written to be sent on, not read by the customer. withLink: (c: Ctx) => `Here's something you can forward if it's useful: ${c.link}`, thanks: (c: Ctx) => `${c.referrerName} — ${c.referredName} got in touch and mentioned you. ` + `Genuinely appreciated. Thank you.`,};“No pressure either way” is doing the work
It removes the obligation, which is exactly what makes people comfortable saying yes. Referral asks fail when the customer feels they owe you something. Remove the debt and the ask becomes a favour they choose to do.
Make it forwardable
The customer's job is not to write a recommendation. It is to forward something. Give them a short message or link they can pass on with one tap — a page with your work, your area and a way to contact you. Anything that requires them to compose a sentence dramatically reduces the number who follow through.
On incentives
- Modest works. A discount on their next visit is enough, and it keeps them coming back too.
- Cash usually cheapens it — it converts a recommendation into a transaction, which is a worse thing for both people.
- Thank the referrer every single time, immediately, whether or not the referral converts. This is the part that makes it recur.
- Check the rules in regulated industries. Referral incentives are restricted or prohibited in some professional and healthcare contexts.
Frequency
Once a year per customer, at most, and only after a genuinely good outcome. This is the message type where over-asking is most damaging, because it converts a happy customer's goodwill into a sense of being worked. Frequency caps belong at the send layer.
Tag the forwardable link so you can actually count referrals rather than guessing. Most businesses badly underestimate this channel because they never measure it — attribution.
Next step
Generate a tagged link for whatever you send next with the UTM builder, see what this looks like in your industry, or compare the services that can send it on the providers page.