Re: Is it possible to create a "contact us" link with Lead Owner token?

Anonymous
Not applicable

Is it possible to create a "contact us" link with Lead Owner token?

I am new to Marketo and learning as I go. I cannot figure out how to insert a Contact Us link that populates with the lead owner instead of it going to one particular person or web address. 
Tags (1)
4 REPLIES 4
Anonymous
Not applicable

Re: Is it possible to create a "contact us" link with Lead Owner token?

You would use the {{lead.lead owner email address}} token.
Anonymous
Not applicable

Re: Is it possible to create a "contact us" link with Lead Owner token?

Thank you for your reply!

I have tried that and it doesnt seem to work. Maybe i am skipping something. 
  • I highlight the text I want used as a link (in this case, Contact Us)
  • Click the link button
  • In the Link URL field, I insert the token (with default email address listed after default= ) 
    • {{lead.Lead Owner Email Address:default=}}
  • Then when I test, I receive Page Not Found. 
Anonymous
Not applicable

Re: Is it possible to create a "contact us" link with Lead Owner token?

Heather is this on a landing page or in an email?
Anonymous
Not applicable

Re: Is it possible to create a "contact us" link with Lead Owner token?

Heather, you have to add the following HTML code around the token to have an email created rather than try to go to a web page: <a href="mailto:{{lead.Lead Owner Email Address:default=}}">Contact Us</a>

If this is on a landing page and the visitor doesn't have a cookie, it will not be able to find the Lead Owner Email Address value and will use your default email address value.