It is common for agents to have special skills. Often, one of those skills is the relationship and expertise they have with certain customers. This workflow example shows how you can leverage skills in omnichannel routing to route calls from specific customers to the particular agent responsible for the customer.
This recipe uses omnichannel routing, skills, and triggers.
Workflow goal
Your company assigns agents to support specific customers. This enables them to build a strong relationship with the customer and develop unique expertise to help them meet the customer's needs. You want to use omnichannel routing to route calls from customers to the agents responsible for their accounts.
Using omnichannel routing for calls
Before deciding how to route calls, it's important to understand the ticket creation process. When you use omnichannel routing, a ticket is created for the call as soon as it enters the queue. That means you can run triggers on incoming calls before it is answered. If you choose not to use omnichannel routing, tickets are created for calls after the call is answered by an agent, and triggers can't be run against the incoming calls until the ticket is created. That means omnichannel routing is the only way you can use triggers to influence call routing.
Use tags to identify all tickets from a customer
By adding a tag to all user profiles associated with a single customer account, you'll be able to use that tag to identify all tickets from the customer and route them accordingly.
- Open the user profile and add a CustomerName tag to the end user's profile, where CustomerName is the customer or account name. For example, Customer1.
Use unique tags for each customer account. If you add the same tag to multiple user profiles, tickets from all of those users are tagged the same for routing purposes.
Defining the customer as a skill
There are three parts to creating new skills: create a skill type, add skills to the skill type, and assign the skills to agents. Before doing this, it's a good idea to make sure you understand what skills are and how they can be used.
- In Admin Center, click Objects and rules in the sidebar, then select Business rules > Skills.
- Create a skill type named Customers.
- Add each customer name as a skill within the Customers skill type. For example, Customer 1 and Customer 2.
- While adding each skill, under Agents, click Mangage and assign each agent responsible for the
customer.
Each skill must be assigned to at least one agent.
Using a trigger to assign the skill to incoming calls
After you create skills and assign them to agents, you have to create a process for assigning the skills to incoming calls. The best way to do this is via triggers, which can be used to manage skills when the ticket is created or updated. See Adding and managing skills on tickets.
- In Admin Center, click Objects and rules in the sidebar, then select Business rules > Triggers.
- Create or edit a trigger.
- Under Conditions, specify the conditions under which you want the
skill to be added. For example:
- Ticket > Channel > Is > Phone call (incoming)
- Ticket > Tag > CustomerName (where CustomerName is the tag of the customer or account, such as Customer1)
- Under Actions, select Add skills or Set skills and then select the individual customer skill you want to assign, such as Customer1.
- For each skill you select, specify a priority:
- Required: Omnichannel routing considers only agents with required skills eligible to receive the tickets.
- Optional: Optional skills are subject to the skills timeout defined in the omnichannel routing configuration. When a skills timeout occurs, omnichannel routing ignores all optional skills when looking for eligible agents.
- Click Save.
Configuring omnichannel routing skills settings
As soon as you create skills and start assigning them to agents and tickets, they can influence routing. However, omnichannel routing won't consider skills until you turn it on in your routing configuration.
- In Admin Center, click Objects and rules in the sidebar, then select Omnichannel routing > Routing configuration.
- On the Routing Configuration page, click Edit next to the Initial routing configuration.
- On the Initial routing configuration page, select Turn on skills-based routing.
- (Optional) We recommend you also select Turn on skills timeout and specify skill timeout thresholds for each channel. When configured, optional skills are dropped from the routing criteria, making it more likely for omnichannel routing to find an available agent.
When you use the configurations described in this article, calls from specific customers are routed directly to the agent or agents responsible for the customer account.