All contents are licensed under the MIT license. Please see license for details.
Everything included is for demo and Proof of Concept purposes only. Use of the site is solely at your own risk. This site may contain links to third party content, which we do not warrant, endorse, or assume liability for. These demos are for Cisco Webex usecases, but are not Official Cisco Webex Branded demos.
Please contact the CCEP team at ccep@cisco.com for questions.
See the Vidcast Overview for a verbal explanation!
A Webex Contact Centre flow that will take the number the user is calling in from, Resolve the rest of that users contact details against the JDS customer database, and make details such as alternative phone numbers, email addresses and customer reference numbers available for use within the flow via variables.
The flow provided is a subflow, which makes calling it from another flow simple and quick without too much configuration.
| Change Title | Date | Details |
|---|---|---|
| Repo Creation | 11/28/24 | Repo creation as a subflow. |
-CJDS Tenant must be set up, functional, and have customer ID's created within it. See the JDS V10 readme
-Enable the Webex Contact Centre HTTP Connector Integration
-One Functional Inbound Voice Channel / Queue
- Log into Webex Contact Centre and import the flow "JDS_ContactResolver_V3.json" as a sub flow
- Import the flow "JDS_READER.json" as a regular flow
- Open the "JDS_READER.json" Flow, and edit the variables JDS_Workspace_ID to include your JDS Project ID. If you wish to use debugging, Edit the variable WebHookSite to include the ID from your https://webhook.site/ Instance
- Associate the JDS_Reader flow with an inbound telephone number
- Call in from a number known to the JDS Solution. Monitor your Webhook.site instance for output, and listen to the played prompts to check the relevant data on that user is returned into the flow variables
1.Ensure the following variables are created within your flow:
| Variable Name | Var Type | Default Value |
|---|---|---|
| firstName | string | |
| lastName | string | |
| string | ||
| customerId | string | |
| phone0 | string | |
| phone1 | string | |
| personId | string | |
| JDS_Workspace_ID | string | JDS Project ID from Control Hub |
| WebHookSite | string | Your webhook.site identifier, e.g 775c4cbc-0249-4e3a-a903-b60e656b1d39 |
- Ensure the "JDS_ContactResolver_V3.json" flow is uploaded to your WxCC Tenant as a sub-flow. Add it into the flow that you want to use the JDS data in.
- Ensure the above variables are mapped properly between your flow, and the JDS Contact Resolver Flow
- Start using JDS Provided information in your flow!