Email Event Moderation
Email Event Moderation
The Event Moderation email is sent to the creator of an event when the event status is changed (moderated) to approved or denied.
To create the Event 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 'eventModeration'
- Wrapper Template - set as 'raw HTML' or 'HTML'
- Subject - example: 'Your Event 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:
- 'Event moderation email - Approved' - select 'emailEventModeration'
- 'Event moderation email - Denied' - select 'emailEventModeration'
Supported Attributes
Name | Description |
group_id | The id of the event that has been moderated. |
firstname | The first name of the creator of the event that has been moderated. |
moderationStatus | The new status of the event. |
selectedVHost | The id of the Vhost for the event. |
Example:
Hello {$$firstname},
The following event (in vhost {$$selectedVHost}) has been {$$moderationStatus}.
Event ID: {$$group_id}.
See Also: