Online Help | Web App

Modifying templates for Self Service Portal notifications

Introduced in 2025.2

Use the Notifications > SSP E-mail Templates page to review and modify e-mail templates used by the Self Service Portal.

These templates define the subject and message text for e-mails sent during Self Service Portal account registration and password-related workflows.

Alloy Navigator provides four pre-defined templates for e-mail notifications to Self Service Portal customers and managers:

  • Authorization Request: This message is sent to the manager when new self-registered accounts are pending for moderation (if self-registered accounts must be authorized by the manager).

  • Manager Notification: This message is sent to the manager when new self-registered accounts are created (if self-registered customers gain access to the SSP without authorization).

  • Password Notification: This message is used when customers report that they forgot a password. A new password is generated and included in the notification text. We recommend that customers change their auto-generated passwords from the Self Service Portal profile page.

  • Registration Confirmation: This message is sent to customers when their self-registered accounts are created and approved.

    NOTE: The latter three notifications are send when self-registration is enabled. Manager notifications requires that the manager's e-mail address is specified. For details, see Configuring self-registration.

To modify an SSP notification template:

  1. Click the template you want to edit.

  2. In the pane that opens, change the template name if needed.

  3. Customize the subject and message text. You can combine static text and dynamic content (object fields and macros). To insert a placeholder for a dynamic value, click the location where you want to insert it, click Insert Placeholder, and select the content using the Select Placeholder window.

The following SSP Customer account fields are available in the Object Fields category of the Select Placeholder window:

Field Name Inserted Value Placeholder

Last IP

The IP address of the client computer where the notification was initiated. Depending on the configuration of the customer's network, the placeholder may produce the IP address of the customer's computer running the Web browser or the IP address of the proxy server (including transparent proxy) between the customer's computer and the Internet.

%[DBF Last_IP]%

Login

The user name (login) of the current SSP Customer account.

%[DBF Login]%

Password

The password of the current SSP Customer account (only for Standard authentication).

%[DBF Password]%

Person->[Field]

The specified field from the Person record associated with the current SSP Customer account.

NOTE: If you want to use this placeholder in the "Authorization Request" notification template, make sure that the Create Service Action for Person records contains the specified field. For details, see Configuring self-registration.

%[DBF Person_ID.Field]%

for example:
%[DBF Person_ID.Primary_Email]%

Pswd LastChange

The date and time of the last password change for the current SSP Customer account (only for Standard authentication).

NOTE: You cannot use this placeholder in the "Authorization Request" notification template.

%[DBF Pswd_LastChange]%

In addition to those object fields, system and user macros are also available. For details, see Inserting placeholders.

IMPORTANT: Make sure to replace the http://yourservername/SelfServiceDesk dummy address used in the Password Notification and Registration Confirmation templates with the actual link to your Self Service Portal.

  1. If you want to set the HTML format for your notifications, click Source in the Content toolbar and use a standard HTML e-mail editor for text formatting, numbering, bullets, alignment, horizontal lines, images, etc. or edit the message HTML code directly. For details, see HTML formatting.

  2. Click OK.