CSM Office Hours Zoom Meeting Invite | Adobe Higher Education
Skip to main content
Level 2
July 26, 2022
해결됨

CSM Office Hours Zoom Meeting Invite

  • July 26, 2022
  • 1 답변
  • 2033 조회

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!

이 주제는 답변이 닫혔습니다.
최고의 답변: 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 답변

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?

ahc5작성자
Level 2
July 27, 2022

Yes, that is correct! @sanfordwhiteman 

SanfordWhiteman
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; }); })