Leads that sit unassigned go cold. Round-robin routing makes sure every new lead lands on a rep fast and fairly. Here is how to build it in n8n, and the one-click way in PhewDo.
What you are building
Here is the shape of the workflow.
New qualified leadTrigger
A scored lead is ready to be assigned.
Pick the next repFunction
Cycle through reps so assignment stays even.
Assign and notifyCRM
Set the owner and ping that rep instantly.
Reassign if idleIF
If a rep does not act in time, pass it on.
How to build it in n8n
Round-robin is a counter plus an assignment. Four nodes.
- Trigger node. Start when a lead is qualified or a deal is created.
- Function node. Keep an index in a data store and pick the next rep in the rotation.
- CRM node. Set the owner and create a follow-up task.
- Notify node. Ping the rep in Slack or by email with the lead.
- Timeout branch. If there is no action in your SLA window, reassign to the next rep.
Holiday coverage, weighting by capacity and SLA timeouts all turn into extra nodes and state you have to maintain.
The n8n build versus one click
Build it in n8n
- You maintain the rotation state
- You build SLA timeouts yourself
- No capacity weighting out of the box
- You debug edge cases
One click in PhewDo
- Fair routing built in
- Instant assignment and alerts
- Reassign on idle automatically
- No state to babysit
Skip the build. PhewDo routes every lead one-click.
Lead capture, enrichment, AI and multi-channel follow-up are already wired in. Turn it on and PhewDo runs the whole flow for you, on autopilot, with safe pacing and one AI inbox that keeps a human in the loop.
See PhewDoFrequently asked questions
What is round-robin routing?
Assigning leads to reps in a fixed rotation so the load stays even. PhewDo does this without you tracking the index.
Can I weight by capacity?
In n8n you would code it. PhewDo handles fair distribution and reassignment for you.
How is the PhewDo version different?
PhewDo routes, assigns and reassigns leads automatically, with no state or SLA logic to maintain.