Outbound Wiki

Lead routing and assignment

Automatically deciding which salesperson, territory or queue should receive each new lead.

Lead routing should turn a new lead into a clear next action without waiting for someone to inspect it by hand. The route works when it answers ownership, then destination, then follow-up protection. Rule order changes the outcome.1 An earlier rule can stop later rules from being processed.2 Design the path so a lead with an existing owner exits early, while an unowned lead continues through qualification and distribution.3 Then make the result visible to the person who must act.

Build the route

Write the route as a short decision path. Each branch should answer a question the system can evaluate and end in either a person or a queue.

Check existing ownership. Ask whether the lead already matches a record or owner in the CRM. If a CRM match is found, route the lead to the existing owner; if there is no match, continue to qualification and round robin.3 Make this branch precede distribution so an existing relationship stays with its owner. Move on when the system has returned an owner or confirmed that no match exists.

Define eligibility. Choose fields that exist before assignment and that the system can evaluate consistently. A routing rule can use service type, state, referral source, or branch.4 Other routing designs use territory, deal size, industry, or account ownership.5 For a qualified lead, match the destination to expertise, experience with similar customers, or current workload.6 Move on when each condition has a clear destination and a fallback.

Choose distribution. Use round robin as the baseline for a shared pool.7 Round robin sends leads to the next sales representative on the list.8 An inbound model can send leads on a first-come, first-served basis to an available inbound representative, with speed of engagement as its priority.9 Another inbound model uses round robin with a goal of reaching every lead in under one business day.10 Choose the model that matches how the work arrives and how quickly someone can act.

Choose the destination type. Rules can assign leads to individual users or queues.11 When several people review incoming leads, use multiple queues with multiple members and assign records to each queue according to specific criteria.12 A queue gives the group a shared place to find work while the criteria determine which work belongs there. Move on when every branch names the person or queue that receives the lead.

Order and stop the rules. Put existing ownership and narrow qualification branches before the round robin fallback. Check whether rules with the same trigger can both run, because multiple automation rules may run depending on their settings.13 Configure the stop behavior when a match should end the route, so subsequent rules are not processed after the current rule runs.2

Put the logic into automation

Keep the build surface easy to inspect. A central automation page can hold lead routing alongside follow-ups and task creation.14 Build each rule around When, Condition, and Actions, with the condition and action sections below When on the same form.15

Write the conditions in the order the lead should be evaluated. The ownership match should sit before qualification. Qualification should sit before distribution. Distribution should sit before recovery. This makes a failed match visible instead of sending the lead silently into a later branch.

Give every rule a readable outcome. Use an owner when the route is specific. Use a queue when a group needs to review the work. Use round robin when the eligible pool shares the same responsibility. Keep the assignment result close to the condition so someone reviewing the workflow can see where the lead goes without tracing through separate screens.

Before activation, run records through each branch and check the assigned owner, queue visibility, alert behavior, and stop behavior. Test the fallback as carefully as the successful matches. A route that works only when every field is present will leave exceptions waiting for manual review.

Keep assignment moving

Assignment is complete only when the recipient can find the lead and knows when to act. Build visibility and recovery into the route itself.

Reduce friction in finding and calling leads with a lead queue, SLA alert, dashboard, or similar mechanism.16 Give the highest-priority leads the fastest contact from sales.17 For qualified leads, an automated route can offer a meeting booking link or send the lead into an instant scheduling process.18

Create a recovery branch for untouched work. Leads that have not been touched quickly enough or recently enough can be assigned to the newest sales professional.19 Define a separate reassignment process when the original salesperson fails to convert an MQL or SQL into a sale.20 A CRM workflow can automate that reassignment so leads do not slip through the cracks.21

Track exceptions by cause. A missing ownership match points to account data or matching logic. A queue with no action points to availability or visibility. A lead that returns to the fallback points to a condition the route does not yet cover. Fix the branch that failed instead of adding manual work around it.

What not to do

These mistakes create delay even when the assignment rules technically run. Keep them out of the build and the operating process.

  • Do not route a lead into round robin before checking for an existing CRM match.3
  • Do not let distribution ignore expertise, experience with similar customers, or current workload for qualified leads.6
  • Do not put a broad fallback above a narrower rule, because rule order matters.1
  • Check whether same-trigger rules can both run instead of assuming that one matching rule ends processing.13
  • Do not make people hunt for leads across the system; give them a queue, SLA alert, dashboard, or similar way to find the work.16
  • Do not leave an untouched lead with its original assignment when the route has a reassignment condition.19

Put these branches into your automation, test a record that should match each condition, and confirm the destination, visibility, and recovery path before activation. Review exceptions with the same questions used to build the route, then tighten the branch that sends work to the wrong place.

Tool for this

Keeping every company and task in one place

Intedat keeps this on one deal per company, which is the simplest model I have seen hold up. A deal moves from waiting through your turn, in automation and what next to won or lost, with tasks, notes and a read-only activity log, and a call or email task closes with a reaction (no answer, not interested, replied, bounced) that proposes the next step. A morning email lists today's and overdue tasks, and supervisors get an evening team digest.

Open Intedat

Sources

  1. 1
    “⚠️ Automation Rule Order Matters”
  2. 2
    “"If this rule runs, don't process subsequent rules."”
  3. 3
    “If a match is found, route to the existing owner. If not, proceed to qualification and round robin.”
  4. 4
    “In SmartMoving, lead routing automation rules allow you to automatically assign leads to the right salesperson or sales role based on criteria such as service type, state, referral source, or branch.”
  5. 5
    “Automated routing in your CRM assigns leads instantly based on territory, deal size, industry, or account ownership — so the right AE receives the handoff the moment it's marked complete, with no delay and no guesswork about ownership.”
  6. 6
    “This can involve matching sales qualified leads with reps based on areas of expertise, experience with similar customers, or current workload.”
  7. 7
    “First, start with round-robin.  Like almost always.”
  8. 8
    “Round Robin: Leads are randomly assigned to the next sales rep on the list”
  9. 9
    “Leads are picked up on a first-come, first-served basis to whichever Inbound Rep is available with priority on speed of engagement.”
  10. 10
    “Leads are assigned round-robin with a goal of reaching every lead in under 1 business day.”
  11. 11
    “You can combine individual users and queues as assignment outcomes of the rules”
  12. 12
    “This can work well if you have teams of people that review incoming leads; you can set up multiple queues with multiple members and assign records to each queue according to specific criteria.”
  13. 13
    “SmartMoving allows multiple automation rules that share the same trigger (for example, When Lead Is Created) to run, depending on your rule settings.”
  14. 14
    “This is your centralized page for building automations for lead routing, follow-ups, and task creation.”
  15. 15
    “The Condition and Actions sections sit on the same form, below When.”
  16. 16
    “Whether it’s a lead queue, SLA alert, or dashboard, reduce all friction in finding and calling leads.”
  17. 17
    “The highest priority leads should get the fastest contact from sales.”
  18. 18
    “Ensure that qualified leads are engaged immediately – ideally, automate the process so that as soon as a lead is qualified, they are offered a meeting booking link or routed to schedule instantly.”
  19. 19
    “Assign the leads that haven’t been touched quickly enough, or recently enough, to the newest sales pro.”
  20. 20
    “It's a good practice to have a process for reassigning the lead if the original salesperson fails to convert the MQL or SQL into a sale.”
  21. 21
    “If you have a CRM like HubSpot, you can automatically create a workflow to accomplish this so that leads don't slip through the cracks.”