Post office dynamic content custom tags
The post office defines a set of custom tags to simplify the creation of the aggregate message template. The aggregate message template is a user interface template for defining how multiple email notifications are displayed in a single email notification for a user.
The
following
post office dynamic content custom tags
can be used to get data:
- <POGetAllBodies/>
- Returns a string that contains the text body of each of the original
notifications
that are separated by a newline. For example:
You have the following ToDo items in Identity Manager. Here are the notification bodies <POGetAllBodies/>
- <POGetAllSubjects/>
- Returns all
subjects from the notifications that are associated
with the aggregate email notification as a string that is separated
by a newline. For example:
You have the following ToDo items in Identity Manager. Here are the notification subjects. <POGetAllSubjects/>
- <POGetEmailAddress/>
- Returns
the email address that is the destination for the aggregate
email notification as a string with no newline. For example:
This collection of notifications was sent to <POGetEmailAddress/>.
- <POGetNumOfEmails/>
- Returns
the number of emails that are associated with the aggregate
email notifications as a string with no newline. For example:
You have <POGetNumOfEmails/> ToDo items in Identity Manager.