Skip to content

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 IdentityNow account.

Name: Source Health

Subject: $PRODUCT_NAME Notification: {total} #if(total == 1) A source has #{else} Sources have #end changed status

Body:

Dear recipient,

#if($total == 1) A source has #{else} Sources have #end changed status within your system.

#if (${unhealthySources.size()} != 0 )

The following #if(${unhealthySources.size()} == 1) source is #{else} sources are #end unhealthy:</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

#end

#if (${backToNormalSources.size()} != 0 )

The following #if(${backToNormalSources.size()} == 1) source is #{else} sources are #end healthy:

#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

#end

#end

Please sign in to ${PRODUCT_NAME} for more information.

Thank you,

The ${PRODUCT_NAME} Team

You are receiving this email because your email address was configured to receive ${PRODUCT_NAME} notification emails.

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.