06-16-2017 06:46 AM - last edited on 03-25-2019 07:31 PM by ciscomoderator
Does anyone have an example or experience with REST/JSON post to an external webserver app (not on CCX server/cluster)? I need to get two strings of data to a web server from my CCX application/script.
I have the MAKE REST Call setup with the url and params but it fails every time and I'm not sure how to debug it.
thanks!
03-11-2021 02:44 AM
Hey Stewart1126
This is have you post a api rest call with a body
Hope that helps
Best regards
Thomas
10-28-2021 07:12 AM
I was not able to use this process with the " symbol. I received an error that this is not a valid string during reactive debug. I am in version 12.5 using a script that was built and operational in 11.x. Has anyone been successful in 12.x versions?
Thanks all
11-12-2023 11:09 PM
Did you find a solution to post JSON and I can't POST it as double quotes?
02-09-2024 04:39 AM
I have the same problem.. i can use something like "{'data':{'consultationNumber': "+ s_parsejsonCaseN +",'clientId': 41,'actionType': INCOMING_CALL}}" but it is not vaild for external server. if i try to use "{"data":{"consultationNumber": "00065","clientId": 41,"actionType": "INCOMING_CALL"}}" then i see that error. Please anyone help
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