Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

IMPORTANT NOTE: The information below is useful for setting up the LEGACY type of live widgets.
For the current Live Wallboard type setup, see https://destinygroup.atlassian.net/wiki/spaces/DA/pages/1635254291/Enabling+Live+Wallboard+D4SP+Core+Live




Info
titleRequirements

Meridix Platform - v. 3.9.15.5288 or later

Meridix MiCloud Telepo Wallboard - v. x.x.1020 or later

...

Note

The properties micloud.baseUrl, micloud.domain, micloud.username, micloud.token may be added either in the config file external-widgets.json or under properties for a specific customer/user in the web portal.

To add it in the config file see step 3 above. 

To add it under customer/user see steps below.

Add the properties on the user or customer

Info
titleRequirements

An end-user API ticket from Telepo need to be set up with the following right granted [ACD/attendant queues] [Queue statistics] [User info] [Contact search]
All users including the ticket owner must also be in a user group that has the ACD Supervisor role granted

...

Add the following properties to the properties box (baseUrl is optional if it is configured in the wallboard installation)

Expand
titleProperties explanation

micloud.baseUrl: The URL to the Telepo System that exposes the API. Consult your Telepo service provider if this is unknown.

micloud.domain: The organization domain.

micloud.username: The username och the Telepo user that has the API ticket configured on them. 

micloud.token: The API ticket token.

...

below

...

.

...

Code Block
languagetext
titleCopyable properties
collapsetrue
telepo_live.widgets_enabled=True
micloud.baseUrl=https://MyTelepoApiUrl
micloud.domain=MyDomain.com
micloud.username=MyUsername
micloud.token=MyTelepoToken

...

Test the widgets

...

Add ability to load configured wallboards into the Dashboard

...