Video tutorial coming soon!
What is round-robin?
Instead of all calls going to one person, round-robin distributes them:Distribution methods
Simple round-robin
Each person gets the next call in sequence:- Pros: Perfectly equal distribution
- Cons: Doesn’t account for availability
Availability-based
Only routes to available team members:- Pros: Respects calendars and working hours
- Cons: Some may get more if others are busy
Weighted round-robin
Some team members get more:- Pros: Account for experience/capacity
- Cons: Requires more setup
Least recent
Routes to whoever hasn’t had a call in longest:- Pros: Natural balancing
- Cons: May not respect preferences
Setting up round-robin
Configuration options
Working hours
Respect each member’s schedule:- Only route during working hours
- Skip members who are marked away
- Account for lunch breaks
Capacity limits
Set maximum appointments per person:Priority routing
Some calls go to specific people first:Round-robin for bookings
When customers book appointments, distribute across team:- Show combined availability - All team members’ open slots
- Customer picks time - Any available slot works
- Assign automatically - System picks who gets it
- Show team members - Display available people
- Customer picks person - They choose who they want
- Book directly - Goes to chosen calendar
Monitoring distribution
Track how calls are distributed:| Team Member | This Week | This Month | All Time |
|---|---|---|---|
| Alice | 12 calls | 48 calls | 520 calls |
| Bob | 10 calls | 45 calls | 498 calls |
| Carol | 11 calls | 47 calls | 512 calls |
Handling unavailability
When someone is unavailable:- Skip them in the rotation
- Try next person automatically
- Queue for later if no one available
- Notify admin if all unavailable
Use cases
Sales team
Distribute leads evenly:Service technicians
Balance service calls:Support team
Route support calls:Best practices
Keep teams small
Keep teams small
3-7 people per rotation works best. Larger teams make it harder to track.
Review weekly
Review weekly
Check distribution reports. Adjust weights if someone’s overloaded.
Account for PTO
Account for PTO
Mark team members away when they’re out. The system will skip them.
Consider time zones
Consider time zones
If your team spans zones, set working hours per member.