Campaign Email Templates

Email templates allow you to create custom designs for your email campaigns. Templates give the overall look of the email and make it easy to create a consistent series of emails.

Email Template Tags

View available Email Template Tags

Including other App Content

One thing that makes the Campaigns app unique is that you can easily include just about any content from other apps or other parts of your website into an email template.

For example, you can pull in recent posts from your blog or include the 5 most upcoming events from your calendar.

Campaign email templates use the same rendering engine that app Content Templates use. This means that you can use app API tags to pull in app content. You can also use Branch Code to add logic or to modify variables.

For example, you might want to verify that a person's first name is set before using it. Below is an example of how to do that:

{if #subscriber.firstName}
    Dear {#subscriber.firstName}
{/if}