You can add your own custom header (banner) and footer (privacy/unsubscribe options) to the calendar and event email that is sent from your Trumba calendar. For example, you can create a banner that matches your other business email or printed letterhead, or replace the default Trumba privacy/unsubscribe statement in the footer with your own.
In the header and footer, you can use the HTML editor or your own source code to format text, add hyperlinks, insert images and lists, and more.
These steps assume that you've already published the calendar for which you want to customize calendar and/or event emails. For more information, go to Publish calendars.
Note In the Calendar Email section, you can switch email views by clicking Switch Calendar Email Views at the bottom. Click Preview to see the layout for each. Calendar Email - Classic lays out event information in a table; Calendar Email - List lays out all event information top-to-bottom, in a list (which can be a good choice for mobile display).
Note With Calendar Email - List, the footer settings are on a separate tab, Email Footer.
You can either:
or
If you're using your own source code, you must click the Source button, as shown in the image below.
In the example below, the Email header field contains an image added using the HTML editor Insert Image button, and the Email footer field contains custom HTML source code.
To use the default Trumba privacy and opt-out information in the footer, shown below, leave the Email footer section empty.
Important: If you add anything to the Email footer section, thus replacing the default privacy/unsubscribe options in the footer, you must include a variable for the Trumba Connect opt-out link.
You can also preview your settings by saving them and then clicking Preview at the bottom left of the view section.
For more information, go to Tips for adding custom HTML code for email headers and footers.
In the Email header and Email footer sections of an email view, you can use variables to personalize the content for each recipient, add a link to the Trumba Connect opt-out or email abuse page, and include custom event field names.
When Trumba Connect sends the email, it replaces each variable in the header or footer with the appropriate content. For example, you can use a variable that inserts the recipient's name or email address.
Where indicated, some variables are available only for a specific type of email (event or calendar).
Important The {EmailOptOutUrl} variable is required in the Email footer section if you add your own custom content.
Enters the URL of the page on Trumba Connect where recipients can unsubscribe from messages that are sent from your Trumba calendar (including reminders and other event email). We recommend that you use this variable as the destination of a hyperlink, for which you can create your own link text.
Example
<p>To unsubscribe, <a href="{EmailOptOutUrl}" target="_blank">click here</a>.</p>
Available only for event email. Displays the value of a custom field that you specify.
In the example below, assuming you have the custom field "Age Restrictions" set up with a value of "All Ages" for the event, the recipient sees "This event is for All Ages."
Example: This event is for {custom:Age Restrictions}.
Displays your name as you define it in your Trumba account settings.
Inserts the recipient's name as it appears in your email distribution list, or as the recipient enters it in the Your name field of an event action form.
Enters the recipient's email address.
Example: You are currently subscribed as {RecipientEmail}.
Enters the URL of the home page on the Trumba Corporation website.
<p>No longer want to receive these messages? <a href="{EmailOptOutUrl}" target="_blank">Unsubscribe.</a></p>
Tip If you use the variable as the destination of a link, include the target="_blank"
property in your a tag to increase the chances that the destination page opens properly from a variety of email clients and services.