Hi All,
I have set up a rule to send a email to a specific user when ever content is added. I have used a template to do this.
when the email is sent i am only getting this:
A document '${document.name}', is now available in the '${space.name}' space, it was added in by '${person.properties.firstName}<#if person.properties.lastName?exists> ${person.properties.lastName}</#if>'.
ie: the rule is not calling the data when ther email is sent. i cant find any reason as to why this would happen.
Any ideas?