Hi
I want to make a e-mail with a variable with refers to Location and Sessions.
As of right now the folowing variables worked perfectly to integrate:
- {{ contact.firstname }} - Contact Firstname
- {{contact.contact_msevtmgt_event_msevtmgt_originatingeventid.msevtmgt_name}} - Originating Event Name
- {{contact.contact_msevtmgt_event_msevtmgt_originatingeventid.msevtmgt_eventstartdate}} - Origininating Event Date
- {{contact.contact_msevtmgt_event_msevtmgt_originatingeventid.msevtmgt_attendeeurl}} - Originating Attendee URL
--
The mail looks like this:
Thank you Robin for your registration
Soon the event 'The digital workplace' will take place and we will gladly provide you with all the practical information.
Date: 2020-10-07 09:00
Did you choose to attend the event online or in the Experience Center? Then you will find the right information below.
Link to webinar: Click here (this works)
Locatie:
Sessions:
---
I am unable to find the right variable for 'location' and 'sessions' wich I refer to as Building.
- {{contact.contact_msevtmgt_event_msevtmgt_originatingeventid.msevtmgt_building}}
- When I integrate it it only showes a code
For sessions I used the variable 'Define Sessions'
- But it doesn't seem to show anything.
Is there any work around this?