← ccPlanning Academy · Channel planning track
Email & processing at scale
Slides done? Here’s the same idea in a bit more depth — the part worth keeping.
In depth: planning a queue you’re allowed to keep waiting
Email and case work run on two clocks — how fast items arrive and how fast you complete them — and staffing is about keeping completion ahead of arrival enough to clear each item within its promised time. That’s production-line thinking, not Erlang, and the mental shift it requires is the whole lesson: because the work can wait, a backlog isn’t a failure, it’s a tool. You let it grow through a busy spell and clear it in the quiet, staffing to the average rather than the peak; the goal is a backlog that stays comfortably inside its SLA, not one at zero.
The right metrics, and the trap
Service-level-in-seconds is meaningless here. The numbers that matter are the age of the oldest open item, the percentage cleared within the promised window (say 95% in 24 hours), and backlog size relative to daily capacity — deadline conformance, not speed of answer. And there’s a specific trap: left to choose, agents cherry-pick the quick, easy items while the hard ones age into breach, so without a deliberate allocation rule — oldest-first, or priority-weighted — your SLA quietly fails on a minority of items even while the average looks healthy. Route the work; don’t let agents shop.
Forecast it, and don’t silo it
Email still has trend, seasonality and day-of-week shape — often a Monday spike from the weekend — so you forecast arrivals and the handle time per item (which varies more than calls) and convert to the daily capacity needed to hold the SLA. The hidden link is that a slow backlog generates inbound: let email age and customers chase by phone or chat, turning one deferred contact into two live ones. Often the cheapest way to protect your phone queue is to keep the email SLA healthy — so plan the channels together, not in silos.
The principle to remember: throughput, backlog, deadline — and FIFO. Track arrival vs completion, use the backlog as a buffer kept inside its SLA, measure age and deadline conformance not seconds, allocate oldest-first so nothing rots, and remember a slow backlog generates inbound.
Quick quiz
Five questions. Pick an answer to each, then check your score.
1. What two flows do you track for email/processing?
Keep completion ahead of arrival enough to clear each item within its deadline.
2. How should you treat the backlog?
Deferrability lets you staff to the average, not the peak — the backlog is a tool.
3. What metrics matter for email?
Deadline conformance is everything; seconds-based service level is meaningless here.
4. What is the ageing trap?
Route the work (FIFO or priority-weighted); don’t let agents shop, or the SLA fails on a minority.
5. Why does a slow email backlog matter to inbound?
Keeping the email SLA healthy is often the cheapest way to protect inbound — plan them together.
Related: Back-office & blended work goes deeper on deferrable work.