Hi Barry, As per my understanding only below attributes are available in the certification email template:
| Name | Type | Description |
|---|---|---|
| certification | Object (WorkItem) | Certification that the notification is referring to. |
| certificationName | Object (Certification) | The name of the certification. |
| created | Date | The date the certification was created. |
| expiration | Date | The date the certification is set to expire. |
| newDueDate | Date | The date the next reminder is due to be sent. |
| nowDate | Date | The current date. |
| oldDueDate | Date | The date this reminder was sent. |
| ordinalNumReminders | String | The number of this reminder, starting from 1. |
| ownerName | String | The name of the identity that owns the certification. |
| remindersRemaining | String | The number of reminders remaining after this one. |
| requester | Object | The identity that created the certification. |
| workItem | Object | The name of the certification work item assigned to the recipient of the email. |
| workItemName | String | The name of the work item assigned to the recipient, usually the certification. |