How do I get an overview of all available template variables for Service and Mailing?
Updated on 9 Jun 2025How do I get an overview of all available template variables which I can to use in Service or Mailing?
You can use template variables to insert information from your SuperOffice CRM into the communication messages with customers. To get an overview of all available template variables in the Mailing module or Service please click on one of the links below:
Get a list of all available template variables you can use in reply templates in SuperOffice Service
- Click on Main menu (1), then Knowledge base (2) and Reply templates (3).

- Click on the New reply template button in the right-top corner to create a new reply template, please check this article to learn more about creating reply templates.

- To get a list of all template variables you can either type "%PARSER_TREE%" (2) in HTML text (1) tab or click on Template variables (3) and choose an item List of available template variables (4) and save template by clicking OK (5).


- Then when you use this reply template in request it will bring all available template variables, which can be used and values, which would have been filled in the template that used the template variable.


- To use template variables simply type them within parenthesis inside the reply template and the next time you'll use this template for the reply, the information in template variables will be filled in with the information from SuperOffice CRM.

Get a list of all available template variables you can use in message in SuperOffice Mailing
- Open a mailing message, which you can use for testing and in any text paragraph type in [[PARSER_TREE]] (1) and click on Send test (2). Include an e-mail address where you want to receive a test e-mail and click OK.


- Then check your email. You will find a message that contains all possible template variables you can use in mailing message. You can use data from fields on:
- Recipient's company
- Recipient's contact card
- Recipient's personalized e-marketing management links
- Some licence and maintenance information
- The user´s who is set to "Our Contact" on the recipient's company card.
ourContact.company.address
ourContact.company.url
ourContact.company.name
ourContact.direct
ourContact.cellphone
ourContact.salutation
ourContact.title
ourContact.lastname
ourContact.middlename
ourContact.firstname
ourContact.email
ourContact.name - The user´s who is set to "Our Sales Contact" on the recipient's company card
ourSalesContact.company.address
ourSalesContact.company.url
ourSalesContact.company.name
ourSalesContact.direct
ourSalesContact.cellphone
ourSalesContact.salutation
ourSalesContact.title
ourSalesContact.lastname
ourSalesContact.middlename
ourSalesContact.firstname
ourSalesContact.email
ourSalesContact.name
Note! With template variables you can also include User Defined field values in your Mailing message. To do this enter the Prog ID of the User Defined field as a variable in your Mailing message.


- Recipient's company
Note! You can also use functions that retrieve specific information. You can alter a date output by changing the variable format. Below are options, which you can use.
YY4 = year, 4 digits
YY2 = year, 2 digits
MM2 = month, 2 digits
MM1 = month, 1 or 2 digits
DD2 = day of month, 2 digits
DD1 = day of month, 1 or 2 digits
MONTH = Name of month. Array of names must be passed as 3rd argument.
WDAY = Name of weekday. Array of names, starting with sunday, as 4th argument.
More information about the meaning of the fields you can find in the SDK.
HH24: Hour of day, 2 digits, 24 hour format
H24: Hour of day, 1 or 2 digits, 24 hour format.
HH12: Hour of day, 2 digits, 12 hour format.
H12: Hour of day, 1 or 2 digits, 12 hour format
MI2: Minutes. 2 digits.
SS2: Seconds. 2 digits.
AMPM: AM/PM indicator, "am" or "pm"
More information
Docs: Reply template variables (Service)
In this article
Did you find this information useful?