Leads die between systems.
The form hits the CRM. The assignment rule is stale. The rep is out. The duplicate already exists under a different email. Nobody calls. Speed-to-lead reports look fine because the clock started on the wrong record.
TL;DR
Lead routing is who owns a new lead, how fast they see it, and what happens when the CRM and the ad form disagree. Native Salesforce and HubSpot routers handle the happy path. Duplicates, partner-sourced leads and ads that create a new contact every click still need extra rules: match to an existing account first, assign, notify, and write the source fields your attribution model will read later. If routing is a spreadsheet of who should get this, it will fail the week volume goes up.
The honest summary
Useful routing usually includes:
- Lead-to-account matching before a new record is created
- Clear ownership when marketing and sales both touched the person
- Alerts when a lead sits untouched
- The same source fields the attribution report will need next quarter
Speed-to-lead is a downstream metric. If it is measured on the duplicate, you will optimize the wrong clock.
What actually breaks
The happy path is the demo
The vendor demo assigns by territory and everyone smiles. Then a webinar list loads 400 rows, half already in the CRM, a third with no country, and the leftover go to the default user who left in March.
Ads create a person every time
The form does not match on domain or a stable ID. Each click is a new contact. The real owner never sees the second, third, or fourth new lead.
Partner and ERP accounts
The company already exists from a contract. The inbound lead is a new person at that company. Routing that ignores lead-to-account matching will open a second account and a second conversation.
Source is written last, or never
If campaign is filled by a monthly cleanup, routing did half the job. Attribution will inherit the mess.
How to implement it so it survives volume
- 01Match to company and existing contact before insert
- 02Assign with a rule you can explain in one sentence
- 03Notify the owner on a channel they actually see
- 04Write source and campaign on the way in
- 05Alert when a new lead is untouched past your SLA
- 06Review the default-owner queue every week until it stays empty
In Salesforce this is assignment rules plus matching plus the gaps those two will not cover. In HubSpot it is workflows plus the same matching problem. The product name is not the design.
What done looks like
- A known account does not get a second company record from an ad form
- The owner sees the lead before the SLA, on the record that already existed
- Speed-to-lead is measured on that record
- Campaign is present without a cleanup pass
When this is the wrong project
If you get four leads a week and one rep, a notification is enough. If leads already disappear between the form and the call, routing is the product, not a later optimization.
Common questions
- What is lead routing in Salesforce and how does it work?
- Assignment rules and matching decide the owner on the happy path. Duplicates, partner leads and ad-created contacts still need extra rules.
- How do I implement lead routing in HubSpot?
- Match to an existing company first, then assign, notify, and write the source fields attribution will read. Alert on untouched leads.
- What are lead routing and scoring, and how do they work together?
- Routing decides the owner. Scoring decides priority. Scoring a duplicate you just created will not save the lead.
- Lead routing
- Salesforce
- HubSpot
- CRM automation