-
Notifications
You must be signed in to change notification settings - Fork 113
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
CERN: User defined notifications #2971
Comments
Building blocks are in place:
|
For sending mails, a dedicated service will be created that reads from the event queue and dispatches them. @micbar can you paste here an event payload that contains for example "new file created"? |
Can we have an example of a payload for a file created? |
We'll implement in master based on the work in edge. |
@labkode What can we do here? This seems to be CERN todo. |
To update from what was discussed on the workshop in Feb. 2023, the current implemented state is:
The email text can be customized for the site using templates as in https://github.com/owncloud/ocis/tree/master/services/notifications/pkg/email/templates - just copy the templates to a custom dir, change it and point the environment variable Additional CERN wishes:
|
Ability to set a notification workflow for specific files/directories to trigger a
mail to a specific e-group/person.
TODO(labkode): provide more info, Watcher in Dropbox
The text was updated successfully, but these errors were encountered: