· 2 min read

How To - Personal Event Calendar

Email the Sessions Registered in Customer Insights - Journeys

Email the Sessions Registered in Customer Insights - Journeys

When organizing events with multiple sessions, you want to ensure that registrants can create their own agendas. I have already written a post on how to set up the event, but now I will look into communicating to registrants about their agendas. You can also check out the video at the bottom of this page.

So, we know how to set up a reminder journey for registrants; now let’s take a look at how to add a personal agenda to these emails, so you can increase engagement and lower your no-show rate.

Step 0 - Prepare Your Email Content

Set up your confirmation and reminder messages as usual. These can be emails, text messages, or push notifications.

Step 1 - Let’s Create a List

In the email, go to personalize and add a new list.

Add a list in the personalize menu of the meail

Set the list entity to session registrations from the event registration entity.

Select the session registration entity from the event registration entity

We want to sort them by start time of the session, so the sessions are in chronological order. However, we can only select fields from the session registration entity, which does not include the session start time. So, there are two solutions to this problem:

  1. Create a field start time on the session registration entity and fill this with a Cloud Flow
  2. There already is a N:N relation between sessions and event registrations, so use a Cloud Flow to create records based on the registered sessions

In both scenarios we use a different setup of the list, as you can see in the example below.

Set up the list personalization based on session registrations or sessions

StepSession RegistrationsSessions
List entitySession registrations from event registration entitySessions from event registration entity
Order bySession start time (name of the field you created)Start time
ColumnsUse the advanced options to select the fields from the session entitySelect the needed fields from the session entity

Step 2 - Paste the Code

After you’ve created the list, you can copy the code and paste it in your email. You can adjust the order of the fields and add extra text to provide a good reading sentence.

The list code copied into the email

Results

This is what the email looks like:

Final email

How to Video

Back to Blog