-
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Gotify #330
Comments
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 😉 |
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 |
https://gotify.net/
Sending messages to the Gotify server for broadcasting is super easy: https://gotify.net/docs/pushmsg
HTTP
POST
to/message?token=<apptoken>
withtitle
,message
andpriority
in theapplication/x-www-form-urlencoded
request body.The text was updated successfully, but these errors were encountered: