" /> Origin of a chat session - Genesys CTI User Forum

Author Topic: Origin of a chat session  (Read 2622 times)

Offline Lorenzo

  • Jr. Member
  • **
  • Posts: 56
  • Karma: 0
Origin of a chat session
« on: February 21, 2012, 04:33:52 PM »
Advertisement
Hi,

is it possible to know where an interaction is coming from for a Genesys chat session.
For example, is it possible to know if the customer chat session is coming from a specific web site or from somewhere else ?
How would this be done ? By attaching some data once the session is started by the customer on the web site ?
Would this be displayed or pop-up on the Genesys Interaction Worksapce ?

Many thanks for your answers


Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Origin of a chat session
« Reply #1 on: February 21, 2012, 05:36:28 PM »
you could attach a kvp on each chat interface so you can then know from where it came from when the agent receives it. or if you want to do some sort of report then you could send the interaction to different queues according to the hosting site

regards

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Origin of a chat session
« Reply #2 on: February 21, 2012, 06:56:07 PM »
Hi Lorenzo,

As Cav wrote, you can attach some custom key-value pair when initiating chat session on web server side as WebAPI supports this. Once call arrives to agent's desktop, Interaction Workspace can display this KVP if configured to do so.

R.

Offline Lorenzo

  • Jr. Member
  • **
  • Posts: 56
  • Karma: 0
Re: Origin of a chat session
« Reply #3 on: February 23, 2012, 09:22:34 PM »
Many thanks ;)