Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/08/2024 11:28 PM
I have scheduled an entitlement owner campaign. The campaign got created on scheduled time but email notifications are not getting triggered even the scheduled campaign is activated. How to resolve this issue ?
09/09/2024 01:19 AM
@anjali_5 Share the email template
and was this working earlier?
09/09/2024 01:38 AM
When I am directly creating a campaign without scheduling it , email notifications are getting triggered to the certifier. . But when I am scheduling a campaign in "Launch campaign in active mode", then email notifications are not triggered.
09/09/2024 05:53 AM
09/09/2024 06:03 AM
For scheduled campaign, in the logs it seems that campaign is not allowing to execute the email notification .
09/09/2024 07:26 AM
Please raise support ticket with both logs
09/13/2024 03:01 AM
Hi,
Below error is showing in the logs .
Send preiview Notification email fails with Campaign-com.saviynt.ecm.campaign.domain.Campaign : 127 groovy.lang.MissingPropertyException: No such property: users for class: SimpleTemplateScriptxxxxxxxxx |
Also, In the preview email template , Under To: section , I have using ${user.email} template.
09/13/2024 05:52 AM
Please validate supported variables.
Purpose :
To get what variables are present to use in the email template.
Email Template steps :
keep Advanced HTML CSS flag is checked
Keep your email Address in TO
TO /CC/BCC & Subject - Don't use any dynamic variables
Add only below code in Email Body
${this.binding.variables.each {RVkey,RVvalue -> println "$RVkey ------- $RVvalue" + "" + "br" + ">"}}
Output : using the below expression. By putting it in the email body, it will print all variable names with values, and then accordingly, you can use it:
09/13/2024 07:54 AM
I have tried by adding the above info. But still , email is not triggered to the campaign owner .
09/13/2024 08:01 AM
Share logs and email template configuration screenshot
09/13/2024 09:57 AM
${users?.email} | Obtains the email ID of the certifier. |
${campaign?.campaignOwner?.email} | Obtains the email ID of the campaign owner. |
Campaign Preview supports an entirely different set of attributes in the email templates than active campaigns.
Primary: ${users?.email}
Secondary: ${secondarycertifier}
Above two works when you Create the campaign, not when you run the Preview.