liiight / notifiers

The easy way to send notifications

Home Page:http://notifiers.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Gotify

linusg opened this issue Β· comments

https://gotify.net/

a simple server for sending and receiving messages

Sending messages to the Gotify server for broadcasting is super easy: https://gotify.net/docs/pushmsg

HTTP POST to /message?token=<apptoken> with title, message and priority in the application/x-www-form-urlencoded request body.

Thanks for opening your first issue here! Be sure to follow the issue template! πŸ‘‹πŸžπŸ‘‹

Does this mean you don't want this anymore?

Oops, didn't mean to close this!

No worries, a valid bump πŸ˜‰
I'm actually thinking about a major refactor in notifiers and I'm kinda reluctant to add new providers as I'll need to rewrite them later on

FYI Gotify has a very nice API documentation here: Swagger UI.

Thanks for the link! Note that I have definitely not abandoned this idea (or this project) but just under major time constraints. I'm anxious to get back into this