You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an idea that could enhance the application:
It would be great if there was a general webhook for notifications available.
When a notification has to be sent, it would be nice to be able to send the notification information via a POST request to some other webservice.
The content could be the same as e.g. for Gotify or the other notification services.
I assume the payload would be in JSON, so it would be easy to e.g. integrate these notifications in a Home Assistent instance and react to new downloads. Or (what I'm doing) have NodeRED ingest the notification and do all kinds of stuff!
What configuration is needed for such a new notification type:
A URL (endpoint) to POST to and
Authentication (basic auth (user/pass) or adding a Bearer token to the header)
Again, the payload could be a JSON with the info that is already being exposed through the ither services.
What do you think? Is this something that might enhance the app?
Kind regards,
Chris
The text was updated successfully, but these errors were encountered:
Definitely sounds good!
Don't know yet when I have the motivation to do something bigger than Bugfixes again, as right now I pretty much have all the functionality that I want.
There is also a big project on the horizon that I want to migrate to a proper Database setup instead of what I have now with files... So I am definitely not done with Tranga yet, but right now I just don't have the motivation.
Hello,
I have an idea that could enhance the application:
It would be great if there was a general webhook for notifications available.
When a notification has to be sent, it would be nice to be able to send the notification information via a POST request to some other webservice.
The content could be the same as e.g. for Gotify or the other notification services.
I assume the payload would be in JSON, so it would be easy to e.g. integrate these notifications in a Home Assistent instance and react to new downloads. Or (what I'm doing) have NodeRED ingest the notification and do all kinds of stuff!
What configuration is needed for such a new notification type:
Again, the payload could be a JSON with the info that is already being exposed through the ither services.
What do you think? Is this something that might enhance the app?
Kind regards,
Chris
The text was updated successfully, but these errors were encountered: