Send email notification when comment added to a document

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2018 05:36 AM
Hi,
I need to create email template to send a email notification to the author of a document, when a comment is added to that document.
I need to include following properties to the template.
1). Comment
2). Person name who add the comment
I have create something like below but, it is not working.
<#if document.properties["cm:Comments"]?exists>
<p>${document.properties["cm:Comments"]}</p>
<p>${document.properties["cm:creator"]}</p>
</#if>
Please help me.
(I am using Alfresco Community 5.2)
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2018 01:14 PM
This could help: https://github.com/angelborroy/comment-notifier-repo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2021 10:57 AM
@angelborroy How can I install this addon please, as it is not an amp file?
