Closed johntdyer closed 6 years ago
This error is a response from Pushover, make sure your keys are correct.
I’ve tried creating a device and using that key and using the primary api key for my account. Neither seem to work...
Can you test your key by using curl?
curl -X "POST" "https://api.pushover.net/1/messages.json" \
-F "user=xxxxxxxxxxxxxxxxxxxxxxxx" \
-F "token=xxxxxxxxxxxxxxxxxxxxxxxx" \
-F "title=Test" \
-F "message=Test"
Perhaps I am being dense but where does the user value come from ? I have tried the name of the device, my email, and just about everything else I could think of ....
Both user
and token
keys is a 30 length string, you can found them in https://pushover.net
So I am trying to get this working and I have put in my API key, a title, and under name I have put "msg.payload" but I always seem to get the following error.
Any idea what I am doing wrong ?