This is an old revision of the document!


Template markup

Sentori's template markup provides you with markers for the layout of your template and for placeholders where system functionality will be merged in (such as unsubscribe links).

Layout markup

Name Openening Syntax Closing Syntax Properties
Section <--SectionStart--> <--SectionFinish--> MaxWidth
Block <--BlockStart--> <--BlockFinish--> Width, LibraryOnly (true/false)
Slot <--SlotStart--> <--SlotFinish--> SlotType (TextOnly, ImageOnly), MaxWidth, MaxHeight

System mergefields

Mergefield Description
{{UnsubscribeAll}} Merges in the “Unsubscribe All” System Link that unsubscribes a Contact from all the Mailing Lists they were subscribed to and adds their Email Address to the Suppression List. The mergefield should be placed inside the href property of a hyperlink.
{{UnsubscribeThis}} Merges in the “Unsubscribe This” System Link that unsubscribes a Contact from the Mailing List an Email containing the link is sent to. If this link appears in a Triggered Email, or in a Live Send of a BroadcastEmail to the “Everyone” MailingList, it will function the same as the “Unsubscribe All” System Link. The mergefield should be placed inside the href property of a hyperlink.
{{ViewInBrowser}} When clicked, this link will take the clicker to the online version of your email. This is handy to place at the top of your email to help avoid any layout/rendering issues. The mergefield should be placed inside the href property of a hyperlink.
{{EmailSendDate}} Merges the date the email was sent as text in the following format: Wednesday 20th June 2014
{{TweetEmail}} If logged in, the recipient will be taken to a new Tweet window with the text of the Tweet constructed from the subject line of the email and a link to the online version of the email. If the recipient is not logged in, they will be taken to the Twitter login screen first. The mergefield should be placed inside the href property of a hyperlink.
{{FacebookLikeEmail}} If logged in, the recipient will be taken to a new Facebook post window. The new post will be constructed from the subject line and a link to the online version of the email. If the recipient is not logged in, they will be taken to the Facebook login screen first. The mergefield should be placed inside the href property of a hyperlink.
{{LinkedInShareEmail}} If logged in, the recipient will be able to post the subject line and link to the online version of your email either to their own timeline or to a Group that they are a member of. If they are not logged in, they will be taken to the LinkedIn login screen first. The mergefield should be placed inside the href property of a hyperlink.
{{GooglePlusOneEmail}} If logged in, the recipient will be able to post the subject line and link to the onine version of your email to their timeline. If they are not logged in, they will be taken to the Google+ login screen first. The mergefield should be placed inside the href property of a hyperlink.