Create Webex Contact Center HTTP connector
This article outlines how to create Webex Contact Center HTTP connector to invoke APIs from the flow builder.
The Webex Contact Center connector is an HTTP connector that provides a capability to invoke Webex Contact Center APIs (available in the Developer portal) from Flow Designer. This integration enables flow developers or administrators to tailor call flows to specific needs and enhance your Contact Center workflows in several real-world scenarios. For more information, see the Developer guide.
The following table lists the various roles of the administrator persona and their access privileges:
Administrator role | Access level |
---|---|
Full administrator | Read/write Access:
|
Contact Center Service administrator | |
External Admin with full administrator role | |
External Admin with Contact Center Specific administrator role | |
Help desk administrator with full administrator role | |
Partner full administrator | |
Read-only administrator | No access |
External Admin with Read only administrator Role | Read-only access - Can’t create or edit connector |
Help desk administrator (Basic) | |
Partner read-only administrator |
Before you begin
Make sure you meet the following prerequisites:
- A Webex Contact Center organization on FLEX3 licenses.
- In addition, you should have one of the following roles:
- Full Administrator
- External Full Administrator
- Contact Center Service Administrator
1 |
Log in to the customer organization using the URL https://admin.webex.com and navigate to Services > Contact Center > Tenant Settings > Integrations. |
2 |
Go to the Connectors tab and on the Webex Contact Center card, click Set Up or Add More. A new tab opens on the browser. |
3 |
In the Name field, enter a unique name for the connector. |
4 |
Choose one or more scopes required to access the Webex Contact Center APIs: For more information on the scopes, see the Developer Portal documentation. |
5 |
Check I authorize check box to authorize this connector to read, write, modify, and delete data in the Contact Center solution. |
6 |
Click Add Connector. A connector ID is successfully created, and you can see the new connector on the Connector card in the Active Connectors section. You can’t modify the Connector ID.
|
What to do next
Configure the HTTP Request activity in a flow, enable the Use Authenticated Endpoint toggle for all Contact Center API access, and configure the following parameters:
- Connector: Select the connector you created from the drop-down list.
- Request Path: Use the request path from the REST endpoint.
- Method: Choose the REST verb for the REST endpoint.
- Query Parameters: Add any query parameters you’d like to use from the REST endpoint.
- Content Type: Select
Application/JSON
from the drop-down list. - Parse Settings: Get your HTTP response and save it to a variable by creating a flow variable (click on the canvas to create one). Use a JSON Path expression to find specific fields as needed.