Skip to content

Application Discovery Email Template

The New Applications Discovered email is sent to the source owner when enterprise applications are discovered.

Name: New Applications Discovered

Subject: New applications discovered for $sourcename

Body:

<p>Dear $__recipient.name,<br><br></p>
<p>$CountApps new applications were discovered from the $DiscoverySourceName source.</p><table><tr><th>Application</th><th>Discovery Source</th><th>Discovery Source Type</th></tr>#foreach($app in $AppNames)<tr><td>$app</td><td>$DiscoverySourceName</td><td>$DiscoverySource</td></tr>#end</table><p>View the <a href='$DeepLink'>discovered applications</a>.</p>",
<p>$CountApps new applications were discovered from the $DiscoverySourceName source.</p><table><tr><th>Application</th><th>Discovery Source</th><th>Discovery Source Type</th></tr>#foreach($app in $AppNames)<tr><td>$app</td><td>$DiscoverySourceName</td><td>$DiscoverySource</td></tr>#end</table><p>View the <a href='${__global.productUrl}${DeepLinkSuffix}'>discovered applications</a>.</p>",
<p><br>Thanks,<br>The $__global.productName Team</p>

Attributes

This email template uses version 2 global variables and the following attributes:

Name Type Description
countApps Integer Number of enterprise applications that have been discovered.
DiscoverySourceName String Name of the Discovery Source where the app was found.
AppNames Array of String Name of the applications that were discovered. Maximum 50 applications will be displayed in a single email.
DiscoverySource String Connector type of the Discovery Source.
DeepLinkSuffix String Suffix of the link to the Discovered Applications page with the discovered applications associated with this email. Combined with __global.productUrl, it creates the entire deeplink.

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.