#** This email is sent to notify a PingFederate Administrator that metadata for a connection has been updated. No action is required by the Administrator other than potentially replicating the updated configuration to the cluster. *# #set( $messageKeyPrefix = "message-template-metadata-updated." ) #set( $globalKeyPrefix = "global." )
 
#if ($COMPANY_LOGO_EXISTS == 'true')
 
 
 
#end

$templateMessages.getMessage($globalKeyPrefix, "greetings")

$templateMessages.getMessage($messageKeyPrefix, "updatedMessage",$params)

$templateMessages.getMessage($messageKeyPrefix, "listUpdatedMessage")

$UPDATED

#if ($REPLICATED == "true") $templateMessages.getMessage($messageKeyPrefix, "noActionRequired") #else $templateMessages.getMessage($messageKeyPrefix, "action") #end

$templateMessages.getMessage($globalKeyPrefix, "bestRegards")
$templateMessages.getMessage($globalKeyPrefix, "pfTeam")

 
$templateMessages.getMessage($globalKeyPrefix, "footerMessage")