Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: nonny on October 01, 2016, 01:05:58 AM
-
Hi all
Is it possible for just IRD/URS to "populate" and submit an online form? Looking for a way for the IVR to essentially fill out a feedback email form (only fields will be customer number and a value 1-10).
Sent from my SM-N9005 using Tapatalk
-
Via a WebService maybe.
Enviado de meu E6633 usando Tapatalk
-
If you know URL where to send form data (form's action attribute) - then probably yes.
Just send HTTP request (GET or POST) with prepared form data.
And URS by default uses Context-Type as application/x-www-form-urlencoded.