Pushover for notification #158
Replies: 9 comments 18 replies
|
@wanderleyteixeira this is currently not implemented, only POST is implemented. But it is easy to implement a GET request. Make a proposal. |
|
@wanderleyteixeira can you compile the master ? I have added a pushover config. I could not test it, i dont have a pushover account, based on the documentation this could work. messaging:
pushover:
token: xzy
user: abcd
url: optional default is https://api.pushover.net/1/messages.json
|
|
|
|
I have tested it, the problem is the message. I try to figure out how to send the status message. |
|
I have a debug output for pushover. I cant see it. |
|
@wanderleyteixeira i have pushed a new beta image, and i attached a compiled linux binary to this post, which you could mount to the docker image. |
|
You can use the 2.1.3. I have tested it again and could see the message. |
|
@wanderleyteixeira could you send a pushover notification ? I have tried it with the Browser notification. |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello, I am trying to integrate with Pushover API but the message query param field is required.
This is the endpoint:
https://api.pushover.net/1/messages.json?token=YOUR_APP_TOKEN&user=USER_KEY&message=Your+message+hereThoughts?
All reactions