Flow for when webinar cap is reached | Community
Skip to main content
August 21, 2018
Question

Flow for when webinar cap is reached

  • August 21, 2018
  • 1 reply
  • 4805 views

We use GoToWebinar for our webinar platform because it integrates with Marketo. We sync the GTW webinar with the appropriate Marketo program and run registrations through our Marketo landing page and form. We would like to cap our registrations at 1,000 (which I have already done so in GTW) and then send those who fill out the registration form after the 1,000th person to a new flow that will send them a "sorry we're full" email. We will then email this group of registrants the On-Demand recording post-webinar.

Does anyone know how to send individuals to a new flow once 1,000 people have filled out a form? Trying to think through this but would love some suggestions!

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

1 reply

SanfordWhiteman
Level 10
August 21, 2018

Only way is via webhook.

This webhook can be Marketo-only using the "Resource Lead" pattern: update the score of a  shared lead representing the program, and check that shared lead's score when adding a new lead. It's tricky to set up but quite cool.

Or you can use an external webhook service, which is far more flexible but is, of course, an add-on (though likely free, unless you have hundreds of thousands of signups per month to manage).

August 21, 2018

Thank you for the response! Is there documentation that shows me how to do this? I was really hoping there was a custom field or token that could be created that sends people to a new flow once 1,000 people have filled out a specific form.

SanfordWhiteman
Level 10
August 22, 2018

Is there documentation that shows me how to do this?

The resource lead documentation, such as it is, is in dribs and drabs here on the Community... BUT I just finished optimizing one part of it while I was on vacation, and I'll add the whole shebang to the blog in the coming week or so.

I was really hoping there was a custom field or token that could be created that sends people to a new flow once 1,000 people have filled out a specific form.

Unfortunately, no. 

Well, you do need a custom Score field to store the person's "member index" (i.e. they're the Nth member of a program). But there's no built-in feature that can populate that field.   So you have to use a custom way of populating it.