Hi, I develop a custom template, but my template need show the name of the user, for example:
I want the name change for each user that receive the email. But the problem is... that I don't know how tell that to my template (in code). Is there any a block of code, variable or class for that?
Like:
Hi,{ $usernameFromList }
Or
Hi, <span class="somethingMarketo">$usernameFromList</span>
I hope you have made me understand.
Thank you.
Have you read about tokens (specifically {{lead.tokens}}) in the docs?
No, that's my question because I don't know the name for do that. Thank you. I'll check.