" /> Chat integration - Genesys CTI User Forum

Author Topic: Chat integration  (Read 2317 times)

Offline aur8l

  • Newbie
  • *
  • Posts: 14
  • Karma: 0
Chat integration
« on: November 08, 2016, 10:38:09 PM »
Advertisement
Hi there,

we successfully integrated the chat solution in my company, but now is time for enhancements. So I already know I can display a specific message and not process the chat if the customer starts an interaction and no agent is available. Next step would be to be able to display that chat is not available before the customer starting the interaction (and not display the registration form).
I am pretty sure there is a way to achieve this but looking at the Genesys doc I am a bit confused...
\
Has anyone tried this before?

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Chat integration
« Reply #1 on: November 09, 2016, 03:42:00 AM »
That is just HTML side, you need to use maybe common javascript and some CSS maybe
Genesys chat itself has nothing to do on that control

Enviado de meu E6633 usando Tapatalk


Offline aur8l

  • Newbie
  • *
  • Posts: 14
  • Karma: 0
Re: Chat integration
« Reply #2 on: November 09, 2016, 03:59:14 AM »
Hm, everything is working fine so far. But now I am literally trying to pull data from the stat server from the web client... and I cannot find anything around this.

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Chat integration
« Reply #3 on: November 09, 2016, 09:49:39 AM »
Then Chat is not what you need, it is PSDK on a Java or Net flavor. Chat will access those only once the session has been established and never before.
PSDK will be able to access your StatServer data before and at any time.


Enviado de meu E6633 usando Tapatalk


Offline PeteHoyle

  • Full Member
  • ***
  • Posts: 126
  • Karma: 13
Re: Chat integration
« Reply #4 on: November 09, 2016, 10:15:45 AM »
Which API are you using?

Is it Web API Server 8.1, Web API Server 8.5 or GMS?

Offline aur8l

  • Newbie
  • *
  • Posts: 14
  • Karma: 0
Re: Chat integration
« Reply #5 on: November 10, 2016, 03:22:33 AM »
We use GWE 8.5. I would highly be surprised if this was not possible, I just have no clue as to how it can be done. Anyone already achieved this?

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: Chat integration
« Reply #6 on: November 10, 2016, 07:24:49 AM »
What chat mode do you mean - proactive or reactive? For proactive mode, there is built-in functions for that (pacing,etc) - so, in case there is no available agent or the chat backend is not working at all, the invite for chat is not appeared to the client. For reactive mode, you have to check the availability of call center's resources through the provided APIs. Follow the documentation to learn more about GWE.