SOLVED

Re: Can limit attendance in a program?

Go to solution
Jo_Pitts1
Level 10 - Community Advisor

Re: Can limit attendance in a program?

@Vinay_Kumar ,

if the webhook service you use is flowboost, there is a key element in there, namely a built in counter (FBCounter) that you can use to manage the total count.  This counter persists its value across time.

 

Cheers

Jo

Vinay_Kumar
Level 9 - Community Advisor

Re: Can limit attendance in a program?

Thanks for the clarification @SanfordWhiteman and @Jo_Pitts1 

 

Milena_Volkova
Level 2

Re: Can limit attendance in a program?

Thank you @Jo_Pitts1, thank you @SanfordWhiteman , really appreciate it. 

I might try Flowboost based on your recommendations. I also found this service, in case anyone else reading this thread needs it: https://www.linkedin.com/pulse/marketo-tip-automatically-cap-registrations-any-form-part-mba/

Jo_Pitts1
Level 10 - Community Advisor

Re: Can limit attendance in a program?

@Milena_Volkova ,

The Brighthooks tool you refer to in your post is convenient in that it has a bunch of pre-built functions you can use.  However:

  1. To access all their functions, you have to pay a fee to use the tool.
  2. If the functions don't do what you want, then you are out of luck.
  3. The biggest reason I can see NOT to use it is that their base login page is running on HTTP, not HTTPS.  I wouldn't trust anyone doing that as far as I could throw them.

Unless you have very high volumes of transactions calls (>100k per month), then Flowboost is free.  Because you get to write your own code in there, it is wildly flexible.

 

Cheers

Jo

 

Milena_Volkova
Level 2

Re: Can limit attendance in a program?

Thank you, @Jo_Pitts1