Referencing "View as Web Page" in Velocity?
So, I'm looking for some way to retrieve the equivalent of %mkt_webview_url% in Velocity for dynamic scripting. Unfortunately, my educated guess is that the value is only generated once the final email HTML is rendered. Is there any way to get the value ahead of time?
Basically, I'm trying to avoid having to do some wonkiness like {{my.text1}} <a href="{{system.viewAsWebpageLink}}">{{my.text2}}</a> if at all possible.