Substitution Variables
Introduction
Just as the word substitution suggests, substitution variables are the keywords that are used temporarily only to be replaced later on. For making it easy to understand, these keywords are used in the email templates or in configuration texts as examples. These act as the texts, which would be personalized automatically when an email is sent. However, please note that these variables are only a subject to be replaced if there is corresponding data in the object. There are two types of substitution variables that you can put into work in Tactic. 1. Available substitution variables 2. Custom substitution variables Both of the variable types are explained below,
Available substitution variables
You can find a set of available substitution variables in Tactic and the list of available variables are provided below.
Tactic User
Variable | Displayed value | Note |
---|---|---|
__USER_SIGNATURE__ | My beautiful signature | Signature of the user |
_USER_SIGNATURE__ | My beautiful signature | Signature of the user |
__USER_ID__ | 1 | ID of the user |
__USER_LOGIN__ | tactic01 | Login of the user |
__USER_LASTNAME__ | Admin | Last name of the user |
__USER_FIRSTNAME__ | Super | First name of the user |
__USER_FULLNAME__ | Super Admin | Full name of the user |
__USER_SUPERVISOR_ID__ |
1 | Supervisor ID of the user |
__USER_REMOTE_IP__ | 123.456.789.101 | Remote IP of the user |