" /> KVPs with Chat Connect Request - Genesys CTI User Forum

Author Topic: KVPs with Chat Connect Request  (Read 1918 times)

Offline upk_singhm

  • Jr. Member
  • **
  • Posts: 88
  • Karma: 0
KVPs with Chat Connect Request
« on: July 11, 2016, 11:11:51 AM »
Advertisement
Hi Team,
I have a chat 8.1 setup, Now I want to send some KVPs alongwith my Chat open request from WebAPIs using the customer web interface.

Has anyone done this before? Appreciate if you can help.

Thanks,
Upkar

Offline Kubig

  • Hero Member
  • *****
  • Posts: 2755
  • Karma: 44
Re: KVPs with Chat Connect Request
« Reply #1 on: July 11, 2016, 11:22:00 AM »
You can use two available methods from WebAPI API which offers you to update the KVPs:

[list type=decimal]
[li]RequestChat() method with userdata collection as one of the available argument[/li]
[li]UpdateUserData() method with userdata collection as one of the available argument[/li]
[/list]

For more information, read the WebAPI guides (dev,dep, API ref)