-
Notifications
You must be signed in to change notification settings - Fork 0
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
send notification once a stage has finished #69
Comments
Sending an EMail seems to be a dead an since we either need to use an existing EMail account (for example gmail) and then store a password and username somewhere, or alternativly host our own smtp server, which isnt as simple as it sounds |
zincware/ZnTrack#797 Tries to add a method of storing sensitive data |
I wrote the following Node which can send an Notification to a Discord server when given an webhook_url. Note that
|
Maybe something like https://github.com/caronc/apprise |
I think this fits much better for the graph executor than the Node, which is why I moved it here. |
It would be handy to get some information once a stage has successfully finished.
This could include
The configuration should be handled via a file, e.g.
.zntrack/config.yaml
with anotification
section.The text was updated successfully, but these errors were encountered: