Hello,
I set up a listener that sends an email when a group membership was changed.
It works fine, but I would like for the email to contain the following:
"The changes that were made to the group are:
'user x was added'
or
'user x was removed'
Is this possible for a non-issue event? If yes, how to write it?
Current setup:
Events: groupmembershipcreatedevent; groupmembershipdeletedevent
Condition:
event.groupName == 'group_name'
Email template:
Hello.
<br><br>
The 'group-name' group was just modified.
<br><br>
The changes that were made were:
<br><br>
???
Thank you!
${event.entityName} and ${event.groupName} helped
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.