• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Zoom forcing Registration Required

Hi all, I've got a custom API element creating a Zoom meeting and whilst it successfully creates the meeting event in Zoom, it forces the settings to be 'Registration - Required'.

I've tried many different settings to stop this and have also checked the back end Zoom settings from the Admin log-in, but it's still not working.

Here is my current code -

{
"topic": "<span class="dynamic_value" contenteditable="false" data-attr="0&lt;=-+*/@/*+-=&gt;NAME">1. NAME : Test Event<!--endofdynamic_value--></span>",
"type": 2,
"start_time": "<span class="dynamic_value" contenteditable="false" data-attr="6431547&lt;=-+*/@/*+-=&gt;result">2. Result : 2025-05-01T14:00:00+10:00<!--endofdynamic_value--></span>",
"duration": 180,
"timezone": "Australia/Brisbane",
"settings": {
"host_video": true,
"participant_video": true,
"join_before_host": true,
"mute_upon_entry": true,
"waiting_room": false,
"approval_type": 0,
"meeting_authentication": true,
"auto_recording": "cloud",
"audio": "voip",
"alternative_hosts": "[email protected]",
"in_meeting": false,
"close_registration": true,
"registrants_email_notification": false,
"registrants_confirmation_email": false,
"registration_type": null,
"use_pmi": false,
"enforce_login": false,
"authentication_option": "",
"approved_or_denied_countries_or_regions": {
"enable": false
}
}
}

The end point I am using is - https://api.zoom.us/v2/users/me/meetings

Is there anyone that wouldn't mind taking a look to see if I'm missing something?
 

Preeti Paryani

Well-known member
Staff member
Hello @projects@developernetwork,

Upon reviewing the API documentation, we noticed that the registration type can be set to three values: 1, 2, or 3, with the default being 1. Currently, in the action, you are passing null, which results in the default value being applied in real time (1), meaning attendees register once and attend recurring occurrences.

However, as per the API documentation, there doesn’t seem to be an option to disable registration.

1740989975803.png


Let us know if you need further assistance.
 
Thanks for checking. There must be a way to create meetings without requiring registration, I'll keep researching.

The reason we can't use the Pabbly in-built action is because it doesnt give many of the options we need to turn on/off (as per the above data parameters).

Would Pabbly ever consider allowing more options to choose from when creating Zoom meetings for the in-built action? These are the ones we are specifically missing in case it helps -

1741036833765.png
 

Preeti Paryani

Well-known member
Staff member
Hello @projects@developernetwork,

We have escalated your concern to our technical team. Any fields listed in the API documentation that are feasible to add will be considered for implementation. Our team will work on incorporating them, and we will update you as soon as there are further developments.
 
Thanks so much Preeti and team, this is great!

I've just done a test and it works, thank you, but we're just missing the 'alternate host' option. If you have the ability to add this, that would be great. But please don't rush as I have put the Custom API request in place in the meantime.

Thanks again for your help here
 

Preeti Paryani

Well-known member
Staff member
Hello @projects@developernetwork,

Thanks for the update, we'd love to hear your thoughts! If you have a moment, please rate us on Google. Your feedback helps us improve.

Additionally, could you confirm whether the mentioned field is the only one required, or if there are any additional fields needed? This will allow us to make all necessary amendments in one go.

Looking forward to your response.
 
Thanks Preeti, I've seen the field there now and it's the only we need, so that's great.

Thanks so much again! I've literally just been speaking to another client this morning about how amazing the Pabbly team are and how much she would benefit from moving away from Zapier and Make! :) I'll continue to let everyone know.
 
Top