im trying to use an http request to send a notification to alexa via getnotifyme,
but I always get "JSON-Parsing-Error" in debug.
Basic authentication is set with the right API key and API secret.
I tried it onyl with an payload with JSON: "message":"Alexa notification by Sascha"
and with a function as the following and always get .
If I leave out the API key and API secret I get "Unauthorized", so that I assume that the payload is wrong or something is missing.
(If I use their website https://www.getnotify.me/ directly via my browser it works, that means no problems at their connection to my Alexa)
Show the output of a debug node after the http request node.
It will show what is being returned. As said before, set the http node to return a string, as i suspect that is what is being returned.