If you go into Salesforce > Marketo Insights > Email you will notice that the email subject is hyperlinked to the Marketo asset preview.
Has anyone tried adding hyperlinks to Interesting Moments in a similar fashion?
So far I have attempted:
1. To hard code HTML as a test, which looks like this in Salesforce:
Web: Visit | [Some Text]: <a href="https://www.companyName.com/ProductPage" target="_blank">Product Page</a>
2. To add the code within Velocity Script to see if it would translate into a hyperlink within the IM but get a campaign failure.
Can velocity script tokens be used in flow of a campaign? Is there an alternative?
Velocity tokens can't be used in a flow step, but I doubt that would help. If the IM is just text, other than wrapping the URL in [[]] for convenience it won't be a "link" per se.