Expand my Community achievements bar.

Email template - Forum Post/reply component - Social Communities

Avatar

Level 2

When ever we post or reply on a forum, an e-mail is triggered (if notifications are enabled) and the e-mail is constructed as per the e-mail template. This is the OOTB behavior. I have following doubts:

1. I see below variables used in email template. I would like to know from where these variables values are fetched.

{{{target.displayName}}}

{{{object.displayName}}}

{{{this.verb}}}

{{{objectUrl}}}

2. We have done server side customization for Post component, where in we have added a new property "groupName" which holds the name of group from which the post is originated.

We need to use this "groupName" in e-mail template. How do we achieve this.

0 Replies