Regular Expressions

The service supports regular expressions with the Mustache syntax. These expressions will be automatically replaced with the corresponding values.

You can find the following regular expressions in email templates and on websites:

Remember that regular expressions are case-sensitive!

Regular expressionDescription
{{ group.id }}Group ID
{{ group.name }}Group name
{{ user.id }}Employee ID
{{ user.firstName }}Employee name
{{ user.lastName }}Employee LastName
{{ user.middleName }}Employee's middle name
{{ user.email }}Employee Email
{{ campaign.id }}Campaign ID
{{ campaign.name }}Campaign name
{{ tracker.url }}Tracking point URL

Example usage: Hello, {{ user.firstName }}

You can also define any other variables in the campaign settings.