Priority Flows
A flow gives every arriving item a starting score, then runs an ordered list of rules over it — a VIP customer adds 300, a deadline inside 24 hours adds 220. Every rule that matches adds to the running total, so priority is built up rather than picked from a list.
Priority is compared globally: an agent is offered the highest-scoring item across every queue they serve, whatever channel it arrived on, within the limits of the distribution matrix, their rank on that queue, and the queue's own strategy for choosing an agent.
The numbers here are examples, not defaults. What a live call is worth next to a two-day-old ticket is yours to set.
One ticket through a flow
| Enters the flow at the flow's default priority | 100 |
| Rule 1 — contact is in the VIP database | +300 |
| Rule 2 — first answer overdue · no match | — |
| Rule 3 — SLA deadline inside 24 hours | +220 |
| Score when it reaches the queue | 620 |
A ticket sent straight to the same queue, without a flow, would start from that queue's own priority — say 250 — and climb as it waits. Whichever number is higher at the moment an agent becomes free is the one that gets answered.





