Campaign Macros¶
EMAIL_TO¶
This macro is replaced with recipient email address.
Example:
<p> You receive this email on [[EMAIL_TO email]] address becasue....</p>
UNSUB_LINK¶
This macro is replaced with unsubscribe link.
Example:
<a href="[[UNSUB_LINK]]"> Click here to Unsubsribe</a>
PERMALINK¶
This macro is replaced with a permanent link where the campaign can be visualized if the mail client the email is broken.
Example:
<p>This message contains graphics. If you do not see the graphics, click <a href="[[PERMALINK]]">here</a> to view.
CUSTOM FIELDS¶
Customfields can be defined in a contactlist. When we upload a contactlist it can be defined custom fields. You can define custom_fields when upload a contactlist is cvs or tab deliminated format (copy pasted or uploaded)
Example:
email firstname lastname
email@domain.tld Firstname Lastname
email2@domain.tld Firstname2 Lastname2
after this we will have a custom field with name [[firstname]] and [[lastname]]
Example of usage:
<p>Hello [[FIRSTNAME]] [[LASTNAME]], You received this email to address [[EMAIL_TO]], because....</p>