A shared inbox without structure is just a group chat with more people watching it.
Roles and permissions first
Decide what an agent can see and do before you add agents. The permission that matters most is contact export: an agent who can export the whole database can take your customer list with them.
Session configuration in roles controls how long an agent stays signed in, which matters on shared machines at a front desk.
Departments and schedules
- A department per function: sales, support, accounts
- Agents assigned to the departments they can actually help with
- Per-department availability schedules
- A defined out-of-hours behaviour, usually a bot that captures details
- A department strategy that decides how chats distribute within a team
Every chat needs an owner
The failure mode in a shared inbox is diffusion of responsibility: five people see a message and each assumes another will take it. Assignment fixes that by making one person accountable.
Filters make the assigned queue workable. An agent filtering to their own open chats sees a to-do list rather than a wall.
Canned replies for the repetitive eighty percent
Write the twenty answers that cover most of your volume once, and stop retyping them. Beyond speed, this makes answers consistent, which is what stops two agents giving a customer two different refund policies.
Anything that appears in the canned reply list more than a few times a day is a candidate for a chatbot flow instead.
Close the loop with a resolution form
A chat resolution form captures the outcome when a conversation closes. That turns support from anecdote into data: which issues are most common, which take longest, which recur.
Without it, the only thing you can report on is volume, which tells you how busy the team was and nothing about whether customers were helped.
A note on per-seat pricing
If your platform charges per agent, you will be tempted to under-staff the inbox, which is exactly the wrong incentive. Unlimited agents on a flat fee means you can add the part-time person who covers evenings without a procurement conversation.