Is it possible to use a custom registraion_url for a meeting

Using this template helps us debug your issues more effectively :slight_smile:

Description
I want to set a custom registraion_url for meetings when create a meeting using API call. then, when a user tries to join the meeting zoom should redirect the user to my custom registration url. is it possible to do.

Hey @Thushara,

Thank you for reaching out to the Zoom Developer Forum. While we don’t have a method to set a custom registration URL, there is a method to accomplish the same functionality.

First, you would create a registration page that calls the Add Meeting Registrant API on the backend.

Then, you would send the users custom emails with links that lead to your own app. Your app would then determine if the custom registration page needs to be displayed or if page should redirect to the join_url.

You can also customize the branding of the registration page to fit your needs.

Let me know if that helps.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.