I have a landing page where people can register to book an appointment with us at a specific event. The form contains the preferred timeslot, for that I would like to know how can I send a personalized (registration confirmation) email with the timeslot that was chosen by the lead ? Does that work through tokens?
Thanks!
Solved! Go to Solution.
Well, if you’re capturing a person’s preferred time slot in a person field on the form, then you can just include the corresponding field token in the email to populate the time slot value in the field. {{lead.<preferred time slot field>}}.
Add a token to the email by using the Insert Token option in the email editor. Check out the tokens overview product documentation on the experience league.
Also, please be advised that tokens pull the value from the person record in the database, and not directly from the form post/submit. So, in a case where the field is updated between the filled out form activity and the Send Email flow step is run, Marketo will pull the updated value the person record has in the field, and not the one that was posted during the form submit. To prevent fields from getting updated from the un-wanted sources, For each field, Marketo allows users to block field updates from input sources.
Well, if you’re capturing a person’s preferred time slot in a person field on the form, then you can just include the corresponding field token in the email to populate the time slot value in the field. {{lead.<preferred time slot field>}}.
Add a token to the email by using the Insert Token option in the email editor. Check out the tokens overview product documentation on the experience league.
Also, please be advised that tokens pull the value from the person record in the database, and not directly from the form post/submit. So, in a case where the field is updated between the filled out form activity and the Send Email flow step is run, Marketo will pull the updated value the person record has in the field, and not the one that was posted during the form submit. To prevent fields from getting updated from the un-wanted sources, For each field, Marketo allows users to block field updates from input sources.