{{member.webinar.url}} not working in emails. Post On24 2023 Updates | Community
Skip to main content
New Participant
January 4, 2023
Solved

{{member.webinar.url}} not working in emails. Post On24 2023 Updates

  • January 4, 2023
  • 1 reply
  • 1877 views

Hey y'all, 

 

On24 just recently sunset their Marketo to On24 Event Partner Integration at the end of 2022. Per their directions we have set up our new On24API and proved it worked successfully, but  I just noticed that our {{member.webinar.url}} token is no longer functioning in our confirmation or reminder emails. Is anyone else having this issue, or any problems similar to this? 

 

Thanks,

Best answer by Darshil_Shah1

That is the expected behavior with the new integration as Marketo program and event in the platform are not tied, rather we have a CO storing and managing the webinar attendees/registration/etc.  Instead of using the {{member.webinar url}} token, you need to create a combination of the tokens. You will need to create a token for the event ID e.g. {{my.eventid}} and the event key e.g. {{my.key}} which you can get from the “Audience” link in the ON24 platform. 

 

Once you have created the tokens, you would need to use them to “build” a join link as follows :

 

event.on24.com/wcc/r/{{my.eventid}}/{{my.key}}?mode=login&email={{lead.email address}}

 

You would need to use the above tokenized link instead of the {{member.webinar URL}} in your emails.

 

You should refer to this blog post discussing the new On24 integration and related nuances in detail. 

Hope this helps.

1 reply

Darshil_Shah1
Darshil_Shah1Accepted solution
Community Manager
January 4, 2023

That is the expected behavior with the new integration as Marketo program and event in the platform are not tied, rather we have a CO storing and managing the webinar attendees/registration/etc.  Instead of using the {{member.webinar url}} token, you need to create a combination of the tokens. You will need to create a token for the event ID e.g. {{my.eventid}} and the event key e.g. {{my.key}} which you can get from the “Audience” link in the ON24 platform. 

 

Once you have created the tokens, you would need to use them to “build” a join link as follows :

 

event.on24.com/wcc/r/{{my.eventid}}/{{my.key}}?mode=login&email={{lead.email address}}

 

You would need to use the above tokenized link instead of the {{member.webinar URL}} in your emails.

 

You should refer to this blog post discussing the new On24 integration and related nuances in detail. 

Hope this helps.

New Participant
January 4, 2023

Thank you @darshil_shah1!

 

I had an errie feeling that might happen, and thank you for the tip for building our own new "member webinar url" token. 

 

We will test this out and see if it works! 

Darshil_Shah1
Community Manager
January 5, 2023

Sure, you're very welcome! 🙂