" /> Email Standard Response - Genesys CTI User Forum

Author Topic: Email Standard Response  (Read 2363 times)

Offline New...

  • Newbie
  • *
  • Posts: 49
  • Karma: 0
Email Standard Response
« on: May 10, 2010, 03:56:31 AM »
Advertisement
Is it possible to fetch data from UCS database and insert that in the standard responses?

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Email Standard Response
« Reply #1 on: May 10, 2010, 09:12:11 AM »
Hi,

Answer is yes and no depending what data you'd like to get. If you're after data related to interaction, contact or agent you can get these using so called Field Codes (see Multimedia 7.6 Reference Manual for the list). There is no official way to get other data.

However, you can retrieve required any data from UCS database in routing strategy using DB query and pass these to standard response using User Data. Of course, it is possible to get only non-binary data this way.

R.

Offline New...

  • Newbie
  • *
  • Posts: 49
  • Karma: 0
Re: Email Standard Response
« Reply #2 on: May 10, 2010, 09:24:55 AM »
Thanks Rene... We are already using field codes and we wanted to send data other than the field codes... As you have mentioned, will try with routing strategy. Thanks!!!