Certification Due Reminder Email Template
The Certification Due Reminder email is sent to certification reviewers to remind them to complete their certification by the due date.
Name: Certification Due Reminder
Subject: Reminder: Certification needs your attention
Body:
Dear ${ownerName},<br/>
<p> The certification "$certification.certificationGroups.get(0).name" is still open and needs to be completed.#if ($certification.expiration) This certification must be finished by $spTools.formatDate($certification.expiration,3,0).#{end} Click <a href="$identityNowUrl/ui/d/certifications-review/certification/${certification.id}">here</a> to complete the certification.
Attributes
This email template uses version 1 global variables and the following template-specific attributes:
Name | Type | Description |
---|---|---|
workItem | WorkItem | The WorkItem object. |
workItemName | String | The name of the WorkItem. |
certification | Certification | The Certification object. |
certificationName | String | The name of the Certification. |
ownerName | String | The name of the Identity that owns the work item. |
requester | Identity | The identity object that represents the creator of the work item. |
ordinalNumReminders | String | The number of this reminder, starting from 1. Passed as a String. |
remindersRemaining | String | The number of reminders remaining after this one. Passed as a String. |
oldDueDate | date | The former due date, passed as a java.util.Date. |
newDueDate | date | The new due date, passed as a java.util.Date. |
nowDate | date | The current date, passed as a java.util.Date. |
created | date | The date the work item was created, passed as a java.util.Date. |
expiration | date | The optional date the work item completely expires, passed as a java.util.Date. |
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.