You can create email messages for your automated campaigns using the Campaign Message Editor or using an external HTML editor. You can create a new message while adding or modifying campaign activities in existing campaigns or in campaign templates.
- In the Campaigns page, select the Message Library icon from the toolbar.
- Click New.
- From the Format drop-down list, select the format of the email message.
- In the large text box, compose the email message.
Use the toolbar icons to apply formatting and insert hyperlinks, images, and merge fields in the message.
- Click Save.
- Specify the properties of the campaign message and click OK.
Example of Campaign using HTML
In this example, an email message will be sent to notify the recipients of a product discount. The message contains merge fields for tracking who has opened the email and who has visited landing pages. It also contains merge fields to let users manage their email preferences, unsubscribe from future emails of this type, or unsubscribe from all future emails.
<img src="[Campaign Opened Email Tracking URL]"> <p> Since 1995, this company has produced some of the finest products in the state.<br /> We invite you to try our new selection. For a limited time, we are offering a<br /> select discount to promote our new line for 2015.<br /> </p> For more information, please visit the following pages: <ul> <li><a href="[Campaign Redirect URL]">Landing Page</a></li> <li><a href="[Campaign Redirect URL1]">Landing Page 1</a></li> <li><a href="[Campaign Redirect URL2]">Landing Page 2</a></li> </ul> Use the following links to manage your email subscriptions: <ul> <li><a href="[Unsubscribe single email type URL]">Unsubscribe this type of email</a></li> <li><a href="[Unsubscribe all emails URL]">Unsubscribe all future emails</a></li> <li><a href="[Manage your email preference]">Manage your email preference</a></li> </ul>
To see how this works as an Email template, re-open your email message (in step 2, highlight the email message you just created and click Properties).
- In the Format drop-down, select HTML.
- Set the View to "<> HTML".
- Copy and paste the above text into the message body (aka. Large Text Box).
- Click Save.