Replacement Tags list
Contents
Commonly named "Merge tags", these tags are available from the drop down menu of content or message creation page. Also you may simply cut & paste them wherever you want in your message or in your transactional template.
A merge tags cheat Sheet html email is also available at the bottom of the page, just use it as a message and send a test to see the result.
All Merge Tags available to use in a message :
Default Master List
- [dyn.email]
- [dyn.company]
- [dyn.firstname]
- [dyn.lastname]
- [dyn.phone]
- [dyn.title]
These tags reflect the associated list at the message creation, they may refer to other name depending of what fields were created.
Transactional
- [internal.remove_link]
- [internal.content_here]
- [publication.name]
- [internal.signup_link]
- [internal.contact_email]
- [internal.signup_form]
System
- [sys.year]
- [sys.month]
- [sys.day]
- [dyn.email]
- [reply_to_email]
Values available from user's profile
- [profile.from_email]
- [profile.user_firstname]
- [profile.user_lastname]
- [profile.user_email]
- [profile.user_title]
- [profile.user_company]
- [profile.user_address]
- [profile.user_city]
- [profile.user_province]
- [profile.user_country]
- [profile.user_postal_code]
- [profile.user_phone]
- [profile.user_fax]
- [profile.user_mobile]
- [profile.user_toll_free]
- [profile.user_website]
- [profile.photo_profile]
Social links
- [profile.user_twitter_url]
- [profile.user_linkedin_url]
- [profile.user_pinterest_url]
- [profile.user_instagram_url]
- [profile.user_googleplus_url]
- [profile.user_facebook_url]
- [profile.user_twitter_url]
Values available from Account
- [account.from_email]
- [account.from_name]
- [account.reply_to_email]
- [account.reply_to_name]
- [account.company]
- [account.contact_email]
- [account.address]
- [account.city]
- [account.province]
- [account.postal_code]
- [account.phone]
- [account.fax]
- [account.toll_free]
- [account.website]
- [account.privacy_policy_link]
- [account.term_of_use_link]
Sample email
Knowing that understanding this section may not be the easiest thing, the eFlyerMaker team created this ready to use boilerplate template.
Simply download it and cut/paste source code in the create message view : Replacement_tags_sample.html
Sample HTML Source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html>
3 <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head>
4 <body>
5 <!--HIDE <style> /* Column Drop Layout Pattern CSS */ @media only screen and (max-width: 450px) { td[class="column"] { display: block; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } } </style> HIDE-->
6 <!-- Email Content -->
7 <center>
8 <table align="center" border="0" cellpadding="0" cellspacing="0" style="background-color: #ffffff;">
9 <tbody>
10 <tr>
11 <td width="640" style="width: 640px; vertical-align: top; background-color: #ffffff;">
12 <table border="1" cellspacing="0" style="width: 100%;">
13 <tbody>
14 <tr>
15 <td colspan="2"><b>Default Master List</b></td>
16 </tr>
17 <tr>
18 <td style="width: 250px;">dyn.email</td><td>[dyn.email]</td>
19 </tr>
20 <tr>
21 <td>dyn.company</td><td>[dyn.company]</td>
22 </tr>
23 <tr>
24 <td>dyn.firstname</td><td>[dyn.firstname]</td>
25 </tr>
26 <tr>
27 <td>dyn.lastname</td><td>[dyn.lastname]</td>
28 </tr>
29 <tr>
30 <td>dyn.phone</td><td>[dyn.phone]</td>
31 </tr>
32 <tr>
33 <td>dyn.title</td><td>[dyn.title]</td>
34 </tr>
35 </tbody>
36 </table>
37 <br />
38 <table width="100%" height="150" border="1" cellspacing="0">
39 <tbody>
40 <tr>
41 <td colspan="2"><b>Transactional</b></td>
42 </tr>
43 <tr>
44 <td style="width: 250px;">internal.remove_link</td><td><a href="[internal.remove_link]">internal.remove_link</a></td>
45 </tr>
46 <tr>
47 <td style="width: 50px;">internal.content_here</td><td>[internal.content_here]</td>
48 </tr>
49 <tr>
50 <td>publication.name</td><td>[publication.name]</td>
51 </tr>
52 <tr>
53 <td>internal.signup_link</td><td><a href="[internal.signup_link]">internal.signup_link</a></td>
54 </tr>
55 <tr>
56 <td>internal.contact_email</td><td>[internal.contact_email]</td>
57 </tr>
58 <tr>
59 <td>internal.signup_form</td><td>[internal.signup_form]</td>
60 </tr>
61 </tbody>
62 </table>
63 <br />
64 <table border="1" cellspacing="0" style="width: 100%;">
65 <tbody>
66 <tr>
67 <td colspan="2"><b>System</b></td>
68 </tr>
69 <tr>
70 <td style="width: 250px;">sys.year</td><td>[sys.year]</td>
71 </tr>
72 <tr>
73 <td>sys.month</td><td>[sys.month]</td>
74 </tr>
75 <tr>
76 <td>sys.day</td><td>[sys.day]</td>
77 </tr>
78 <tr>
79 <td>dyn.email</td><td>[dyn.email]</td>
80 </tr>
81 </tbody>
82 </table>
83 <br />
84 <table border="1" cellspacing="0" style="width: 100%;">
85 <tbody>
86 <tr>
87 <td colspan="2"><b>Values available from user's profile</b></td>
88 </tr>
89 <tr>
90 <td style="width: 250px;">profile.from_email</td><td>[profile.from_email]</td>
91 </tr>
92 <tr>
93 <td>profile.user_firstname</td><td>[profile.user_firstname]</td>
94 </tr>
95 <tr>
96 <td>profile.user_lastname</td><td>[profile.user_lastname]</td>
97 </tr>
98 <tr>
99 <td>profile.user_email</td><td>[profile.user_email]</td>
100 </tr>
101 <tr>
102 <td>profile.user_title</td><td>[profile.user_title]</td>
103 </tr>
104 <tr>
105 <td>profile.user_company</td><td>[profile.user_company]</td>
106 </tr>
107 <tr>
108 <td>profile.user_address</td><td>[profile.user_address]</td>
109 </tr>
110 <tr>
111 <td>profile.user_city</td><td>[profile.user_city]</td>
112 </tr>
113 <tr>
114 <td>profile.user_province</td><td>[profile.user_province]</td>
115 </tr>
116 <tr>
117 <td>profile.user_country</td><td>[profile.user_country]</td>
118 </tr>
119 <tr>
120 <td>profile.user_postal_code</td><td>[profile.user_postal_code]</td>
121 </tr>
122 <tr>
123 <td>profile.user_phone</td><td>[profile.user_phone]</td>
124 </tr>
125 <tr>
126 <td>profile.user_fax</td><td>[profile.user_fax]</td>
127 </tr>
128 <tr>
129 <td>profile.user_mobile</td><td>[profile.user_mobile]</td>
130 </tr>
131 <tr>
132 <td>profile.user_toll_free</td><td>[profile.user_toll_free]</td>
133 </tr>
134 <tr>
135 <td>profile.user_website</td><td><a href="[profile.user_website]">profile.user_website</a></td>
136 </tr>
137 <tr>
138 <td>profile.photo_profile</td><td><img src="[profile.photo_profile]" width="200" /></td>
139 </tr>
140 </tbody>
141 </table>
142 <br />
143 <table border="1" cellspacing="0" style="width: 100%;">
144 <tbody>
145 <tr>
146 <td colspan="2"><b>Social links</b></td>
147 </tr>
148 <tr>
149 <td style="width: 250px;">profile.user_twitter_url</td><td><a href="[profile.user_twitter_url]">user_twitter_url</a></td>
150 </tr>
151 <tr>
152 <td>profile.user_linkedin_url</td><td><a href="[profile.user_linkedin_url]">user_linkedin_url</a></td>
153 </tr>
154 <tr>
155 <td>profile.user_pinterest_url</td><td><a href="[profile.user_pinterest_url]">user_pinterest_url</a></td>
156 </tr>
157 <tr>
158 <td>profile.user_instagram_url</td><td><a href="[profile.user_instagram_url]">user_instagram_url</a></td>
159 </tr>
160 <tr>
161 <td>profile.user_googleplus_url</td><td><a href="[profile.user_googleplus_url]">user_googleplus_url</a></td>
162 </tr>
163 <tr>
164 <td>profile.user_facebook_url</td><td><a href="[profile.user_facebook_url]">user_facebook_url</a></td>
165 </tr>
166 <tr>
167 <td>profile.user_twitter_url</td><td><a href="[profile.user_twitter_url]">user_twitter_url</a></td>
168 </tr>
169 </tbody>
170 </table>
171 <br />
172 <br />
173 <table border="1" cellspacing="0" style="width: 100%;">
174 <tbody>
175 <tr>
176 <td colspan="2"><b>Values available from Account</b></td>
177 </tr>
178 <tr>
179 <td>account.from_email</td><td>[account.from_email]</td>
180 </tr>
181 <tr>
182 <td style="width: 250px;">account.from_name</td><td>[account.from_name]</td>
183 </tr>
184 <tr>
185 <td>account.reply_to_email</td><td>[account.reply_to_email]</td>
186 </tr>
187 <tr>
188 <td>account.reply_to_name</td><td>[account.reply_to_name]</td>
189 </tr>
190 <tr>
191 <td>account.company</td><td>[account.company]</td>
192 </tr>
193 <tr>
194 <td>account.contact_email</td><td>[account.contact_email]</td>
195 </tr>
196 <tr>
197 <td>account.address</td><td>[account.address]</td>
198 </tr>
199 <tr>
200 <td>account.city</td><td>[account.city]</td>
201 </tr>
202 <tr>
203 <td>account.province</td><td>[account.province]</td>
204 </tr>
205 <tr>
206 <td>account.postal_code</td><td>[account.postal_code]</td>
207 </tr>
208 <tr>
209 <td>account.phone</td><td>[account.phone]</td>
210 </tr>
211 <tr>
212 <td>account.fax</td><td>[account.fax]</td>
213 </tr>
214 <tr>
215 <td>account.toll_free</td><td>[account.toll_free]</td>
216 </tr>
217 <tr>
218 <td>account.website</td><td><a href="[account.website]">account.website</a></td>
219 </tr>
220 <tr>
221 <td>account.privacy_policy_link</td><td><a href="[account.privacy_policy_link]">account.privacy_policy_link</a></td>
222 </tr>
223 <tr>
224 <td>account.term_of_use_link</td><td><a href="[account.term_of_use_link]">account.term_of_use_link</a></td>
225 </tr>
226 </tbody>
227 </table>
228 </td>
229 </tr>
230 </tbody>
231 </table>
232 </center>
233 <center>
234 <table align="center" border="0" cellpadding="0" cellspacing="0" style="background-color: #ffffff;">
235 <tbody>
236 <tr>
237 <td align="center" width="640" style="width: 640px; vertical-align: top; background-color: #ffffff;"><font face="arial,helvetica,sans-serif" size="2"><span class="mce-snippets">[snippets.bundle_of_legal_requirements]</span></font></td>
238 </tr>
239 </tbody>
240 </table>
241 <!-- /End Email Content -->
242 </center>
243 </body>
244 </html>