Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Do we have an ability to send REST API request from thing subscription?
In my case I need send request with query params to API Gateway on AWS. I tried use XmlHttpRequest, but that not work and send me message like this "Cannot call method "open" of undefined", "ReferenceError: "XMLHttpRequest" is not defined."
Solved! Go to Solution.
Have you tried using the Snippets/Contentloader functions?
It has predefined for you GET/PUT/POT text/xml/json
Have you tried using the Snippets/Contentloader functions?
It has predefined for you GET/PUT/POT text/xml/json