1. Home
  2. General Support
  3. Basic Email merge tags
  1. Home
  2. Templates
  3. Basic Email merge tags

Basic Email merge tags

Generic tags:
[[entity:id]] – The id of the entity this email is being sent from.

User:
These merge tags are generated from the current logged in user.

[[user:name]] – The user’s full name, populated from the first and last name.
[[user:name:first]] – The user’s first name.
[[user:name:last]] – The user’s last name.

Team:
[[team:name]] – The team’s name.
[[team:phone]] – The team’s phone number.
[[team:url]] – The team’s website.
[[team:address]] – The team’s address
[[team:logo]] – The team’s logo, This will be replaced with the email specific version when applied.
[[team:signature]] – This is a dynamic value that will be generated based on the current user and teams settings.
[[team:logo:width]] – The specified target width for the team’s logo in emails.
[[team:button-color]] – A HEX color value based on the team’s theme colours.

Recipients:
These are auto populated from the selected contact in the To field. If no contact was selected, these will fill in blank.

[[recipient:name]] – The selected contact’s full name.
[[recipient:firstName]] – The selected contact’s first name.
[[recipient:lastName]] – The selected contact’s last name.

Clients:
These tags will be populated when a client is available at the time of sending an email, Either the email is being sent in regards to a client directly or from the client assigned to the entity, i.e a project.

[[client:id]] – The client’s id.
[[client:name]] – The client’s full name formatted based on the teams settings.
[[client:clientFirstGivenName]] – The client’s first given name.
[[client:clientOtherGivenNames]] – The client’s other given names.
[[client:clientFamilyName]] – The client’s family name.

Invoices:
These merge tags are used when sending emails related to an invoice.

[[invoice:number]] – The invoice number.
[[invoice:id]] – The invoice ID.
[[invoice:title]] – The title of the invoice.
[[invoice:reference]] – The invoice reference number.
[[invoice:url]] – An external link to view the invoice.

Forms:
These merge tags are used to add buttons and links to a document that can be downloaded, This document can either be automatically assigned to the email or selected when sending an email.

[[form:name]] – The name of the document.
[[form:url]] – The download url of the document, usually this takes you to a public CRM page to download the document.

Short URLS:
This is currently only being used for Attendance but will be used for other external areas of the CRM in the future.

[[shorturl]] – URL value.
[[shorturl:expiry]] – A human readable version of the expiry date.
[[shorturl:exclamation]] – This is an exclamation of the expiry: “This link will expire on XXXX”.

Was this article helpful?

Related Articles