Skip to main content

Localizing Emails

EmpowerID administrators can customize and localize automated email notifications triggered by workflows, approvals, and policy-driven events. Localized messages ensure that users receive communications in their preferred language.

EmpowerID includes 21 predefined email templates (IDs 1–21) for standard operations involving one, two, or three resources. These are used automatically unless replaced with custom versions. Custom emails can also be assigned to workflows directly in Workflow Studio.

📘 For email delivery settings, see Configuring EmpowerID Email Send Options.

Prerequisites

  • EmpowerID administrative access
  • Access to Admin > Miscellaneous > Localized Emails
  • Optional: Knowledge of HTML for rich-text emails

Customizing an Existing Email Template

  1. Navigate to Admin > Miscellaneous > Localized Emails.
  2. On the Emails tab, search for the template.
  3. Click the Display Name link.
    Display Name
  4. Click Edit on the Email Template Details page.
  5. Edit the Email Body:
    • Check IsHTML for HTML formatting or uncheck to use plain text.
    • Resize the editor field if needed.
      Email Body
  6. Click Save.

⚠️ Do not modify text inside braces like {RequestWorkflow.FriendlyName}. These are dynamic tokens replaced at runtime.

Localizing an Email for a Specific Language

  1. Go to Admin > Miscellaneous > Localized Emails.
  2. Search for the email and click the Display Name.
    Display Name
  3. On the Email Template Details page, expand Localized Messages.
  4. Click Add.
    Add button
  5. Enter the localized values:
    • Select Locale
    • Check IsHTML (optional)
    • Enter translated Subject and Body fields
      Translation details
  6. Click Save.
    Localized message

Adding a New Email Template

  1. Navigate to Admin > Miscellaneous > Localized Emails.
  2. Click Add above the grid.
    Add new
  3. Fill in the details:
    • Name
    • Display Name
    • Description
    • Email Subject
    • Email Body, e.g.:
      The {RequestWorkflow.FriendlyName} has been initiated by {Initiator.FirstName} {Initiator.LastName}.
      Email template details
  4. Click Save.
  5. Expand Formatters to confirm Wildcard DOT Notation Formatter is enabled.
  6. Link the template to an Alert to send the email when a workflow is triggered.

Wildcard Tokens

Text within {} is dynamically replaced with real-time values during email generation. Do not edit these tokens.

Click to view supported wildcard tokens
TokenValue
ViewTaskDetailsServerURLURL to view task details
TaskRespondServerURLURL to respond to task
TaskRejectServerURLURL to reject task
TargetResourceNameName of the target resource
InitiatorCommentsInitiator's comments
WorkflowTitleName of the workflow
WorkflowDisplayNameFriendly workflow name
ReferringURLReferrer URL
ApprovalURLURL for approval
RequestManagerLinkLink to requestor's manager
EmpowerIDWebServerNameEmpowerID server
AttributeModificationsSummarySummary of changes
Executor.FriendlyNameFriendly name of approver
RequestWorkflow.FriendlyNameFriendly workflow name
RequestWorkflowIDWorkflow ID
Initiator.FirstNameFirst name of initiator
Initiator.LastNameLast name of initiator
Initiator.EmailEmail of initiator
Requestor.FriendlyNameFriendly name of requestor
Requestor.EmailEmail of requestor
Requestor.CompanyCompany of requestor
Requestor.DepartmentDepartment of requestor
Requestor.EmployeeIDEmployee ID of requestor
Requestor.TelephoneTelephone of requestor
PasswordExpiresPassword expiration date
CurrentOperationNameName of the current operation

Best Practices

  • Keep formatting consistent (HTML/plain text).
  • Preserve token formatting and braces ({}).
  • Test templates using test users with different language settings.

Notes

  • Default templates (IDs 1–21) are used automatically by EmpowerID workflows.
  • Custom templates can be mapped to workflow activities via Workflow Studio or triggered via Alerts.