Contents
Set up iWD
iWD takes work tasks from existing enterprise software applications (such as ERP, BPM, DCM, Salesforce) as well as homegrown legacy systems, analyzes the business context of the task—for example, the associated business process, product requested, or value of the customer making the request—and creates a single global task list, sorted on business value, that ensures that the most critical or highest-value tasks are distribued to the right resource at the right time, regardless of media type, system or location.
You'll use the Cloud iWD API to create, update or delete work items which are then classified, prioritized and routed to agents according to configured rules and assigned routing application logic. A Genesys Designer application handles handles routing/distribution of the work tasks, which are then handled by agents using Agent Desktop.
Reporting is also available through Genesys CX Insights.
At a high level, you'll need to complete the following steps to implement Genesys Task Routing:
- Use the Cloud iWD API to submit workitems to Genesys. You can also use this API to get, update and stop submitted workitems.
- Contact your Genesys representative to create a Capture Point ??
- Define the routing application in Designer.
- Associate the Capture Point and routing application in Designer. Note: You can associate more than one Capture Point with the same routing application.
Complete the steps below to implement Genesys Task Routing for your contact center.
1. Define agents and agent groups
Use Agent Setup to define agents and agent groups.
Next, work with your Genesys representative to enable an Open Media channel and define a capacity rule, then assign it in Agent Setup.
2. Configure Agent Desktop
You should go through the normal process to configure any necessary desktop options for the agents in your contact center. You'll also need help from your Genesys representative to set a few options related to Open Media.
3. Create a Capture Point
Contact your Genesys representative to create a Capture Point.
4. Create a routing application
Genesys Task Routing includes a sample Designer application to show one of the possible scenarios. Check out the sample application for more information.
For more details about creating a new routing application in Designer, see the documentation.
Once you have a routing application, use Designer to link it to the Capture Point created in step 3.
5. Integrate third-party applications
A third-party application can interact with Genesys Task Routing through the Genesys Task Routing API and the Service Client API.
You'll need to develop a third-party system adapter that can create and stop workitems using the Genesys Task Routing API. It should also update and retrieve information about a workitem, if needed.
The typical workflow is as follows:
- The third-party application creates a workitem through the Genesys Task Routing API.
- The third-party application updates and/or retrieves the interaction through the Genesys Task Routing API (if needed).
- The third-party application stops the interaction.
There are two ways for the third-party application to stop an interaction:
- Implicit (recommended) — stop by invoking Mark Done using the Service Client API. For this method, complete the following steps:
- Set up Agent Desktop to use the API.
- Disable the Mark Done button in Agent Desktop (as mentioned earlier in Configuring Agent Desktop) and instead invoke Mark Done through the Service Client API.
- You can also use the Service Client API to set the Disposition Code.
- Explicit — stop by using the Genesys Task Routing API. This requires additional configuration from your Genesys representative.
A sample application that demonstrates using the Genesys Task Routing API and the Service Client API is also available through your Genesys representative.
Configure third-party application screen pop-up
You can configure Genesys Task Routing to enable a third-party application screen pop-up inside Agent Desktop when an agent accepts a task. There are two ways to do it:
- Pop-up a third-party application screen for all media types. This approach works well when an agent is handling only workitems. See the Agent Setup documentation for details.
- Pop-up a third-party application screen for only workitems. This approach works well when an agent handles multiple media types and the third-party pop-up should only happen for workitems. You'll need to work with your Genesys representative to configure this approach.
