Webex CC Task Integration Nodes and Node Authorizations

Webex Connect offers the following nodes for Cisco Webex Contact Center integration. The node authorization configuration details are available in the next section.

Node and Methods

Node NameDescriptionMethodsRecommended Node Version
Create TaskCalls Webex CC Task API to Create a new Task at WxCC using a unique identifier.Create Taskv1.2 and v1.0
Set VariableWebex Contact Center supports use of global variables and custom flow variables (local variables) while building flows for the digital channels.Set Variable
Global variables are defined in the Webex CC Admin Portal.Set Global Variablev1.7
Flow variables are defined in the flow.Set Flow Variablev1.7
Queue TaskCalls Webex CC Task API to Queue a Task.Queue Taskv1.0, v1.1, v1.2, and v1.3
PIQ and EWTProvides the caller's current Position in Queue (PIQ) and the Estimated Wait Time (EWT).PIQ and EWTv1.1
Routed NotificationCalls Webex CC Task API to notify that that the task routed is accepted when the participant is added successfully.Routed Acceptedv1.1
Calls Webex CC Task API to notify that that the task routed is rejected when adding the participant failed.Routed Rejectedv1.1
Modify NotificationCalls Webex CC Task API to notify that that the task modified accepted when the participant is added/removed successfully based on the context.Modified Acceptedv1.1
Calls Webex CC Task API to notify that that the task modified rejected when adding/removing the participant failed based on the context.Modified Rejectedv1.1
Screen PopCalls Webex CC Screen pop API. While configuring flows in Webex Connect, you’d need to use this node for sending a screen pop message to the agent contact on Webex CC.Screen Popv1.1
Close TaskCalls Webex CC Task API to close task directly on Webex CC.Closed Task on WxCCv1.0
Calls Webex CC Task API to notify Webex CC on close task accept.Close Task Acceptv1.0
Calls Webex CC Task API to notify Webex CC on close task reject.Close Task Rejectv1.0
Resolve ConversationCalls Webex Engage Resolve Conversation API to resolve conversation on Webex Engage.Resolve Conversationv1.1 and v1.0

Node Authorization

Client applications (in this case Webex Connect) are required to provide a valid access token for using various Cisco Webex Contact Center and imiengage APIs. The access token is generated using the authorization details configured within the ‘Node Runtime Authorization’ field that Cisco Webex Contact Center users are required to provide during flow configuration.

📘

Note

For all the Authorization that is being accessed by Webex Connect, if the authorizing credentials are updated in the integrating system, the Webex Connect will loose access to the integration and the users will have to re-authorize the node.

Example of Authorization Credentials are: Username, Password, Client ID, Client Secret Key, Access Key etc.

Node Authorization for Cisco Webex Contact Center Task nodes

For Cisco Webex Contact Center Task nodes (Task nodes are Create Task, Set Variable, Queue Task, PIQ and EWT, Routed Notification, Modified Notification, Screen Pop, Close Task, and Resolve Conversation).

To authorize a pre-built integration:

  1. Go to Assets → Integrations.
  2. Select Pre-built Integrations under Integration Type, to display the list of all pre-built integrations.
    The integrations which are not yet authorized show the status as Pending Authorization.

  1. Click Actions → Manage associated with the integration you want to authorize.
  2. On the Manage Integrations page, scroll down to the Node Authorizations section. This section lists all the authorizations mapped to this integration.

📘

Note

If the integration nodes have no auth required, then it is not shown in the list.

  1. Click Action → Add Authorization associated with the authorization, where Auth Type is oauth2 and Status is Authorization Pending.
  1. Enter the Authorization Name
  2. Click Authorize.
    A pop-up appears.
  3. Enter your Cisco email address and click Sign in.

The status of the authorization will change to Authorized and all the nodes under this authorization are authorized and ready for use.
Once authorized, you can perform the following actions on the authorization.

  • View - allows you to view the authorization.
  • Update - allows you to update the authorization details.
  • Make it as default - allows you to make a particular authorization default for that node.
  • Remove - allows you to delete the authorization.

📘

Note

If an OAuth 2.0 type authorization is edited in the Admin portal, you will be prompted to re-authorize the authorization.

You are not allowed to delete the authorization if it is mapped/used in flow assets.