Placing email address into CTA of webinar invite to send person to non-Marketo LP
Hi,
Similar question as inserting the lead.Id in the CTA url.
I would like to insert the email address of the lead however I have tried 2 ways; and cannot seem to get the email address to show in the URL once the CTA is clicked.
I have tried creating an Email Script token, then selecting Email Address under Person>Standard Objects. Upon selection, it generates ${lead.Email} within the token. I tried placing the token into my CTA url however it did not work.
I tried removing the token and inserting the following:
${lead.Email}
{{lead.Email}}
{lead.Email}
into the url - all following my non-Marketo LP. (using bbc as example) - bbc.com/${lead.Email} however here I lose the email address in the url. {{lead.Email}} returns an error saying it doesn't exist. While bbc.com/{lead.Email} returns the following URL:
bbc.co.uk/%7Blead.Email%7D?mkt_tok=e
I am trying to follow the logic of bbc.com/{{lead.Id}} (which worked) however cannot seem to get the email address.
thank you


