1. Home
  2. Docs
  3. General
  4. Customized templates guide
  5. Using Dynamic Fields in Templates

Using Dynamic Fields in Templates

Trustifi’s templates can be used with dynamic fields – which is a special kind of text that changes according to the email’s context. For example {{REC.EMAIL}} will display the recipient’s email address when the email is viewed by the recipient.

To use dynamic fields, simply use one of the following in the email body (must be in uppercase and surrounded by curly brackets):

{{REC.NAME}} – will display the recipient’s name (as registered in your Trustifi contact list).

{{REC.EMAIL}} – will display the recipient’s email address.

{{SENDER_NAME}} – will display the sender’s name.

{{SENDER_EMAIL}} – will display the sender’s email address.

{{SENDER_PHONE}} – will display the sender’s phone number.

{{COMPANY_NAME}} – will display the name of the sender’s company (as defined in the “Look & Feel” settings page).

{{COMPANY_URL}} – will display the URL of the sender’s company website (as defined in the “Look & Feel” settings page).

{{COMPANY_COLOR}} – will display the color selected to be used in the company’s emails (as defined in the “Look & Feel” settings page).

{{COMPANY_LOGO}} – will display the logo selected to be used in the company’s emails (as defined in the “Look & Feel” settings page).

{{APP_URL}} – will display the URL that leads to your secure web application.

{{SERVER_URL}} – will display the URL that leads to your system’s back end server.

{{OUTLOOK_URL}} – will display the Microsoft store page for your Outlook plugin.

{{CHROME_URL}} – will display the Google store page for your Chrome extension.

How can we help?