Skip to content
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 additional notification methods #3

Open
lrstanley opened this issue Oct 17, 2021 · 3 comments
Open

Add support for additional notification methods #3

lrstanley opened this issue Oct 17, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@lrstanley
Copy link
Owner

Options:

This would likely be a breaking change for existing email support.

@lrstanley lrstanley added the enhancement New feature or request label Oct 17, 2021
@lrstanley lrstanley self-assigned this Oct 17, 2021
@zamazan4ik
Copy link

@lrstanley Could you please specify somewhere in the documentation (in the README file, I think) the supported notification mechanisms right now? For now, it's unclear which exact notification ways could be used.

As far as I understand, mail notification is the only supported mechanism, am I right?

@lrstanley
Copy link
Owner Author

@zamazan4ik email is the only supported option, that is correct. I will be taking a look at implementing more options (and deprecating how mail notifications currently work) very soon, so I will likely wait until I have the new solution in place before updating the readme.

@c33s
Copy link

c33s commented Feb 5, 2024

@lrstanley a webhook notification and/or a shell script notification would be best, having a webhook practically allows to do nearly everything. if it is to complicated to implement a full webhook support (headers, POST, GET), simply calling a custom shell script would be enough. having a shellscript as handler allows admins to really allow every form of notification.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants