Note: | To use this action, CentraSite must have a connection to an SMTP email server. For instructions on how to configure the email server, see the CentraSite Administrator’s Guide. During an iteration of the policy, if the connection to a SMTP email server fails, this policy action returns a failure code. CentraSite writes the failure message to the policy log; however performs the next action in the policy (if one exists). |
Users | Array of Users. Users who are to receive the email.
| ||
Groups | Array of Groups. Groups whose users are to receive the email.
| ||
Subject | String. The text that you want to appear in the email's subject line. This text can include substitution tokens to insert run-time data into the subject line. | ||
Use Email Template | Email Template. Specifies the template that is to be used to generate the body of the email message.
| ||
Custom Message | TextArea. The text of the email message. This text can include substitution tokens to insert run-time data into the message.
| ||
Format | String. Specifies whether the custom mail message is formatted as HTML or plain text. | ||
Include owner in notification | Boolean. When enabled, this parameter sends the email notification to the owner of the object on which the policy is acting in addition to the users specified by the Users and Groups parameters. |
This token... | Inserts the following information into the parameter value at execution time... | ||
${api.usage} | This token will be replaced with the value specified in the API Usage attribute of API. | ||
${entity.approver} | The name of the user who approved or rejected the approval request.
| ||
${entity.approvercomments} | The comment provided by the approver when he or she approved or rejected the approval request.
| ||
${entity.attribute.attributeName} | The value of the attribute specified in attributeName. You can use this token with all attribute types (including computed types) except Classification, File, and Relationship types.
| ||
${entity.BUIAssetURL} | A link to the URL of the asset details page in CentraSite Business UI. | ||
${entity.BUIBaseURL} | A link to the URL of the CentraSite Business UI. | ||
${entity.description} | The object's description.
| ||
${user.displayname} | The display name of the user who triggered the policy. | ||
${entity.key} | The object's key (that is, the UUID that uniquely identifies the object within the registry). | ||
${entity.name} | The object's name (in the user's locale). | ||
${entity.owner} | The name of the user who owns the object against which the policy is acting. | ||
${entity.type} | The type of object against which the policy acting. | ||
${entity.state} | The state of the object against which the policy is acting. If the object is an Asset, Policy, or Lifecycle Model, this action inserts the object's current lifecycle state. For all other object types, this token is ignored. | ||
${entity.URL} | The URL for the object on which the policy is acting. (This is the URL that opens the object in CentraSite Control.) | ||
${entity.version} | The object's user-assigned version identifier. | ||
${event.type} | The type of event that triggered the policy. | ||
${from.state} | The state from which the object is being switched (if the policy is executing on a Pre-State Change or Post-State Change event). | ||
${target.state} | The state to which the object is being switched (if the policy is executing on a Pre-State Change or Post-State Change event). | ||
${user.locale} | The locale of the user who triggered the policy. | ||
${user.name} | The name of the user who triggered the policy. | ||
${user.organization} | The name of the organization to which the user who triggered the policy belongs. |