Is your feature request related to a problem? Please describe.
Everybody has different requirements, somebody wants his notifications on Telegram, somebody wants Slack and so on. Wouldn't be better to add support for a pure http request, so that everybody can do whatever he wants with the received data to his backend/notification manager?
A detailed description of your proposed solution. Include:
Instead of having to support a lot of 3rd APIs, just fire an HttpRequest with the user-specified URL parameter
This way everybody would be free to do what he wants with the data
Harder for beginner users, but you can still keep already supported 3rd APIs
Describe alternatives you've considered
Only alternative I can think of is to keep adding 3rd parties, which doesn't scale well, in my opinion.
Feature Request
Is your feature request related to a problem? Please describe. Everybody has different requirements, somebody wants his notifications on Telegram, somebody wants Slack and so on. Wouldn't be better to add support for a pure http request, so that everybody can do whatever he wants with the received data to his backend/notification manager?
A detailed description of your proposed solution. Include:
Describe alternatives you've considered Only alternative I can think of is to keep adding 3rd parties, which doesn't scale well, in my opinion.