" /> Can IRD/URS populate an online html web form? - Genesys CTI User Forum

Author Topic: Can IRD/URS populate an online html web form?  (Read 2019 times)

Offline nonny

  • Full Member
  • ***
  • Posts: 218
  • Karma: 2
Can IRD/URS populate an online html web form?
« on: October 01, 2016, 01:05:58 AM »
Advertisement
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

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: Can IRD/URS populate an online html web form?
« Reply #1 on: October 01, 2016, 01:02:52 PM »
Via a WebService maybe.

Enviado de meu E6633 usando Tapatalk


Offline terry

  • Sr. Member
  • ****
  • Posts: 328
  • Karma: 35
Re: Can IRD/URS populate an online html web form?
« Reply #2 on: October 01, 2016, 05:05:59 PM »
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.