Email Group Moderation


Email Group Moderation

The Group Moderation email is sent to the creator of a group when the group status is changed (moderated) to approved or denied.

To create the Group Moderation Email template, follow these steps:

  • go to the application in your project
  • select Email Templates
  • create the desired email text/format (sample email templates are provided lower on this page)
  • configure the email options by clicking on the Info button and filling in the following fields:
    • Template Name - set the Template Name as 'groupModeration'
    • Wrapper Template - set as 'raw HTML' or 'HTML'
    • Subject - example: 'Your Group has been Moderated'
    • Sender - example: 'no-reply@yourdomain.com'
  • save the template

Go to the Project Settings of the application make selections for the following fields:

  • 'Group moderation email - Approved' - select 'emailGroupModeration'
  • 'Group moderation email - Denied' - select 'emailGroupModeration'

Supported Attributes

NameDescription
firstnameThe first name of the creator of the group that has been moderated.
group_idThe id of the group that has been moderated.
moderationStatusThe new status of the group.
selectedVHostThe id of the Vhost for the group.

Example:

Hello {$$firstname}, The following group (in vhost {$$selectedVHost}) has been {$$moderationStatus}. Group ID: {$$group_id}.

See Also: