A self-serve returns flow that halved support tickets
Every return needed three back-and-forth emails before a label was issued.
- 4.6/5 CSAT
- Refund time down 40%
RouteFlow replaces a courier's manual morning route-planning spreadsheet with an automated dispatch engine: live order data streams in via webhook from the courier's existing order system, a constraint solver builds routes against driver shift windows and vehicle capacity, and the output pushes straight to drivers' handheld scanners. Dispatchers review a generated plan instead of building one from a blank sheet.
Each morning a single dispatcher opened a spreadsheet, cross-referenced driver locations, delivery windows and vehicle capacity by eye, and built that day's routes from scratch — a process that took close to three hours before the first van could leave. That's workable for a ten-stop day. It breaks down the moment order volume passes what one person can hold in their head, or a driver calls in sick and the whole plan needs redoing mid-morning.
We replaced the spreadsheet with a live planning engine end to end:
The easy version of this project sorts existing stops by distance and calls it optimisation — it's a half-day build, and it's what most off-the-shelf tools default to. It falls apart the moment two drivers have different shift end times or a van can't fit what's assigned to it, because a distance sort has no concept of those constraints and will happily build a route no driver can actually complete. We built a proper constraint solver instead — slower to ship, but it treats shift windows and vehicle capacity as hard limits rather than an afterthought, which is the difference between a route that looks efficient on paper and one a driver can actually run.
Workflow orchestration handles the ingestion and re-planning triggers, a constraint-solving service builds the routes, and the courier's existing order system and handheld scanners stay as the source and endpoint — nothing for the driver-facing team to relearn.
Have a process that looks like this one? We'll map it and tell you what automating it would cost.
Start a projectPatient enquiries arrived around the clock but were only triaged once staff logged in.
Every return needed three back-and-forth emails before a label was issued.
A staffing firm's consultants spent mornings researching prospects instead of speaking to them.
Reconciliation pulled numbers from five systems into a fragile spreadsheet.
We'll map the work, tell you honestly whether it's worth automating, and scope it before anything is built.