Exclusive lead windows solve a specific problem: a homeowner submits a request, one contractor gets first crack at it, and if they don't respond in time, the lead passes to the next contractor — not to two contractors simultaneously, not to a shared pool. The mechanism is simple in concept but requires a few interlocking pieces to work reliably in production.
Most home services agencies start with first-come-first-served or round-robin delivery, then switch to exclusive mode once contractors start complaining about competing on the same leads. Here's how the setup works and where it typically breaks down.
The core mechanics of exclusive mode
Exclusive mode is a pipeline-level setting that enforces a one-lead-one-buyer constraint. When a lead arrives, the router picks one contractor (based on your priority order, rotation, or weighted distribution) and delivers it exclusively to them. No other contractor sees that lead unless it explicitly rolls over.
The rollover window adds the time dimension: the first contractor has a defined period — say 15 minutes — to accept or claim the lead. If the window expires without acceptance, the lead moves to the next eligible contractor, who gets their own window. This repeats through the priority list until someone accepts or the fallback rule triggers.
Two pieces are required for this to work: the exclusive flag on the pipeline, and the rollover window duration. Miss either one and you either sell the lead to multiple contractors (no exclusive flag) or never roll it over at all (no window).
Setting the right window duration
Window length involves a direct tradeoff between contractor response time and homeowner waiting time. A 5-minute window means the homeowner might get a call within 20 minutes even if the first two contractors miss it. A 60-minute window means a missed first-contractor lead sits cold for an hour before the second contractor ever sees it.
Practical ranges by urgency level:
- Emergency services (burst pipe, HVAC failure in extreme heat): 5-10 minutes. Homeowner is calling around; delay costs you the job.
- Same-day service requests: 15-20 minutes. Urgency is real but not crisis-level.
- Scheduled quotes and routine maintenance: 20-30 minutes. The homeowner isn't expecting an immediate call.
Start conservatively (15 minutes) and watch your rollover rate. If more than 20% of leads roll over to the second contractor, either your window is too short or your first-priority contractors aren't checking their pipeline often enough.
Priority order and rotation in exclusive pipelines
Who gets first refusal matters as much as the window duration. Three common approaches:
- Fixed priority: Contractor A always gets first shot; B and C are backups. Simple but puts all volume risk on A.
- Round-robin: Each lead rotates through contractors evenly. Fairer but ignores service area fit and current workload.
- Weighted rotation: Contractors get first refusal proportionally to their weight (e.g., 50/30/20). Balances premium contractors with backups while maintaining exclusivity per lead.
Exclusive mode works with any of these; the exclusive constraint applies per lead regardless of who the router chose. A contractor at position 2 in a round-robin still gets that lead exclusively — contractor 1 just didn't get it this rotation.
Combining exclusive windows with availability and caps
Exclusive mode intersects with two other routing conditions: operating hours and daily caps. When the router picks the next contractor in an exclusive rollover sequence, it should skip contractors who are outside their operating window or above their daily cap. Otherwise, a rolled-over lead reaches a contractor who's offline at 9pm or already hit their 20-lead limit — and it doesn't get claimed, burning the lead value.
This three-way coordination (exclusive + availability + caps) is where simple custom scripts fail. Handling it correctly requires the router to evaluate all three conditions atomically when choosing the next contractor in the rollover chain.
Tool comparison for exclusive lead windows
| Tool | Exclusive mode | Time-based rollover | Cap-aware rollover | Starting price |
|---|---|---|---|---|
| Sheets + Zapier | No | No | No | $50-300/mo + engineering |
| LeadMove | Yes (all plans) | Yes | Yes | $149/mo |
| LeadProsper | Yes (Pro tier) | Yes | Yes | $499+/mo |
| Boberdoo | Yes (enterprise) | Yes | Yes | $1,000+/mo |
| Custom build | Built to spec | Built to spec | Rarely included | 2-4 weeks dev + ongoing maintenance |
Exclusive lead windows are worth the setup complexity when your contractors are paying premium rates and expect a clean lead. The mechanism is simple; the discipline is maintaining accurate priority lists and monitoring rollover rates as your contractor base grows.
Frequently asked questions
what's the difference between exclusive mode and a shared lead?
how long should the exclusive window be before a lead rolls over?
what happens if no contractor accepts the lead within the exclusive window?
can exclusive windows and daily caps work together?
is exclusive mode per contractor or per pipeline?
how do I handle a contractor who consistently doesn't accept leads in time?
does LeadProsper support exclusive lead windows with rollover?
Continue reading

Lead Routing Software: The Complete Guide for B2B Teams
Optimize your B2B pipeline with lead routing software. Automate distribution, enforce SLAs, and increase qualification rates with rule-based logic.
What's the best lead distribution software for mortgage agencies?
Mortgage lead distribution tools compared: ping/post aggregators vs rules-based routers. Pick the right model.
What's the best lead routing software for solar agencies?
Lead routing tools built for solar workflows: zip territories, installer caps, exclusivity. LeadMove vs LeadProsper compared.