A property services firm came to us in March with an outbound programme that had plateaued at 2.8% reply rate across a list of 800 contacts. Seven-email sequence, meticulously crafted copy, solid deliverability. They'd tried A/B testing subject lines, personalising the opening line, switching from formal to casual tone. Nothing moved the needle beyond 3%.
We didn't touch the email copy. We added a LinkedIn connection request on day 3, a LinkedIn message on day 10, and a 90-second voice call on day 7 for the 40% of contacts who had opened at least one email. Sequence reply rate over the following 6 weeks: 7.1%. Same list, same offer, same email copy.
The orchestration was the product.
Why single-channel sequences plateau at 3–4% reply rate
Email-only outbound works until it doesn't. The ceiling exists for several reasons: inbox fatigue drives people to tune out recurring senders even at low volumes; a name in an email carries less social proof than the same name on LinkedIn where mutual connections are visible; and voice — even a short voicemail — carries emotional salience that text cannot match.
The Harvard Business Review's research on multi-touch sales (still the most-cited study in this space) found that B2B buyers require an average of 6.8 interaction points before making a purchase decision, and those points carry more weight when they span formats and contexts. The counterpoint worth reading: Gong.io's analysis of cold call data suggests voice-first (not voice-supplemented) sequencing outperforms email-first in certain industries, specifically financial services and professional services. That aligns with what we see in UK FS — voice as the anchor, email as the follow-up.
The implication for sequence design: the channels aren't interchangeable. They reinforce different buying signals.
The three-channel architecture: how the touchpoints interlock
A working multi-channel sequence for UK SME outbound looks like this:
Day 1 → Email 1 (intro, value prop, soft CTA)
Day 3 → LinkedIn connection request (no note)
Day 5 → Email 2 (specific pain point, case example)
Day 7 → Voice call (if opened ≥1 email) / Email 3 (if no opens)
Day 10 → LinkedIn message (if connection accepted)
Day 14 → Email 4 (different angle, challenge a belief)
Day 18 → Voice call or voicemail (all contacts remaining)
Day 22 → Email 5 (break-up email)
The logic:
- Email 1 opens at 28–35% for warm cold lists. No reply expected on day 1.
- LinkedIn connection on day 3 creates name recognition before email 2. Even if they don't accept, your name appears in their notifications.
- Email 2 arrives when the name is familiar. Open rate on email 2 from contacts who received the LinkedIn request is 15–20% higher than without it.
- Voice on day 7 goes only to contacts who opened at least once — intent signal confirmed. A 90-second call that opens with "I sent you an email about X last week, happy to chat for 2 minutes" converts at 2–4× the rate of a cold call.
- LinkedIn message goes to accepted connections. Social context makes the message feel warm; reply rate on LinkedIn messages to connections averages 18–22% for personalised openers.
The channels don't run in parallel — they run in a coordinated cadence where each channel's response data gates the next.
Sequence cadence: timing rules that prevent fatigue and cancellation
The cadence that destroys deliverability and list health is three emails in four days at the start of a sequence. That's the pattern that triggers spam filters and burns unsubscribes from otherwise-interested contacts.
The timing rule: front-load intent, back-load persistence.
Days 1–5: high-frequency, multiple channels. The contact is freshest; the signal of a new sender deserves quick follow-through.
Days 6–14: medium frequency, voice introduction. One touch every 4–5 days. This is where the voice call earns its place — it breaks the email pattern without feeling like harassment.
Days 15–22: low frequency, break-up. One or two touches, with the final one explicitly acknowledging that this is the last contact. Break-up emails consistently produce the highest reply rates in the sequence, often from contacts who'd been meaning to reply since email 2.
Minimum gap between any two touches on the same channel: 4 days. Never same-day multi-channel. For the email deliverability fundamentals that underpin any outbound programme, see our cold email deliverability guide — it covers domain warm-up, SPF/DKIM/DMARC, and PECR compliance in depth. And for building the LinkedIn component as a standalone system, our LinkedIn lead generation guide covers operating limits and ICP targeting.
Channel selection per persona: when to lead with email vs LinkedIn vs voice
Not every contact deserves the same channel mix:
| Persona | Lead channel | Sequence variation |
|---|---|---|
| Founder / MD at 5–50 headcount | Connection first, email second | |
| Ops/RevOps lead at 50–200 headcount | Email-primary, voice on day 7 | |
| FS / regulated industry | Voice | Voice-first, email as follow-up collateral |
| Technical buyer (CTO/Head of Eng) | Email-only, no LinkedIn unsolicited outreach | |
| Inbound enquiry follow-up | Voice | Call within 5 minutes, email same day |
The rule: lead with the channel where the persona is most receptive, not the channel that's cheapest for you to operate. Founders respond to LinkedIn because it's part of their professional identity. Technical buyers ignore LinkedIn DMs but read email in the early morning. FS decision-makers respond to voice because the regulatory culture is phone-heavy.
We segment the sequence by persona before launch and create three or four channel-weighted variants. The ICP scoring built from CRM enrichment data (company size, industry, seniority) determines which variant each contact enters.
Reply-handling and routing: what happens when someone responds
The most common failure mode in multi-channel outbound isn't generating replies — it's missing them. A contact replies to email while a LinkedIn message is queued to send tomorrow. The LinkedIn message goes out. The contact feels ignored and annoyed.
Every reply on any channel must pause all other channel queues for that contact immediately.
In n8n or Make, this is a webhook trigger from your email provider (Instantly, Smartlead, or your sending infrastructure) and from LinkedIn automation tools. When a reply event fires:
- Tag the contact as "replied" in CRM.
- Cancel all pending sends across all channels.
- Route the reply to the appropriate rep with the full sequence context.
- Start a 48-hour SLA timer on the rep's response.
The same applies to voice: if a contact says "call me Thursday", all email and LinkedIn queues pause until Thursday. Build the pause logic before you launch. It's 2 hours in n8n and an embarrassing oversight if you skip it.
Unsubscribe and suppression across three channels
PECR requires an opt-out mechanism for every electronic marketing communication. For email, this is a functioning unsubscribe link in the footer. For voice, it's "say no and we stop calling". For LinkedIn, it's the ability to decline and have that respected.
A single unsubscribe on any channel must suppress across all three. Your suppression list — a shared list of opted-out email addresses, phone numbers, and LinkedIn profile IDs — must be checked before any send, regardless of channel.
In practice:
def is_suppressed(contact_id: str, channel: str) -> bool:
suppressed = db.query(
"SELECT 1 FROM suppressions WHERE contact_id = %s",
contact_id
)
return bool(suppressed)
def send_touchpoint(contact_id: str, channel: str, payload: dict):
if is_suppressed(contact_id, channel):
log_skipped(contact_id, channel, "suppressed")
return
# proceed with send
One table, checked by all three channel handlers. This is non-negotiable for PECR compliance and for not destroying your brand with contacts who opted out of email but then received a LinkedIn DM four hours later.
UK compliance: PECR and LinkedIn terms across the combined sequence
PECR governs electronic marketing to UK recipients. For cold email to business addresses: legitimate interest under UK GDPR applies for direct marketing to business contacts, provided you can demonstrate the contact would reasonably expect to hear from you (same industry, relevant offer, company-to-company). Individual addresses (i.e. a person's name at a company domain, rather than a generic role address like info@ or hello@) require the same legitimate interest test.
Telephone outbound requires TPS (Telephone Preference Service) screening before calling any UK number. This is not optional. The Information Commissioner's Office has issued fines of £50,000–£500,000 for PECR violations in outbound calling. Screen before you dial, log the screen date, and re-screen every 28 days for your active calling lists.
LinkedIn's ToS prohibit automated or semi-automated bulk messaging that uses LinkedIn's systems. Automation tools that operate via browser extension rather than API typically sit in a grey zone that LinkedIn tolerates up to usage limits (approximately 100 connection requests and 100 messages per week per account). Exceed those limits and the account risks restriction. Check LinkedIn's User Agreement directly — the limits changed in 2025 as part of their anti-spam enforcement push.
A compliance note: ICO published updated direct marketing guidance in 2024 that specifically addresses AI-assisted outbound. Read section 5 on automated decision-making in lead qualification — it's directly relevant to how you document ICP scoring decisions.
Measurement: attribution when a deal touches all three channels
Single-touch attribution breaks in multi-channel sequences. If the deal closed after the day-18 voice call but the contact first replied to email on day 5, last-touch credit goes to voice and hides the role email played in warming the relationship.
The measurement approach that gives useful data:
- Log every touchpoint event in your CRM with channel, step number, sequence day, and send timestamp.
- Record reply events against the specific touchpoint that triggered them.
- On deal close, calculate linear attribution across every touchpoint prior to first reply, and weight touches proportionally.
- Run weekly: which sequence step correlates most with first-reply events? Which channel correlates with first-reply-to-booked-call conversion?
The insight from this analysis on a typical UK B2B sequence: email generates first replies; voice converts replies to booked calls. Neither channel alone delivers the full journey. The two channels are complementary — which is the entire point.
What changed in 2025–2026: AI personalisation at scale
Until recently, personalisation in multi-channel outbound meant manually researching each contact and writing bespoke opening lines, which breaks at any volume above 50 contacts per week. AI-native personalisation in 2026 works differently: enrichment APIs (Clay, Apollo, or custom scraping) pull recent activity signals — LinkedIn posts, company news, funding announcements, job postings — and LLMs generate opening lines grounded in those signals at the point of sequence enrolment, not at the point of writing.
The output is not mass personalisation — it's genuine 1-to-1 opener generation that takes 3–4 seconds per contact and costs £0.002–0.01 in API calls. We now run this on every contact before launching them into a sequence, which means the email opener references something real rather than something generic. Reply rates on AI-personalised openers are consistently 30–45% above template openers on our client campaigns.
The risk: low-quality enrichment data produces embarrassingly wrong personalisation ("congratulations on your recent funding round" to a company that received no funding). Gate personalisation behind a confidence check on the enrichment data quality before inserting into the template.
Good / Bad / Ugly
Good: Persona-segmented sequences with three channel variants, coordinated reply suppression, PECR-compliant suppression list, and multi-touch attribution logging in CRM. Reply rate 6–9%. Reps spend their time on replied contacts, not cold-call attempts.
Bad: Same email sequence for every contact regardless of industry or seniority, LinkedIn messages sent to the same contact on the same day as an email. High spam complaints, low reply rates, rep confusion about who to call.
Ugly: Multi-channel without suppression logic. A contact unsubscribes from email on Monday. A LinkedIn message fires on Tuesday. A voice call fires on Wednesday. PECR complaint filed on Thursday. ICO investigation scheduled for next quarter.
The gap between "multi-channel" and "coordinated multi-channel" is the suppression list, the reply detection, and the persona segmentation. Without those, adding channels just adds noise.