how is the way to put a username as a variable for a custom template as a subscription? | Community
Skip to main content
October 17, 2018
Question

how is the way to put a username as a variable for a custom template as a subscription?

  • October 17, 2018
  • 1 reply
  • 1104 views

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.

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

1 reply

SanfordWhiteman
Level 10
October 17, 2018

Have you read about tokens (specifically {{lead.tokens}}) in the docs?

October 17, 2018

No, that's my question because I don't know the name for do that. Thank you. I'll check.