Parses and renders Velocity email template to an email
that is sent to review participants. The email is encoded in UTF-8.
For information about the General and Route Evaluation property
groups, see
Common operation properties
.
Input properties
Properties to parse a Velocity email template.
Config Parameters
A
map
of
string
values
that specifies the configuration parameters to use to parse a Velocity
email template. The two required keys for the map are as follows:
-
templateLocation: Specifies the location of the template
in the repository. For example, for LiveCycle Content Services 9,
the value is
/Applications/ReviewCommentingAndApproval/1.0/resources/templates/email/notification
.
-
templateName: Specifies the name of the template. For examle, ReviewStart.html.
You
cannot use a literal value.
Data Values
A
map
of
string
values
that specifies email templates to parse. The map contains the value
of variables used in the template, which are prefixed with a dollar
sign (
$
). For example, if the template contain
a variable
$reviewer_name
, the data value for the
map contains the reviewer_name key.
You cannot use a literal
value.
Output properties
Property for specifying the result of the operation.
Final Document
A
document
value
that represents the email that is sent to users. The email is encoded
in UTF-8.
|
|
|