cancel
Showing results for 
Search instead for 
Did you mean: 

Send email notification when comment added to a document

anuradha1
Star Contributor
Star Contributor

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)

2 REPLIES 2

angelborroy
Community Manager Community Manager
Community Manager

This could help: https://github.com/angelborroy/comment-notifier-repo

Hyland Developer Evangelist

@angelborroy  How can I install this addon please, as it is not an amp file?