Customizing Automated Emails to Attendees

  • Updated

6.2.jpg

There are two ways to customize emails, you can either build a custom email directly in Hopin or import custom email text and graphics from an external provider into Hopin.

Start by going into your Event Dashboard > Marketing > Customize Emails.

Screen_Shot_2023-01-19_at_11.42.16_AM.png

Note: The last two emails ("Early Access" and "Post event invitation") will only appear once you have enabled these features in your Event Dashboard > Setup > Basics page.

Once there, hover over the email you would like to work on and you will see some icons appear on the right hand side. Click on the pencil icon to begin editing the email, and follow the steps below accordingly.

Screen_Shot_2023-01-19_at_11.44.44_AM.png

Screen_Shot_2023-01-19_at_11.46.19_AM.png

Option 1: Customize Emails in Hopin using Plain Text

1. Below is a sample email body text to copy/paste into the Hopin email you'd like to edit. You can edit the text as you prefer. Note the tags between brackets {{...}}, they can also be added or removed accordingly. More on tags below. 

Hi {{user.first_name}},

We're looking forward to you joining us tomorrow for our event.
Here is your link {{extra.redeem_link}} to access the event {{event.link}}.
The event will begin at 11am, and we recommend you join 5 minutes before the start time to fill out your profile and have the opportunity to familiarize yourself with the schedule.
The first session will begin on the stage, you will see the label 'LIVE' appear next to the stage icon on the left side bar - click to join.
If you have any questions please contact us at organizer@email.com.

See you soon,
Organizer

2. Below is the list of supported Liquid Template tags you can use in a Hopin email. Use them as you see fit by inserting them in the preferred part of the email body text. You only require the part between brackets {{...}}, brackets included. 

  • {{event.name}} - Event registration page
  • {{event.link}} - The name of the link
  • {{event.calendar_link}} - The name of the calendar_link
  • {{registration.price}} - The price of the registration
  • {{user.name}} - The full name of the user
  • {{user.first_name}} - The first name of the user
  • {{user.last_name}} - The last name of the user
  • {{event.sponsors}} - See liquid documentation on how to iterate (sponsors properties are: website, name, logo - a link to the logo)
  • {{ticket.label}} - The label of the ticket to which the user is registered to
  • {{extra.redeem_link}} - A link for the magic link invitation (only in Magic Links emails)
  • {{extra.delete_link}} - A link to destroy the data
  • {{order.summary}} - The order summary table (only in Order Confirmation email)
  • {{order.join_event_button}} - An order-based link to join the event (only in Order Confirmation email)

3. Below is how to upload an image to a Hopin email

You can either use a third-party email builder like MailChimp for this or do it directly on Hopin. To do this on Hopin:

  • Customize your email and move the mouse cursor to where you’d like to upload the image in the body of your email.
  • Click on the Image button.image1.png
  • Click on Browse Server.
    image2.png
  • Click Upload.
    image3.png
  • Choose an image from your computer, upload it, then click on the image you just uploaded, in our example 'Picture.png'.
    image4.png
  • Then click OK at the bottom right and the image will be inserted in the email.image5.png

4. To save your customized email

  • Click the blue Update & Preview button at the bottom of your screen
    image6.png
  • Send a preview email. Note that you can select yourself or another registered Organizer of the event, but you will still receive the preview email, it will just be displayed as it would be to the person you've selected.

Screen_Shot_2023-01-19_at_11.34.22_AM.png

  • If you want to edit the email further, click the yellow Back to editing button. If you're satisfied with your email preview, click the blue Save Template button
    image7.png
Note: You must click Save Template to save your email, otherwise attendees will receive Hopin's default email.
To verify your customized email has been saved correctly, revisit the Customize Emails tab in your event dashboard and find the email you edited. If the Status says Enabled - Custom email, then you're all set! If the email status is Enabled - Unsaved Changes, you'll need to Update & Preview and Save Template (as per the 2 steps above).

Also note that Preview emails sent for magic link invitations won't be clickable they are merely an Email preview with no functionality included.

Customize_emails_3.png

 

Option 2: Import HTML Code from External Email Service Provider

Build your custom email in another email service provider, like MailChimp. Then, import your email campaign HTML code into Hopin.

1. Build your email "campaign" in MailChimp

  • Add your event details and images into your campaign.
  • Change footer background colour from grey to white.
  • Do not include any Preview text when building your campaign.
  • Insert placeholder hyperlinks in MailChimp that will later become unique Hopin hyperlinks. For example, if you create a button for Magic Links, enter a fake URL on MailChimp like https://INSERTLINKLATER.COM. Then, when editing the email in Hopin, insert the appropriate liquid template e.g.: {{extra.redeem_link}}

2. Publish your MailChimp campaign

  • In other words, send yourself the email you created.
  • Re-open the campaign; copy the HTML code.

3. Remove preview text code

  • In Hopin, open the email you’d like to customize. Click the Source button. Paste in the HTML code you copied from MailChimp.
  • On your keyboard, press Control and F, then type in MC_PREVIEW.
  • Highlight the below code, then press Delete.
    <!--*|IF:MC_PREVIEW_TEXT|*-->
    <!--[if !gte mso 9]><!----><span class="mcnPreviewText"
    style="display:none; font-size:0px; line-height:0px; max-height:0px; max-width:0px;
    opacity:0; overflow:hidden; visibility:hidden; mso-hide:all;">*|MC_PREVIEW_TEXT|*
    </span>
    <!--<![endif]-->
    <!--*|END:IF|*-->

4. Remove MailChimp footer

  • Click the Source button again (you should now see the contents of your email, not the HTML code). Scroll to the bottom of the email and delete the contents of the footer.

5. Replace placeholder hyperlinks with Hopin liquid template tags

  • Highlight text that you'd like to hyperlink as a Magic Link, attendee name, etc.

  • Click the link icon to edit the hyperlink.

    Screen_Shot_2020-05-04_at_5.51.20_PM.png

  • Delete the placeholder hyperlink you included in MailChimp.

  • Type in the liquid template tag you'd like to use. Change the Protocol to <other>.

  • Here is a list of supported tags you can use in a Hopin email: https://shopify.github.io/liquid/.

  • This is how your link input screen should look:

Screen_Shot_2020-05-04_at_5.53.31_PM.png

6. To save your customized email

  • Click the blue Update & Preview button at the bottom of your screen
    image9.png
  • Send a preview email. Note that you can select yourself or another registered Organizer of the event, but you will still receive the preview email, it will just be displayed as it would be to the person you've selected.

Screen_Shot_2023-01-19_at_11.34.22_AM.png

Note: You must click Save Template to save your email, otherwise attendees will receive Hopin's default email.
To verify your customized email has been saved correctly, revisit the Customize Emails tab in your event dashboard and find the email you edited. If the Status says Enabled - Custom email, then you're all set! If the email status is Enabled - Unsaved Changes, you'll need to Update & Preview and Save Template (as per the 2 steps above).

Also note that Preview emails sent for magic link invitations won't be clickable they are merely an Email preview with no functionality included.

Customize_emails_3.png

 

How to customize the 'Add to calendar' button

By double-clicking on the Add to Calendar button in any email preview, the link can be updated with another supported tag and the display text can also be changed accordingly. For example, you may want to use Join Event instead with the {{event.link}} tag. This may be especially useful in the one-hour and one-day reminders emails. To do this follow the simple steps below.

1. Open the email you'd like to modify by hovering over it and selecting Edit.

Screen_Shot_2023-01-19_at_11.46.19_AM.png

2. Double click on the Add to calendar button

AddtoCalendar1.png

3.  A pop-up window will open, change the Display Text and URL accordingly.
Screenshot_2021-05-13_at_10.46.26.png

4. Add Join Event under Display Text + {{event.link}} under URL and click OK.

Screenshot_2021-05-13_at_10.39.22.png

5. Below is what the button will look like, click the Update & Preview button to save the template.

Screenshot_2021-05-13_at_10.40.27.png

6. Send yourself or a team member a test email to make sure all works as expected.

 

How to change the color of the buttons

Changing the button colors may be a little more technical but it's OK, we will talk you through it!

1. First, choose the email you would like to edit. 

2. Next, in the email editing box, click Source in the top left hand corner. 

source.png

3. Search for the following code to change the background colour of the button. Replace the highlighted HEX code with your desired colour HEX code. 

Screenshot_2022-09-28_at_10.50.45__1_.png

If you want to change the hover colour, also, look for this code and do the same.

Screenshot_2022-09-28_at_10.51.26__1_.png

Note: If you are changing the color of the button within the "Order Confirmation" email, the code looks a little different and you will need to add in the code highlighted by a red box yourself. 

Screenshot_2022-09-28_at_17.49.27__1_.png

4. Click Update & Preview and get ready to send your emails!
update_a_preview.png


That's it! Your custom email is now ready to go!

 

 

Was this article helpful?