Template Variables

This page will outline the variables that can be used in emails (also known as templates).


Template Variables

The following variables are available to use in email templates that are sent to your users:

Variable Details
{{date.year}} The current year (useful for the footer).
{{identity.email_address}} The email address of the user that triggered the email notification.
{{identity.key}} The unique key associated with the identity (eg. the publicId in your database for that user).
{{identity.name.first}} The first name of the user that is being sent an email notification.
{{identity.name.last}} The last name of the user that is being sent an email notification.
{{identity.name.full}} The full name of the user that is being sent an email notification.
{{identity.urls.manage}} The full URL for the user to manage their email notifications.
{{symbols.copyright}} The HTML entitity for the copyright symbol (useful for the footer).
{{symbols.trademark}} The HTML entitity for the trademark symbol (useful for the footer).