Recipient Name in E-mail | Community
Skip to main content
June 12, 2014
Question

Recipient Name in E-mail

  • June 12, 2014
  • 3 replies
  • 1604 views
Hey!

What do you type to have the name of the recipient appear in an e-mail?  For instance, if you are sending an e-mail to 500 people, how do you have each e-mail read: Dear Joe, Dear Bob, etc.?

Thanks!
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

June 12, 2014
You would insert tokens into your email.

Here's the article: https://community.marketo.com/MarketoArticle?id=kA050000000LBvaCAG

For first name - you would use {{lead.First Name:default=there}}

I set "default=there" because most of my emails start off with "Hello Name / there"
June 12, 2014
Hi Courtney,
use Tokens in the interface, or:
{{lead.First Name}}
or with a Default Value:
{{lead.First Name:default=Customer}}

Best regards

Steffen
June 12, 2014
Perfect!! Thanks so much for your replies; I appreciate them!

Courtney