Default email templates
Template name | Description |
---|---|
assetRequestImport.tpl |
If an upload request is configured with notification preferences, recipients will be emailed when the request is used to upload assets.
Recipient:Asset request notification recipient(s), if any Keys:
Sub-templates:
|
attributeDataImportReport.tpl |
When attribute data is updated using a data file, the results of the upload are emailed to the user who uploaded the data file. Recipient: Uploading user Keys:
Sub-templates:
|
basicMessage.tpl |
This message is triggered when a user sends a message from a portal's contact form. Recipient: email.mailto.rcpt_to Keys:
Sub-templates: None |
checksumVerification.tpl |
This message is triggered when the checksum verification job is run and there are checksum discrepancies. Recipient: checksum.checksumVerificationEmailAddress Keys:
Sub-templates:
|
downloadApprovalAdmin.tpl |
Triggered when a download request is made. Recipient: image.downloadApprovalAdminEmail Keys:
Sub-templates: None |
downloadApprovalApproved.tpl |
The email sent to the requestor of a download approval when a number of assets have been approved. Recipient: Download requestor Keys:
Sub-templates:
|
downloadApprovalRejected.tpl |
The email sent to the requestor of a download approval when their request has been denied. Recipient: Download requestor Keys:
Sub-templates:
|
metadataMetadataReport.tpl |
When monthly metadata email reports are enabled, all administrators will receive this email containing statistics data regarding search terms from the past month. This template is triggered on the first of the month. Recipient: All administrators Keys:
Sub-templates:
|
newUser.tpl |
This template is triggered when an administrator creates a new user with an autogenerated password. The new user will receive an email notifying them of their new account, along with a log in link. Recipient: New user Keys:
Sub-templates: None |
newUserNeedsApproval.tpl |
This template is triggered when a new user self-registers when administrator approval is required. The new user is notified of their account pending status. Recipient: New user Keys:
Sub-templates: None |
passwordReset.tpl |
This template is triggered when a password reset is requested. Recipient: Reset requestor Keys:
Sub-templates: None |
publicLink.tpl |
This template is used for share links when the Email link option is chosen once the share link is created. Recipient: Email address specified while sharing Keys:
Sub-templates: None |
publicLinkPassword.tpl |
This template is used for share links when the link requires a password and the Email link option is chosen once the share link is created. Recipient: Email address specified while sharing Keys:
Sub-templates: None |
registerAdmin.tpl |
When self registration is enabled, this template is triggered when a new user self-registers. The designated administrator will receive the notification. Recipient: user.self_registration_admin_notification_email Keys:
Sub-templates: None |
registerUser.tpl |
When a new user self-registers, they will receive a welcome email. Recipient: Email address associated with the new user Keys:
Sub-templates: None |
review.tpl |
This template is triggered when a review a user is a member of is updated. Recipient: Any user associated with the review, whose review notifications are enabled Keys:
Sub-templates:
|
s3MirrorAudit.tpl |
This template is triggered when an s3 bucket is put in audit mode. Recipient: email.mailto.rcpt_to Keys:
Sub-templates: None |
savedSearchNotify.tpl |
This template is triggered when a change is made to a saved search with notifications enabled. Recipient: Any participant of the saved search Keys:
Sub-templates:
|
shareEmailLink.tpl |
This template is triggered when a user hits Email when done while performing any sort of download action. Recipient: Email address associated with the current user Keys:
Sub-templates: None |
sharedResourceMessage.tpl |
This template is triggered when a collection, saved search, or review is shared with a user. Recipient: The shared user Keys:
Sub-templates: None |
sharedResourceParticipant.tpl |
sharedResourceParticipant.tpl This template is triggered when a collection, saved search, or review is shared with a user, when a message is included with the share action. Recipient: The shared user Keys:
Sub-templates: None |
usageSnapshot.tpl |
When monthly usage reports are enabled, all administrators will receive this email containing statistics data regarding NetX usage over the past month, e.g. number of downloads, storage trends, logins, etc. Recipient: All administrators Keys:
Sub-templates:
|
assetImportReport.tpl |
If personal import reports are enabled, this template is triggered when a user uploads assets. Recipient: Uploading user Keys:
Sub-templates:
|
assetLimitReached.tpl |
If an upload is attempted that would cause the site to exceed its storage limit, upload will fail and this email warning will be triggered. Recipient: email.from Keys:
Sub-templates: None |
assetRequestEmail.tpl |
Sent when an upload request is emailed from the NetX UI. Recipients are manually added to the request at the time of the request. Recipient: Manually chosen at the time of the request Keys:
Sub-templates: None |
Custom email subjects
While each email template has its own default subject line, this may be changed so that the subject line of these emails will be customized for your needs. This property may also be used in conjunction with the names of custom email templates.
Property | Description |
---|---|
email.subject.[template name] |
The name of this property must begin with email.subject, while the suffix must be the name of an email template minus the file extension, e.g. email.subject.downloadApprovalApproved. The value of the property should be the custom subject that will be applied to every email that uses that email template. Value options: The desired custom email subject Requires restart? No |
Custom email templates
Aside from the default templates, you can create custom email templates if you require more specific or personalized notification emails. Custom email templates can have any file name as long as that file name does not contain illegal characters or spaces, and the file format is tpl. For instructions on creating and managing your email templates, see managing email templates.
Keys
There are certain standard keys one may use in a custom email template, much like the keys used in the default templates:
- assetId: Inserts an asset's ID number into the field.
- categoryId: Inserts a folder into the field by folder ID number.
- categoryName: Inserts a folder into the field by folder name.
- categoryPath: Inserts a full folder path from the top level of the application into the field.
- eventDate: Inserts the date the notification was triggered into the field.
- eventDateTime: Inserts the date and time the notification was triggered into the field.
- eventTime: Inserts the time the notification was triggered into the field.
- fileName: Inserts the file name of an asset into the field.
- fileSizeBytes: Inserts the file size of the asset into the field, numerical, in bytes.
- fileSizeLabel: Inserts the unit of storage measurement, in this case bytes, into the field.
- name: Inserts the name of the context, eg. an asset, action, or AutoTask name into the field.
- userEmail: Inserts the user's registered email address into the field.
- userId: Inserts the user's username into the field.
- userFirstName: Inserts the user's registered first name into the field.
- userLastName: Inserts the user's registered last name into the field.
AutoTasks
Custom email templates can be used as AutoTask notifications by inserting the custom template's file name as the value for the emailTemplate parameter. Note that the .tpl file type suffix is required.
<notifications>
<notify emailTemplate="customNameForCustomEmailTemplate.tpl" user="administrator" type="email"></notify>
</notifications>