Putting salesforce field data in email | Community
Skip to main content
October 22, 2014
Question

Putting salesforce field data in email

  • October 22, 2014
  • 1 reply
  • 742 views
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!
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

October 22, 2014
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