Skip to content

Non-Employee Account Upload Succeeded Email Template

The Non-Employee Account Upload Succeeded email notifies a user when the account upload they submitted for a non-employee source successfully completes.

Name: Non-Employee Account Upload Succeeded

Subject: #set($_sourceName = $data.sourceName)Your non-employee account upload for the $_sourceName source has succeeded

Body:

#set($_sourceName = $data.sourceName)
#set($_sourceId = $data.sourceId)
#set($url = "${__global.productUrl}/ui/d/dashboard/non-employees/sources/$_sourceId")
#set($_date = $__dateTool.toDate("yyyy-MM-dd'T'HH:mm:ss.SSSXXX", $data.dateTime))
#set($_formattedDate = $__dateTool.format("EEEEE, MMMMM dd, YYYY", $_date))
#set($_formattedTime = $__dateTool.format("h:mm a", $_date))
#set($_totalAccounts = $data.numProcessedAccounts.intValue())
#set($_changedAccounts = $data.numChangedAccounts.intValue())
#set($_unChangedAccounts = $data.numUnchangedAccounts.intValue())
#set($_newAccounts = $data.numNewAccounts.intValue())
The non-employee account upload you started for the $_sourceName source on $_formattedDate at $_formattedTime succeeded.<br><br> This file contained $_totalAccounts account#if($_totalAccounts!=1)s#end. Based on this upload:<br><br><ul><li>$_newAccounts new non-employee account#if($_newAccounts!=1)s were#{else} was#end created.</li><li>$_changedAccounts existing non-employee account#if($_changedAccounts!=1)s were#{else} was#end updated.</li><li>$_unChangedAccounts account#if($_unChangedAccounts!=1)s were#{else} was#end unchanged.</li></ul><br>You can see all non-employee accounts on this source in <a href="$url" target="_blank">$__global.productName</a>.<br>
<ul>
<li>$_newAccounts new non-employee account#if($_newAccounts!=1)s were#{else} was#end created.</li>
<li>$_changedAccounts existing non-employee account#if($_changedAccounts!=1)s were#{else} was#end updated.</li>
<li>$_unChangedAccounts account#if($_unChangedAccounts!=1)s were#{else} was#end unchanged.</li>
</ul>
<p><br>You can see all non-employee accounts on this source in <a href="$url" target="_blank" rel="noopener">$__global.productName</a>.<br><br>Thanks,<br>The $__global.productName Team</p>

When this email is sent to users, the message body will also include:

  • A header that says "Dear $__recipient.name,"
  • A footer that says "Thanks, The $__global.productName Team"

Attributes

None. All variable content is provided through global variables.

Documentation Feedback

Feedback is provided as an informational resource only and does not form part of SailPoint’s official product documentation. SailPoint does not warrant or make any guarantees about the feedback (including without limitation as to its accuracy, relevance, or reliability). All feedback is subject to the terms set forth at https://developer.sailpoint.com/discuss/tos.