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

The Zoom Community is nominated for the 2025 CMX Community Industry Awards in the Customer Support Community category!

Vote now

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

Zoom API Oauth | Error: unsupported_grant_type

When making request to get Access Token, I'm always getting unsupported_grant_type Error.Please help me to know where I'm going wrong.. Code: axios.post( "https://zoom.us/oauth/token", { grant_type:'authorization_code', code: req.query['code'], redir... Show more

When making request to get Access Token, I'm always getting unsupported_grant_type Error.

Please help me to know where I'm going wrong..

 

Code: 

  axios.post(
        "https://zoom.us/oauth/token",
        {
         grant_type:'authorization_code',
         code: req.query['code'],
         redirect_uri: '<RedirectUri>'
        },{
        headers:{
        Authorization: 'Basic ' + Buffer.from('<CLIENT_ID>' + ':' +  
                 '<CLIENT_SECRET>').toString('base64'),
       'Content-Type': 'application/x-www-form-urlencoded',
       } 
}).then((rs:any)=>{
   console.log(rs);
})
.catch((err:any)=>{console.log(err);})

 

Logs:

    data: {
      reason: 'unsupported grant type',
      error: 'unsupported_grant_type'
    }

Show less

reply-icon Latest Reply - 

I cant add zoom to slack

Hi, I am trying to add zoom to slack and I keep getting this error message. Unable to install this app without the developer's account. Please contact the app developer to install. I have added all the permessions and its still giving me the same rro... Show more

Hi,

 

 I am trying to add zoom to slack and I keep getting this error message. Unable to install this app without the developer's account. Please contact the app developer to install. I have added all the permessions and its still giving me the same rror


Show less

Unable to access zoom developer page

I am unable to access the zoom developer page and keep getting redirected to the zoom apps marketplacehttps://marketplace.zoom.us. There is no "Build App" on the dropdown. I've seen other advice and added "go" in front but that does not help. Show more

I am unable to access the zoom developer page and keep getting redirected to the zoom apps marketplace
https://marketplace.zoom.us. There is no "Build App" on the dropdown. I've seen other advice and added "go" in front but that does not help.


Show less

App completely disappeared

We published a marketplace app a few months ago. I am the owner of the marketplace app. I just began developing a new feature related to cloud recordings which requires a PRO account. I joined my company’s PRO account so I can develop and test. In do... Show more

We published a marketplace app a few months ago. I am the owner of the marketplace app. I just began developing a new feature related to cloud recordings which requires a PRO account. I joined my company’s PRO account so I can develop and test. In doing so, the app has completely disappeared from the Admin dashboard. I have no access to it. I still see the app in the zoom marketplace so it still exists. But where did the ownership of it go? Did it get lost in the abyss?


Show less

reply-icon Latest Reply - 

Time required to Publish the app in Zoom marketplace.

Hello Team,We have submitted our Zoom app “LeadAngel Calendar” in the zoom app marketplace on Dec 14 2022.LeadAngel Calendar's functional review is successfully completed.Could you please tell us how much time it would take to fully publish our app i... Show more
Hello Team,

We have submitted our Zoom appLeadAngel Calendarin the zoom app marketplace on Dec 14 2022.
LeadAngel Calendar's functional review is successfully completed.

Could you please tell us how much time it would take to fully publish our app in the marketplace and will be ready for our customers to use?
We are not able to see any feedbacks/updates/progress in marketplace. We would like to know the review status of our app.

Please let us know if anything is required from our end.

Show less

reply-icon Latest Reply - 

Resolved! Kahoot - Verify if Students Intalled Kahoot or Not

We deliver live classes to students and would like to use Kahoot. Our students use their own personal accounts. Does anyone know if we are able to check which students have installed Kahoot or not on their personal accounts? Can that information be "... Show more

We deliver live classes to students and would like to use Kahoot. Our students use their own personal accounts. Does anyone know if we are able to check which students have installed Kahoot or not on their personal accounts? Can that information be "called" somehow when they enter our Zoom room? Can students agree to send us a confirmation after installation?

 

If a student does not have Kahoot installed, we would like to show them a message that advises them to install it prior to entering the live class in zoom.


Show less

reply-icon Latest Reply - 

Purchasing problem

After purchasing this month through PayPal I received a message on mobile phone said that the amount of monthly payment was reduced from my Debit card but still Zoom meeting works as a Free method for 40 minutes only not as payment method.

reply-icon Latest Reply - 

Оплата годовой подписки

Всем привет.

Поменяла подписку с ежемесячной на годовую, списали за 2 мес, в счет прежней подписки. Как выставить счет за годовую подписку?

App OAuth

Buongiorno,

ho dei problemi sulla creazione di questa app OAuth, io compilo tutto ma al momento della creazione (ADD) , non succede nulla, continua a ricaricare 

allego screnn

reply-icon Latest Reply - 

Create a Lead into Salesforce for Zoom meeting registrants

Hello, Zoom Community. Hope you are all doing well, We are working on a project that requested us the installation of Zoom App present on AppExchange. The client goal is to capture the zoom meetings attendees (webinars and common zoom meeting) as a n... Show more

Hello, Zoom Community. Hope you are all doing well,

 

We are working on a project that requested us the installation of Zoom App present on AppExchange.

 

The client goal is to capture the zoom meetings attendees (webinars and common zoom meeting) as a new Leads on Salesforce, also having a possibility of mapping the attendee information on the SF Lead fields.

 

I have tried to install the application on the sandbox and the integration seems not working properly.

I would like your support to help me on below queries:

 

  1. Is the application providing the lead capture for common meetings on Zoom not only for webinars?
  2. If positive, is there a way to configure the field mapping, like:
    1. Attendee E-mail -> Lead Email field
    2. Attendee Phone -> Lead Phone field
  3. I am having quite a bit of difficulty on establishing the connection and retrieving Zoom data to Salesforce, do you guys have any person that can help us on guiding the setup process?

 

Warm regards,

 

Bruno.


Show less