Skip to content

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)

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">$__global.productName</a>.<br>

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.