10-24-2013 05:00 PM - edited 03-14-2019 12:38 PM
I have subscribed a UCCX (8.5) HTTP Trigger to a mediasense event notification. The trigger is working as expected though I do not know how to extract the JSON data into a UCCX variable. Is it possible to assign the JSON array data to a variable using 'get http contact info' step or any other method?
Solved! Go to Solution.
10-24-2013 05:32 PM
You'll need to find a relatively light weight java library to add to the UCCX class path to handle that. As far as I know, only JRE 7+ includes the ability to parse JSON and UCCX still relies on JRE 6.
It'd be best if you could get XML delivered and use the appropriate steps.
Tanner Ezell
www.ctilogic.com
10-24-2013 05:32 PM
You'll need to find a relatively light weight java library to add to the UCCX class path to handle that. As far as I know, only JRE 7+ includes the ability to parse JSON and UCCX still relies on JRE 6.
It'd be best if you could get XML delivered and use the appropriate steps.
Tanner Ezell
www.ctilogic.com
10-27-2013 05:24 PM
I figured as much, thanks for the confirmation. Will use a php page instead.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide