cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
767
Views
10
Helpful
2
Replies

UCCX Make REST Call when a call in abandoned in queue

suraj.raval
Level 1
Level 1

I want to make a REST call whenever the call is abandoned in queue, how can I achieve this?

2 Replies 2

Jonas Fraga
Spotlight
Spotlight

You can mark a Boolean variable which will be true when call goes to queue and then monitor disconnect event with "On Exception GoTo" and select "Contact Inactive Exception" to send this event to a label which will make your REST call.

Don't forget to clear the monitor with "On Exception clear" before your REST call to prevent looping.

Captura de Tela 2021-05-25 às 17.38.54.png

Hey

 

Use the ContactInactive Exception as Jonas writing

 

 

Working example :

Capture.PNG

 

Best regards

Thomas

Please rate helpful posts and if applicable mark "Accept as a Solution".
Thanks, Thomas G. J.