Lead Routing
Simple explanation
The rules that determine which sales rep or queue a new lead goes to.
Advanced explanation
Needs an explicit fallback path for every condition, not just the happy path — a routing system with no "what if this doesn't match any rule" branch is a system that silently drops leads.
Related terms