Encode On24 {{member.webinar url}} token
Hey Community,
I'm working on integrating On24 into a 3rd party calendar tool (AddEvent) and I'm trying to pass the {{member.webinar url}} token through to AddEvents API using URL parameters so an end user can receive their personal webinar link via Add to Calendar button directly in the emails. Unfortunately, the {{member.webinar url}} that ON24 passes to marketo uses a bunch "&'s" in the URL which aren't properly encoded in the HTML emails which effectively breaks the URL when passing it to AddEvent. I checked with Marketo support and they can't make any changes on the encoding behavior for this token on the backend.
Does any have any tips for how to properly encode the token? Maybe email scripts?