Hi there,
I'm trying to set up a permanent notification with alexa. For this I'm using the Skilly Notify me (EU-Store of Amazon). However I can't get a notification to me Echo.
my rest_commands. yaml contains the following code:
url: https://api.getnotify.me/submit
method: POST
headers:
Content-Type: application/json
payload: >
{
"api_key": "nmxxxxxxxx",
"api_secret": "scxxxxxxxx",
"message": "{{ message }}"
}
The documentation of the API is in the picture
Do you have any guesses what could be wrong?