cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4249
Views
5
Helpful
3
Replies

Call REST API with IVR, response XML document

ChienNX
Level 1
Level 1

Hi everyone, I have some problem wanted help me.

Problem 01: Get caller number when trigger contact

Get telephone number of customer when have trigger contact

when have event caller, how to get phone number of customer in uccx editor?

 

Problem 02: Get URL rest api

In UCCX editor. I want call rest api have url template: 

https://ip_address/core-flex/api/customer/core/flex/get/isdn

with parameter=isdn, value=6010.

What to do in uccx editor?

 

 

1 Accepted Solution

Accepted Solutions

Chintan Gajjar
Level 8
Level 8

Hi there,

 

for 1:

Just use get call contact info step and get the calling number in one of the string variable.

for 2:

You can use builtin Make Rest Call Step from UCCX script editor and use GET and POST method based on how your request should be formed.

Note: if you are using self signed certificate on the web service hosted, make sure you upload that into the UCCX tomcat for successful communication.

View solution in original post

3 Replies 3

Chintan Gajjar
Level 8
Level 8

Hi there,

 

for 1:

Just use get call contact info step and get the calling number in one of the string variable.

for 2:

You can use builtin Make Rest Call Step from UCCX script editor and use GET and POST method based on how your request should be formed.

Note: if you are using self signed certificate on the web service hosted, make sure you upload that into the UCCX tomcat for successful communication.

Thank Chintan Gajjar :)  Can you give me the facebook address okay, I need some help with the problem !

i dont use Facebook but you can reach me out at chintangajjar013@gmail.com.