09-25-2022 01:20 PM
Hello,
I am working on a script where we need to collect information about calling number and send it to external server.
I went through many posts in community forums with no luck. Unfortunately, Make Rest Call step is not working. Giving error in UCCX application page.
So I have tried with HTTP request. Upon debugging with reactive script, i am getting error at Send HTTP Response. Can someone please share a working example of how to send a HTTP POST from the UCCX script?
Thank you.
09-26-2022 02:08 AM - edited 09-26-2022 02:09 AM
What error are you getting with the Make Rest Call ?
This is have I use it (with get - but just change it to post)
RestUrl : String with http://xxx
Rest_body : String
rest_response: string
rest_statusCode : string
rest_statusDetail : string
09-28-2022 05:21 AM
Thomas, I am getting below error at the Make Rest Call step.
Below is my make rest call properties.
API - "http://x.x.x.x/api/services/app/Account/GetUserByPhoneNumber"
Thank you in advance.
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