Service Channel
In Salesforce Omni-Channel, a configuration that defines a category of work (like Cases, Chats, or Leads) that can be routed to agents, specifying the Salesforce object and capacity model for that work type.
Definition
In Salesforce Omni-Channel, a configuration that defines a category of work (like Cases, Chats, or Leads) that can be routed to agents, specifying the Salesforce object and capacity model for that work type.
In plain English
“A Service Channel in Salesforce Omni-Channel defines a category of work that can be routed to agents, like Cases, Chats, or Leads. Each channel specifies the Salesforce object and capacity weight so the routing system knows how to distribute different types of work.”
Worked example
Hartford Software's Omni-Channel configuration defines four Service Channels: a Cases Service Channel (object: Case; capacity weight 1; routing model: Most Available), a Live Chat Service Channel (object: LiveChatTranscript; capacity weight 1), a Voice Service Channel (object: VoiceCall; capacity weight 3), and an Email Service Channel (object: EmailMessage; capacity weight 0.5). Each Service Channel tells Omni-Channel "this kind of work routes via these rules." Agents' total capacity is split across whichever Service Channels they're assigned to. Service Channels are the routing-target abstraction that lets Omni-Channel handle different work types intelligently.
Why Service Channel matters
In Salesforce Omni-Channel, a Service Channel is a configuration that defines a category of work (like Cases, Chats, or Leads) that can be routed to agents, specifying the Salesforce object and capacity weight for that work type. Service channels tell Omni-Channel what types of work exist and how much capacity each type consumes, enabling intelligent multi-channel routing.
Service channels are the building blocks of Omni-Channel configuration. Each channel defines a work type with a capacity weight that determines how much of an agent's capacity each item consumes. A chat might consume 1 unit while a case consumes 3 units, reflecting the different effort levels. Mature Omni-Channel deployments calibrate capacity weights based on actual handling time data.
How to create Service Channel
Service Channels are the per-object configuration in Omni-Channel — "Case channel routes Cases," "Chat channel routes Chat sessions," "Custom Object X channel routes its records." Each Channel binds an object type to a capacity model. Required setup before Omni-Channel can route any work of that object type.
- Confirm Omni-Channel is enabled
Setup → Omni-Channel Settings → Enable.
- Open Setup → Service Channels
Setup gear → Quick Find: Service Channels → Service Channels.
- Click New
Top-right of the list.
- Set Service Channel Name and Custom Console Footer Component
Name is the admin-facing identifier. Custom Footer is optional; lets you customize how the work item appears in the agent's console.
- Pick the Salesforce Object
Case / Chat / Lead / custom Object. One Service Channel per object type.
- Set Capacity Weight (optional)
How much agent capacity each work item from this channel consumes. Default 1.
- Save
Service Channel exists. Now build a Routing Configuration that references it (Setup → Routing Configurations → New).
Required.
Required. Locked after Save.
- One Service Channel per object type. Trying to create two Channels both routing Cases produces an error. If you need multiple routing strategies for the same object, use multiple Routing Configurations on the same Channel.
- Service Channel Name must be unique. Renaming after creation is allowed but breaks references in Apex / Flow that point to the old name.
- Capacity Weight default is 1. For high-effort channels (long-form Cases), weight 2-3. For low-effort channels (quick Chats), weight 0.5. Tune based on actual handling time.
How organizations use Service Channel
Configured service channels for cases, chats, and messaging with calibrated capacity weights.
Uses capacity weights based on actual handling time data per channel.
Treats service channel configuration as foundational to Omni-Channel routing.
Trust & references
Straight from the source - Salesforce's reference material on Service Channel.
- Set Up Omni-ChannelSalesforce Help
Test your knowledge
Q1. What is a Service Channel?
Q2. What does capacity weight control?
Q3. How should weights be calibrated?
Discussion
Loading discussion…