Putting salesforce field data in email

Anonymous
Not applicable

Putting salesforce field data in email

I was curious if there was a way to get information from a field in a Marketo/Salesforce lead profile and print it out in an email. I am thinking a custom token, but wasn't sure if there was another way I am missing. Basically, we are using a checkbox form and sending the results to a custom field  in created in Salesforce on user submit. Our hope it to send out a recap email of all the choices the user made on that form as a flow step (when user fills out x form send email).

Is this possible?

Thanks!
Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: Putting salesforce field data in email

Hey Robert,
This is very possible. Tokens exist for every field in Marketo. The formats are as follows:
For lead fields: {{lead.[FIELD NAME]}}
For company fields: {{company.[FIELD NAME]}}

For example, the token for Email Address is {{lead.Email Address}}

Follow the above format and insert the name of the field you want to include in the email and it will work!

Will