Hi,
I'm having one of those "I refuse to believe this isn't something they've thought of" moments!
We host a number of events and use a default registration form for all of them. We then want to fire a default Customer Journey that goes:
- Immediately send registration confirmation email
- 3 days before event send a reminder email
- 1 hour before event, send another reminder
The challenge seems to be two-fold:
- Firstly, I seem to have to create a separate segment and journey for each event
- I don't seem to be able to pass attributes of the event into the email
So I would like to create a segment of "When someone registers for any event, even if they've already registered for other events" and have that pass into the Customer Journey.
Secondly, we want to dynamically pull some information from the Event record for the email content - For example, "Thank you for registering for {{event.event_name}}", and most importantly I need it to dynamically assemble the URL for a script that generates an ICS file:
calendar.our-domain.co.uk/ICS.aspx
None of this seems particularly revolutionary, so I have to conclude that I am missing it rather than it doesn't exist. Could anyone point me in the right direction?
Thanks