SOLVED

{lead.FirstName:default} not populating when sending test email

Go to solution
Anonymous
Not applicable

{lead.FirstName:default} not populating when sending test email

I'm trying to send a sample email and the lead name is not populating in the test. Do I need to turn on a specific field for this to show up. Or does it not show up in the test emails at all? We want to be sure the names are populating before we send off the emails.

In our email it shows:

Hi {{lead.FirstName:default=edit me}},

When the email is sent it only shows this:

Hi  ,

Thanks for your answers in advance!

1 ACCEPTED SOLUTION

Accepted Solutions
Gerard_Donnell4
Level 10

Re: {lead.FirstName:default} not populating when sending test email

Hi Elle Turner​,

Preview your email and then you will see a drop down.  Select lead from the drop down and then you can type in the leads address that you want to preview the email as.  You can also send a sample from there as the lead as well. When you add the leads address the tokens should populate with their information.  Check out the screen shots below, the first one says Hi "there", which is the default and the second adds in the name instead.

Screen Shot 2017-12-04 at 21.45.58.png

Screen Shot 2017-12-04 at 21.46.50.png

View solution in original post

8 REPLIES 8
SanfordWhiteman
Level 10 - Community Moderator

Re: {lead.FirstName:default} not populating when sending test email

The token is {{lead.First Name}} (with space).

But you shouldn't release emails to production based on samples alone. Always make sure to send a real email to a test address.

Anonymous
Not applicable

Re: {lead.FirstName:default} not populating when sending test email

Hi Sanford,

Thank you for responding to my question. I'm aware that this is the lead name but when I add it to Marketo it automatically populates as what I had shown above.

Also, where is the option to send to a test address, as I only see send sample test as an option in the fields.

Thanks so much!

SanfordWhiteman
Level 10 - Community Moderator

Re: {lead.FirstName:default} not populating when sending test email

I'm aware that this is the lead name but when I add it to Marketo it automatically populates as what I had shown above.

Certainly doesn't for me....

pastedImage_1.png

To send to a test address, set up a list with your test leads. Then right-click Marketing → Send E-Mail.

Anton_Belo1
Level 2

Re: {lead.FirstName:default} not populating when sending test email

Also, where is the option to send to a test address, as I only see send sample test as an option in the fields.

Create a user using your personal email. In my database, I have 2-3 that I rotate on.

Gerard_Donnell4
Level 10

Re: {lead.FirstName:default} not populating when sending test email

Hi Elle Turner​,

Preview your email and then you will see a drop down.  Select lead from the drop down and then you can type in the leads address that you want to preview the email as.  You can also send a sample from there as the lead as well. When you add the leads address the tokens should populate with their information.  Check out the screen shots below, the first one says Hi "there", which is the default and the second adds in the name instead.

Screen Shot 2017-12-04 at 21.45.58.png

Screen Shot 2017-12-04 at 21.46.50.png

Grant_Booth
Level 10

Re: {lead.FirstName:default} not populating when sending test email

Does your instance have a custom field "FirstName" which is a duplicate of the standard field "First Name", which perhaps synced into Marketo from your CRM? Either your token is malformed (should be "First Name") or it's the wrong field and the value is empty.

Grant_Booth
Level 10

Re: {lead.FirstName:default} not populating when sending test email

Or - alternatively - the lead doesn't have a first name. I recommended giving an actual default instead of leaving it as "edit me". For example:

{{lead.First Name:default=there}}

So if the value is empty it will say "Hi there," instead of "Hi ,"

Anonymous
Not applicable

Re: {lead.FirstName:default} not populating when sending test email

Hi Grant,

Thank you for responding to my post. I will definitely keep this in mind in the future. Its a great suggestion.

Many thanks!