cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
563
Views
0
Helpful
1
Replies

Using HTTP to provide customer account info

lharris310
Level 1
Level 1

Hello all,

I have a requirement where the customer has an existing IVR where Lotus Agents provides customer account information via HTTP repsonses. I have been tasked to build a ccx script which request customer to enter account number and zip code. From here the information is passed to the Lotus agent via http which if successful, returns account details to the customer. Anyone every attempted this? I'm not very familiar with the HTTP steps in the CCX script editor so any help will be greatly appreciated.                  

1 Reply 1

Jonathan Schulenberg
Hall of Fame
Hall of Fame

The step you want is Create URL Document as well as Cache Document to actually trigger the HTTP GET operation. You can pass variables from the script to the HTTP server using this step. The most common type of response would be SOAP since you can easily parse the response with XML XPath (i.e. Create XML Document and Get XML Document Data).

Additional information is also available here:

https://supportforums.cisco.com/docs/DOC-23899

Please remember to rate helpful responses and identify helpful or correct answers.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: