CSM Office Hours Zoom Meeting Invite | Community
Skip to main content
Level 2
July 26, 2022
Solved

CSM Office Hours Zoom Meeting Invite

  • July 26, 2022
  • 1 reply
  • 2024 views

Hi there - I have a CSM with 300 customers who would like to offer weekly office hours for her customers through a zoom meeting (on her own zoom account).

Ideally, she would like to have her customers receive an email with available dates for the month of her office hours (she is thinking only 20-30 max customers would attend so not worried about meeting limits).

If they click on a date in the invitation, a registration page to appear with zoom meeting link to use at time of event (with calendar link if possible). Any help or ideas are greatly appreciated!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

OK, so what about this can’t be done with a regular Marketo LP + form setup? You just present the Zoom URL on the Thank You URL.

 

Or, even easier, have the Zoom URL be the Thank You URL, then use JS to display it on the page:

MktoForms2.whenReady(function(mktoForm){ mktoForm.onSuccess(function(submittedValues,thankYouURL){ // hide the form, set the contents of some <span> to thankYouURL return false; }); })

1 reply

SanfordWhiteman
Level 10
July 27, 2022

Not sure what your question is exactly.

 

Are you aiming to use a Marketo LP + Marketo form to add people to Marketo, providing them with a Zoom Meeting URL after they fill out the form?

ahc5Author
Level 2
July 27, 2022

Yes, that is correct! @sanfordwhiteman 

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
July 27, 2022

OK, so what about this can’t be done with a regular Marketo LP + form setup? You just present the Zoom URL on the Thank You URL.

 

Or, even easier, have the Zoom URL be the Thank You URL, then use JS to display it on the page:

MktoForms2.whenReady(function(mktoForm){ mktoForm.onSuccess(function(submittedValues,thankYouURL){ // hide the form, set the contents of some <span> to thankYouURL return false; }); })