Non-Employee Account Upload Failed Email Template
The Non-Employee Account Upload Failed email notifies a user that the account upload they attempted for a non-employee source failed. The notification includes the error message returned with the failure.
Name: Non-Employee Account Upload Failed
Subject: #set($_sourceName = $data.sourceName)Your non-employee account upload for the $_sourceName source failed
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($_errorMessage = $data.errorMessage)
<p>Dear ${data.displayName},<br><br> The non-employee account upload you started for the $_sourceName source on $_formattedDate at $_formattedTime failed.<br><br>The system provided this error message: $_errorMessage<br><br>You can see all 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.