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

'api.zoom.us/v2' Interface does not return data

Why does the calling interface sometimes not return data? Obviously, the timeout time has exceeded 1 minute. Sometimes it works and sometimes it doesn't work

 

peyne_0-1659340621496.png

 

reply-icon Latest Reply - 

Remove Zoom app discover from client

Hi we would like to remove the "discover" tab on Apps menu, see screenshot In deed, users ask us for a lots off Apps because they are browsing the discover tab and we want to restrict that is this something that can added to the https://marketplace.z... Show more

Hi

 

we would like to remove the "discover" tab on Apps menu, see screenshot

 

In deed, users ask us for a lots off Apps because they are browsing the discover tab and we want to restrict that

 

is this something that can added to the https://marketplace.zoom.us/user/e-settings ?

 

thanks 


Show less

reply-icon Latest Reply - 

Zoom Apps

Hi Team, I am unable to send a post request to my zoom apps. I am trying to create a login page but my login page submit button not hit my login end point please help . // My code is html(lang='en')block login form(id="login" action="auth/login" meth... Show more

Hi  Team,

  I am unable to send a post request to my zoom apps. I am trying to create a login page but my login page submit button not hit my login end point please help .

 

// My code is 

html(lang='en')
block login
    form(id="login" action="auth/login" method="post")
        input(type="text", name="email", value="", placeholder="Username")
        br
        input(type="password", name="password", value="", placeholder="Password")
        br
        input(type="submit" value="Submit")
 
 
/* Routing */
app.use('/', indexRoutes);
app.use('/auth', authRoutes);
 
router.post('/login', async (req, res, next) => {
    console.log('login');
    try {
        const authData = await authService.loginUser(req.body);
        res.render('dashboard');
    } catch (err) {
        next(handleError(err));
    }
});

 

 

Thanks & Regards

 

Sumit Pathak

Spoiler
 

 

 


Show less

reply-icon Latest Reply - 

Zoom Timer App only rings for the person who set it up

Hello, everyone!I participate in a coworking conference call all day long. We have checkins every 30 minutes and then reset our timer. We've been using Zoom's Timer App to keep time, but it only "rings" for the person who set it up, even though every... Show more

Hello, everyone!

I participate in a coworking conference call all day long. We have checkins every 30 minutes and then reset our timer. We've been using Zoom's Timer App to keep time, but it only "rings" for the person who set it up, even though every participant can see it. Is there a way to make sound aloud for everyone else?

Thank you in advance!


Show less

reply-icon Latest Reply - 

SMS Receipt Webhook doesnt invoke

Im setting up an internal webhook-only application to act upon received SMS messages. I verified my webhook endpoint is able to receive POST messages but it seems Zoom is not invoking it. I have the webhook subscribed to both SMS receive and send eve... Show more

Im setting up an internal webhook-only application to act upon received SMS messages.  I verified my webhook endpoint is able to receive POST messages but it seems Zoom is not invoking it. I have the webhook subscribed to both SMS receive and send events and I have tried to use a Power-Pack enabled user and call queue for this... nothing seems to work. All the SMS functions work but the webhook is never triggered and no webhook logs are created. What could I do to further troubleshoot?


Show less

Zoom information for Educational Purpose

Hi. I am running a gaming and apps blog wherein i have been aimed to share info about games and apps. However it is easy to find zoom app history and other info at google but i think its more credible to get the official site. will you share the hist... Show more

Hi. I am running a gaming and apps blog wherein i have been aimed to share info about games and apps.  However it is easy to find zoom app history and other info at google but i think its more credible to get the official site. will you share the history and latest info which i may use for educational purpose for the visitors.

Regards!


Show less

reply-icon Latest Reply - 

About App Marketplace Pardot install

Do the registered email address of the Zoom account and the email address of the Pardot/Salesforce login user account need to match?

reply-icon Latest Reply - 

Discount on first the first purchase

Hello everyone,

I have been using Zoom for free for a while. Now I need to purchase the personal pro account. Is there some sort of promotion code for first-timers?

reply-icon Latest Reply - 

marketplace.zoom.us blank page

I'm trying to get Zoom API Key. So I tried to go to the marketplace.zoom.us page, but I get a blank page. It seems that this problem exists in certain countries, including the Arab countries. I tried several browsers but the same problem, and I tried... Show more

I'm trying to get Zoom API Key. So I tried to go to the marketplace.zoom.us page, but I get a blank page. It seems that this problem exists in certain countries, including the Arab countries. I tried several browsers but the same problem, and I tried using an incognito/private browser to access the page. it shows me a blank page.

This problem seems new. Because before, I was able to access this page and get the Zoom API Key. Did you try to access this page from an Arab country, and did you face the same problem? The page appears on mobile, but the mobile version does not provide access to the Zoom API Key. I need to get Zoom API Key in order to link my website to Zoom. But I can't access the marketplace.zoom.us page. Is there another way to get Zoom API Key?

This is the error that the console displays when entering the page

marketplace.zoom.us/:124 Uncaught SyntaxError: Invalid or unexpected token


index.js?v=1657355661255:2 Uncaught TypeError: Cannot read properties of undefined (reading 'cdnDomain')
at 3343 (index.js?v=1657355661255:2:501746)
at n (index.js?v=1657355661255:2:1135687)
at 8834 (index.js?v=1657355661255:2:3936)
at n (index.js?v=1657355661255:2:1135687)
at index.js?v=1657355661255:2:1137836
at n.O (index.js?v=1657355661255:2:1136025)
at index.js?v=1657355661255:2:1137851
at index.js?v=1657355661255:2:1137856

 

Show less

Resolved! Apps for licensed user

Hi, Is there a way to restrict our app exclusively for zoom licensed users ?

reply-icon Latest Reply -