Re: Add a personalized URL to multi-platform save the dates in emails?

Julia_Campbell
Level 1

Hi folks,

 

We're using Zoom for our webinars, and it's currently integrated with Marketo. We send out personalized Zoom links to those who register for webinars using the token {{member.webinar url}}. This allows Zoom to recognize which registrants actually attend the event and sync the right Attendees back to the system post event automatically.

 

The {{member.webinar url}} token works well for the native MKTO .ics save the date and in the body of emails. We're hoping to expand our save the date functionality to be more like what AddEvent offers (e.g. add the event easily and to Apple, Google, Office 365, Outlook, Outlook.com, and Yahoo calendars). Their solution is user friendly and something our marketers could use easily to put together save the date links for various platforms and add to their email builds. For example, here's what their standard setup looks like in the body of an email:

 

AddEventLinks.png

The challenge is that MKTO doesn't support nested tokens, and my test with AddEvent to allow personalized URL's in save the dates is failing. I've tried in the location and description areas for events. For example, my test for a Google Calendar save the date appeared as follows when I clicked the AddEvent link from my test email. This wasn't unexpected due to MKTO's token nesting issues, but I'm hoping to find a workaround:

 

AddEventTest.png

 

Is there a way to create save the dates for multiple platforms using a token to allow for personalized URL's to an event? Ideally with something user friendly (like AddEvent) that non-techie Marketers can use easily? If there's a way to do this with AddEvent, would love to know the workaround.

 

Thanks in advance for any insights!

12 REPLIES 12
Tyron_Pretorius
Level 9 - Champion

I now have this outlined in detail in the Zoom Marketo Integration: Calendar Links post on my blog: "This post will guide you through how to how to set up your Marketo registration confirmation email to include “Add to Calendar” links that contain the unique join URL for each registrant to your Zoom webinar."

Tyron Pretorius
Andrew_Cutting1
Level 2

Hey Tyron - this is super helpful. Wondering if you or anyone has tried leveraging these same member tokens to add participant IDs to dial-in numbers in confirmation emails, and if so what the best way to format that would be.

 

Looking at the formatting of their one-touch phone numbers, I'm hoping it could look something like...
+15555555555,,{{my.event ID}},,{{member.registration code}}#

 

{{my.event ID}} in this case would be the 9 or 10 digit event code, and {{member registration code}} in this case would be the participant ID. Basically trying to give a 1 touch option that associates the individual rather than asking them to add their participant ID after the fact (which no one will do).

 

Would that kind of approach work? Anyone else try this?

 

For background, we get complaints from folks (mainly people in the government) saying they can ONLY access webinars over the phone because their "firewall" doesn't allow them to access any zoom event, so they need a dial-in to join discussions (without visuals) at all. I'm sure many of you can relate to feedback like this. In lieu of us re-evaluating platforms to see what "actually works" for government attendees I've been asked to provide dial-ins in confirmation emails, but i only want to do so if i can tie attendance back to a registrant.

SanfordWhiteman
Level 10 - Community Moderator

There’s no particular reason you couldn’t build a tel: URI (<a href="tel:...">) with those tokens in it.

 

As with other non-universal URI schemes, you’d want to test those links on a variety of devices (including desktops with softphones) so you know what to expect when people say they don’t work as expected.

Andrew_Cutting1
Level 2

Thanks Sanford. Yeah I imagine there will a lot of trial and error in testing this. Fingers crossed a participant ID can get added to a link. I'd still plan to give the event id and participant ID separately in the email, but want a one-touch option as the ideal way to join by dial in only so we're not relying on someone to enter a participant ID after the fact.

 

Again, would much prefer that everyone just use the {{member.webinar url}} token, but understand if the user literally can't even open the link to then choose a dial in option. We can obviously tell folks to register and we'll send a recording, but that's not the best experience. Curious on what other community members have done about this. Every org I've been at has had this issue to an extent and I've never seen a solution that satisfies everyone at scale.

Andrew_Cutting1
Level 2

Following up on my own comment here after doing some testing today. Realized real quick it is NOT possible to associate a phone number to a registered individual if they do not additionally join by computer:

Per zoom: "You will be prompted to enter your unique participant ID. This only applies if you have joined on the computer or mobile device or are a panelist in a webinar. Press # to skip."

 

I had originally misunderstood this to mean any participant can enter a participant ID back to associate them to a person on the registrant list. Not the case. In actuality it's just a code used to tie together audio back to one unique individual who joined separately by both phone and by computer. It's a numerical code like "#243910#", and it changes every time you join. It's not an actual fixed value for a person, and it's not the registrant ID mentioned in the thread above. That {{member.registrant id}} token btw, while unique to an individual, generates an encoded value like "HE7bx6_tTROzVDgGdh3ueQ". Couldn't work in a phone number even if we wanted it to :).

Tyron_Pretorius
Level 9 - Champion

@Julia_Campbell 

 

I am late to the party here but I have just integrated with Zoom and think the following could help you get the links you are looking for.

 

I am using the calendar links below in my Marketo email to match those that are sent out in the Zoom confirmation email:

{{my.webinar id}} had to be obtained by copying this value from the Zoom email calendar links

Tyron Pretorius
Jeremy_Holden
Level 1

Thank you, @Tyron_Pretorius! This worked perfectly. 😁

Kim_Wieczner
Level 3

@Tyron_Pretorius Love this workaround. I noticed when implementing, it prompts you to log into your Zoom account. How does this work for webinar attendees who don't already use Zoom? Have you seen any issues there?

Kim Burditt
Tyron_Pretorius
Level 9 - Champion

@Kim_Wieczner We used these links in our last webinar and there were no issues. For our next webinar, I'll check to see what the options are when I don't log in with my Zoom account

Tyron Pretorius
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Hey Julia,

 

You create a common LP which has the {{member.webinar url}}token and use this as the location for the meeting in the ics as a workaround! More notes on this approach here.

 

credits : @SanfordWhiteman 

 

 

SanfordWhiteman
Level 10 - Community Moderator

Hi Darshil,

 

That's true and I appreciate the link to my blog post. The redirector method should always be used, IMO, instead of using the {{member.webinar url}} directly.

 

But that doesn't entirely solve Julia's problem because there's going to be separate redirector URL for each event program, which means it still should be tokenized: it doesn't vary at both program and lead levels the way {{member.webinar url}} does, but it still varies at the program level.

 

A better overall solution here is to use Agical, which Julia (and you) can read about at https://blog.teknkl.com/tag/agical. Agical links can use Marketo tokens for the Subject, Description, and all other metadata for the event. (And of course it's completely free and anonymous to use btw.)

Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Sure, Many Thanks @SanfordWhiteman 🙂