Setting up service channels and queues
You can set up service channels, queues, and key performance indicators (KPIs) to route work items automatically to agents based on an agent's availability, capacity, and skills.
With Workforce Optimization for Customer Service, you, as a channel administrator, can set up service channels and work item queues so that managers can view the real-time operational metrics for the work that is being done by their teams and the specific items that their teams are working on. You can also configure real-time refresh intervals for the metrics and lists so that managers can always see the latest information about their teams.
Configure filters to refine the search and view targeted results. Filters are persisted across all channel management pages in the session. To view a list of the default interactive filters and the KPI reports for channels, queues, agents, and groups that you can map to the interactive filters, see Interactive Filters under the Channel Management section. By default, the assignment group filter is applied to all lists and groups that you manage. You can disable interactive filters by using the sn_channel_mgmt.filter_config.enable property.
Add service channels and queues
Add service channels and queues to automatically route incoming work items to agents.
Before you begin
Role required: sn_channel_mgmt.admin
About this task
A service channel is a means of assigning a specific type of work items to agents. You can modify the existing service channels or create your own custom service channel.
Procedure
Create assignment rules and groups
Define agent assignment rules and specify groups of agents who are eligible to receive overflow work assignments for a queue.
Before you begin
You must first create a new assignment rule before you create a service channel. For more information, see create a service channel. Use Advanced Work Assignment (AWA) to route work items automatically to agents based on an agent's availability, capacity, and skills.
Role required: sn_channel_mgmt.admin
About this task
An eligible assignment group can consist of one or more groups of agents available to work on items in the queue.
Procedure
Configure KPIs for service channels
Configure key performance indicators (KPIs) in service channels to your teams to track the ongoing work and real-time performance of teams.
Before you begin
Role required: sn_channel_mgmt.admin
About this task
- Review real-time performance as the team is actively working on tasks across channels and queues.
- Track progress against KPIs and drill down into agents, team, and individual performance.
- Drill down into all queues and monitor ongoing cases, interactions, and tasks.
- Jump in and support agents for help-requested work items using chat whisper or add work notes to a task.
- Refine data in the dashboard using the Assignment Group interactive filter without modifying the reports. For more information, see Interactive Filters.
The KPI scores are automatically refreshed at an interval of five seconds. However, you can modify the refresh interval by adding the sn_channel_mgmt.kpi_auto_refresh.interval.seconds
property or choose to not automatically refresh using the sn_channel_mgmt.channels_card_auto_refresh.enable
property. Also, the service channel cards refreshes automatically in 2 minutes as configured in the
sn_channel_mgmt.channel_card_auto_refresh.interval.seconds
system property or you can manually refresh by selecting the Refresh () icon.
Procedure
Result
Configure KPIs for queues
Configure key performance indicators (KPIs) for queues so that you can track the incoming work by category in a service channel.
Before you begin
Role required: sn_channel_mgmt.admin
Procedure
Result
Configure KPIs for agents
Configure key performance indicators (KPIs) in service channels for your agents so that you can track the agents' ongoing work and real-time performance.
Before you begin
Role required: sn_channel_mgmt.admin
About this task
- Review real-time performance of agents who are actively working on tasks across channels and queues.
- Track progress against KPIs and drill down into agents and individual performance.
The KPI scores are automatically refreshed at an interval of 30 seconds. However, you can modify the refresh interval by adding the sn_channel_mgmt.kpi_auto_refresh.interval.seconds
property. Also, the service channel cards refreshes automatically in 2 minutes as configured in the
sn_channel_mgmt.channel_card_auto_refresh.interval.seconds
system property or you can manually refresh by selecting the Refresh () icon.
Procedure
Result
Configure supervisor lists for service channels
Configure supervisor lists in a service channel to view the list of active work items across service channels and queues.
Before you begin
Role required: sn_channel_mgmt.admin
About this task
Procedure
Result
Use extension points to configure the sort order
Use scripted extension points to configure the sort order for the columns in the All Agents and All Queues lists for Channel Management.
Before you begin
Role required: admin
About this task
Use the sn_channel_mgmt.ChannelMgmtExtensionPoint extension point and create an implementation to configure the sorting mechanism for the All Agents and All Queues lists in Channel Management. You can create multiple implementations; however, the implementation with the lowest order number is executed.
Procedure
Result
Example
Configure columns in the All agents list
Use scripted extension points to configure the columns in the All agents list for Channel Management.
Before you begin
Role required: admin
About this task
Use the sn_channel_mgmt.AgentListColumns extension point to modify the current implementation to configure the columns for the All agents list in Channel Management.
Procedure
Configure columns in the All queues list
Use scripted extension points to configure the columns in the All queues list for Channel Management.
Before you begin
Role required: admin
About this task
Use the sn_channel_mgmt.QueueListColumns extension point to modify the current implementation to configure the columns for the All queues list in Channel Management.
Procedure
Schedule a daily report
Generate and distribute a daily scheduled report that summarizes the agent's work performance via email.
Before you begin
Role required: sn_channel_mgmt.admin
About this task
The scheduled job Send Daily Agents Report executes the event sn_channel_mgmt.agents_report, which then triggers the Daily Agents Report notification. Next, the notification Daily Agents Report executes an email script daily_agents_reports to send an email to all managers. To change the existing report, modify the daily_agents_reports email script.