- DarkLight
Detailed Integration Process
- DarkLight
The following steps are involved in the integration.
Layout Creation
Create an Acqueon Workspace Layout. To learn how to configure an Acqueon Workspace layout, refer Create an Acqueon Workspace Layout.
Widgets
Add the required widgets. To learn how to add widgets, refer Add Widgets.
Configure Webex CC Team
After configuring the Workspace layout and widgets, you must access the Webex CC admin application to create a team. To do so:
Access the Webex CC admin application URL and sign in with your credentials.
On the left-side navigation, click Provisioning and then click Team.
Now, create a new Team as per your agent requirements.
To know how to create a Team, refer to the Webex CC Admin guide.
Additional Configurations
After creating a new team in Webex CC, you must create a desktop layout for some additional configurations. To do so:
Click Desktop Layout under Provisioning and then click + New Layout.
Provide the name and description in the respective fields as required.
From the Teams dropdown menu, select the team you created.
Click the download icon against the Default Desktop Layout.json.
Open the downloaded json file to add the following webexcc-app-headless component information in area >> headless.
Here is the webexcc-app-headless component information you must add. The text within {workspace-domain} must change based on the descriptions provided in the table.
{ "headless": { "id": "dw-headless", "widgets": { "comp1": { "comp": "webexcc-app-headless", "script": "https://{workspace domain}/webexcc-sdk-app/bundleembedded.js?WebexccLayoutUrl=https://{workspace domain}/desktop/view/WebexccAgent&entryPointId=8575fbac-3a92-4b7e-885a-7476757d1c4e&origin=1908603511" } }, "layout": { "areas": [ [ "comp1" ] ], "size": { "cols": [ 1 ], "rows": [ 1 ] } } } }
The following table describes each component of the script and its function with an example. Based on the fields in the table, add the webexcc-app-headless component information.
Field | Description |
---|---|
bundleembedded.js | After installing Workspace, the bundleembedded.js file will be available at the specified path. This URL is used to load the WebexCC-app-headless SDK application. |
WebexccLayoutUrl | This URL points to the Workspace layout (that you created in step 1) which defines how the Workspace widgets are displayed in Webex CC. |
entryPointId | A unique identifier used to trigger the click-to-dial action in Webex CC.
To create an entry point: Go to Provisioning tab << Entry Points/Queues << Outdial EntryPoint.
Refer to the Webex CC Admin guide for more information. |
origin | Specifies the source within the Webex CC app from which the click-to-dial call is initiated. To create the origin: Go to Provisioning tab Menu << Outdial ANI.
Refer to the Webex CC Admin guide for more information. |
After you do the configurations mentioned above:
Click upload to add the json file with the configurations.
Click Save.
The Acqueon Workspace layout is now ready to be launched for the agent to log in.