Zoom App Marketplace
cancel
Showing results for 
Search instead for 
Did you mean: 

What is Zoom App Marketplace?

Zoom App Marketplace has more than 2,000 apps that enhance your Zoom experience and improve workflow and collaboration. Explore the Zoom Community's Recent Activity below to join the Marketplace conversation and connect with other members. If you're still looking for support, browse our Zoom Apps and Marketplace support articles or start a new discussion below!

Recent Activity

Accessing a zoom meeting recording after getting bumped off due to time limit?

I recently did a FREE zoom meeting that ran out of time and we got bumped off. How can I access the recording?

Webhook only app requires scopes but I cannot add scopes

I am trying to activate the "Meeting has been created" webhook, but i am unable to select it as an event subscription because "You do not have permission to use this event. please reach out to your admin to grant you permission". I have access to the... Show more

I am trying to activate the "Meeting has been created" webhook, but i am unable to select it as an event subscription because "You do not have permission to use this event. please reach out to your admin to grant you permission". I have access to the admin account but cant figure out what permission i need? Online sources tell me to add "scopes" but because this is a webhook only app, I am unable to add scopes. The webhook URL has been validated and works, I just cant add the specific event type. How do i get the webhook to work?

 


Show less

reply-icon Latest Reply - 

Is it possible to automatically download a meeting transcript?

I'm using a private Zoom Marketplace app I created to send webhooks for when a meeting starts, ends, and when the recording is available in the cloud. In this last event, I'm using my own Python code so that, upon receiving this event, the meeting re... Show more

I'm using a private Zoom Marketplace app I created to send webhooks for when a meeting starts, ends, and when the recording is available in the cloud. In this last event, I'm using my own Python code so that, upon receiving this event, the meeting recording is downloaded. I'm currently downloading the recording transcript manually (by going to the "Cloud Recordings" tab on the Zoom page), but I'm wondering if there's a way to automatically download the transcript when I receive the notification that the recording is available in the cloud.


Show less

reply-icon Latest Reply - 

Inquiry About Zoom App Review and Client SDK Credentials

Hello Zoom Community, We are in the process of submitting our Zoom App for review and would appreciate some clarification regarding a couple of points: If our app is approved for production, does this mean it will be available to all Zoom users, or i... Show more
Hello Zoom Community, We are in the process of submitting our Zoom App for review and would appreciate some clarification regarding a couple of points: If our app is approved for production, does this mean it will be available to all Zoom users, or is there an option to keep it private for specific users or accounts? We need the Client ID and Client Secret for the Zoom Client SDK to integrate with our platform. Can anyone provide guidance on how to obtain these credentials?  Any assistance or insights you can share would be greatly appreciated. Thank you!

Show less

Zoom App Review and Client SDK Credentials

Hello Zoom Community,We are in the process of submitting our Zoom App for review and would appreciate some clarification regarding a couple of points:If our app is approved for production, does this mean it will be available to all Zoom users, or is ... Show more

Hello Zoom Community,

We are in the process of submitting our Zoom App for review and would appreciate some clarification regarding a couple of points:
  • If our app is approved for production, does this mean it will be available to all Zoom users, or is there an option to keep it private for specific users or accounts?
  • We need the Client ID and Client Secret for the Zoom Client SDK to integrate with our platform. Can anyone provide guidance on how to obtain these credentials? 
Any assistance or insights you can share would be greatly appreciated. Thank you!

Show less

My account was not upgraded after I paid for Pro

I was so embarrassed when in the middle of my meeting I see you have 10 mins left in this meeting. I paid for pro and got the confirmation email, and still my account is saying basic. The chat bot is garbage. It's useless trying to get any help there Show more

I was so embarrassed when in the middle of my meeting I see you have 10 mins left in this meeting. I paid for pro and got the confirmation email, and still my account is saying basic. The chat bot is garbage. It's useless trying to get any help there 


Show less

Pop Up

how do i stop the otter pop up

reply-icon Latest Reply - 

Zoom photo app

Hi, I used the photo app in a session today (I've used it many times before). I took two photos and downloaded them both. Neither is in my downloads (where they ALWAYS have been), and neither is in my Zoom folder. Is there anywhere else I could look ... Show more

Hi, 

 

I used the photo app in a session today (I've used it many times before). I took two photos and downloaded them both. Neither is in my downloads (where they ALWAYS have been), and neither is in my Zoom folder. Is there anywhere else I could look for them? Is there really no way to have those automatically housed in our accounts? That seems like a huge oversight.

Please tell me that there is a way to recuperate or find these pics. 



Show less

reply-icon Latest Reply - 

Marketplace admin app management using apis

I would like to manage the apps created in my account and I'm able to see the details in the dashboard https://marketplace.zoom.us/user/apps-dashboard?tab=1I'm interested in some of the information I get here like app owners, activity logs and API ca... Show more

I would like to manage the apps created in my account and I'm able to see the details in the dashboard https://marketplace.zoom.us/user/apps-dashboard?tab=1
I'm interested in some of the information I get here like app owners, activity logs and API call logs.
Is there a way to get some of these info through API? I tried https://developers.zoom.us/docs/api/marketplace/#tag/app but it doesn't provide the info 


Show less

reply-icon Latest Reply - 

Processing HttpCall Data

I've been able to build my flow with a HttpCall widget to hit a webhook. I've verified the CallerID is passing successfully to my webhook and my webhook is responding with the following: { "Data" : "{"Support_Level":"Priority"}"}What I'm currently st... Show more

I've been able to build my flow with a HttpCall widget to hit a webhook. I've verified the CallerID is passing successfully to my webhook and my webhook is responding with the following:

 

{   "Data" : "{"Support_Level":"Priority"}"}

What I'm currently stuck on is how to get the Support_Level value mapped to my global variable global_custom.Support.Support Level to be used in a Condition widget.


Show less