01-05-2020 08:43 PM
Dear Experts,
We have a scenario to integrate our UCCX with a third party solution (say XYZ) through web services. The caller will enter a 3 digit code allocated to them and UCCX script will query the application through a web service. Upon receiving the positive response the script will continue.
I am zero knowledge in Java. What is the best method to do it?
Thanks
01-06-2020 02:55 AM
Hi Abdul,
Based on the information’s that you have provided, it is hard to recommend something. Below you can find some tips that you can use:
06-09-2020 03:13 AM - edited 06-09-2020 05:57 AM
Hi folks,
I've similar requirement to integrate UCCX 12.x with SOAP Web-services. I just need guidance to start with setting up UCCX communication with web-service. I am not developer but just want to explore how it can be done.
My scenario is like;
thanks and regards,
Ritesh Desai
06-09-2020 07:06 AM - edited 06-09-2020 07:07 AM
I'm pretty sure that @Graham Old has an example of using a SOAP API (CUCM serviceability API specifically) from within a script:
https://github.com/CCXSample/CCX-Queue-Name-on-Agent-Phone
06-09-2020 07:19 AM
@Anthony Holloway thanks for response.
I want to consume HTTP web-service in UCCX script so when the call arrives on UCCX script, the caller will authenticate based on personal PIN, using HTTP web-service integrated the request will go to 3rd party server and verify the PIN. the 3rd party server will send response and stored to UCCX variable. Based on response the caller will be treated.
So I am trying to setup HTTP webservice in UCCX. I am not sure if this functionality is available in UCCX. if not, will the REST CALL would work?
regards,
Ritesh Desai
06-09-2020 08:05 AM
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