- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2021 10:52 AM
Hello community,
Is it possible to notify a user when files are added to folders?
Thank your in advance.
Best regards.
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2021 01:40 PM
Yes you can do that. you can use either folder rule or backend behavior onCreateNode and notify the user/group.
Checkout rules and actions
https://docs.alfresco.com/content-services/6.2/using/content/rules/
https://docs.alfresco.com/content-services/6.2/using/content/rules/#ruleactions
To learn more on behaviors refer: https://ecmarchitect.com/alfresco-developer-series-tutorials/behaviors/tutorial/tutorial.html
https://docs.alfresco.com/content-services/6.2/develop/repo-ext-points/behavior-policies/
(ACSCE, AWS SAA, Azure Admin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2021 01:40 PM
Yes you can do that. you can use either folder rule or backend behavior onCreateNode and notify the user/group.
Checkout rules and actions
https://docs.alfresco.com/content-services/6.2/using/content/rules/
https://docs.alfresco.com/content-services/6.2/using/content/rules/#ruleactions
To learn more on behaviors refer: https://ecmarchitect.com/alfresco-developer-series-tutorials/behaviors/tutorial/tutorial.html
https://docs.alfresco.com/content-services/6.2/develop/repo-ext-points/behavior-policies/
(ACSCE, AWS SAA, Azure Admin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-30-2021 11:50 PM
You can try Send email action in rule.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-01-2021 05:31 AM
Thank you Abhinav and Sanjay, this helped me a lot.
Best regards.