Personalized email with chosen timeslot | Community
Skip to main content
Level 2
September 12, 2023
Solved

Personalized email with chosen timeslot

  • September 12, 2023
  • 1 reply
  • 990 views

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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Darshil_Shah1

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.

1 reply

Darshil_Shah1
Community Advisor and Adobe Champion
Darshil_Shah1Community Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
September 12, 2023

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.