Source Health Email Template
If you have configured system notification emails for your organization, the Source Health email is sent when a source changes status in your system.
Note
The global variable user might not work in this email, because the email address it sends to might not be correlated to an Identity Security Cloud account.
Name: Source Health
Subject: $PRODUCT_NAME Notification: ${total} #if($total == 1) A source has #{else} Sources have #end changed status
Body:
<p>Dear recipient,</p>
<p>#if($total == 1) A source has #{else} Sources have #end changed status within your system.</p>
<p>#if (${unhealthySources.size()} != 0 )</p>
<p>The following #if(${unhealthySources.size()} == 1) source is #{else} sources are #end unhealthy:</p>
<p>#foreach ($source in $unhealthySources) ${source.name} #if (${source.containsKey("since")}) has been in an Unhealthy state for ${source.since} #{else} has moved to an Unhealthy state #end <br>#end</p>
<p><br>#end #if (${backToNormalSources.size()} != 0 )</p>
<p>The following #if(${backToNormalSources.size()} == 1) source is #{else} sources are #end healthy:</p>
<p>#foreach ($source in $backToNormalSources ) ${source.name} #if (${source.containsKey("since")}) has been in a Healthy state for ${source.since} #{else} has moved to a Healthy state #end <br>#end</p>
<p>#end</p>
<p>Please sign in to ${PRODUCT_NAME} for more information.</p>
<p>Thank you,<br>The ${PRODUCT_NAME} Team</p>
<p>You are receiving this email because your email address was configured to receive ${PRODUCT_NAME} notification emails.</p>
Attributes
This email template uses version 1 global variables and the following template-specific attributes:
Name | Type | Description |
---|---|---|
backToNormalSources | List | The list of sources that have moved to a Healthy state. |
total | Integer | The total number of sources that have changed status. |
unhealthySources | List | The list of sources that are in an Unhealthy state. |
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.