" /> geneysis widgets webchat office hours - Genesys CTI User Forum

Author Topic: geneysis widgets webchat office hours  (Read 2274 times)

Offline ekobyakov

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
geneysis widgets webchat office hours
« on: June 10, 2019, 03:38:51 AM »
Advertisement
Hi guys

I wonder if there's ny example to do the following:
- webchat button to be visible only during the times agents connected to the system.

Is there settings for that? API calls available to check if chat service is available? I could not find anything on https://docs.genesys.com/Documentation/GWC/8.5/WidgetsAPI/WebChatService available

Thanks for any help.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: geneysis widgets webchat office hours
« Reply #1 on: June 10, 2019, 03:47:52 AM »
no...maybe in the jscript that loads the widget itself, just a function to control the hours at load event

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: geneysis widgets webchat office hours
« Reply #2 on: June 10, 2019, 10:26:43 AM »
In case you are using GMS, you can call GMS API for Working Hours (Calendar API) and show the button based on that condition

Offline ekobyakov

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: geneysis widgets webchat office hours
« Reply #3 on: June 10, 2019, 08:42:22 PM »
[quote author=cavagnaro link=topic=11352.msg51752#msg51752 date=1560138472]
no...maybe in the jscript that loads the widget itself, just a function to control the hours at load event
[/quote]

yeah can do that, but we operate in different time zones over few countries and that solution was not perfect in the past.

Offline ekobyakov

  • Newbie
  • *
  • Posts: 4
  • Karma: 0
Re: geneysis widgets webchat office hours
« Reply #4 on: June 10, 2019, 08:43:28 PM »
[quote author=Kubig link=topic=11352.msg51754#msg51754 date=1560162403]
In case you are using GMS, you can call GMS API for Working Hours (Calendar API) and show the button based on that condition
[/quote]

Thanks, I asked admins to check if we are working with GMS and if working hours are set-up.

Offline Rutger

  • Newbie
  • *
  • Posts: 23
  • Karma: 0
Re: geneysis widgets webchat office hours
« Reply #5 on: June 11, 2019, 08:55:13 AM »
We have a server running in between of the website and Genesys, that is grabbing the ParameterGroup data from GAX/SQL to check what the openinghours are. Based on this, the widget button is shown on the website or not.