> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hotglue.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Zoom

# Connector Details

| Name        | Value                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| :---------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Platform    | [Zoom](https://zoom.us)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| Auth Type   | OAuth                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Direction   | Read                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
| Tap Repo    | [https://github.com/hotgluexyz/tap-zoom](https://github.com/hotgluexyz/tap-zoom)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| Tap Metrics | <p>Usage: <Tooltip tip="low"><Icon icon="user" iconType="regular" color="#fff" size="14px" /><Icon icon="user" iconType="regular" color="#fff" size="14px" /><Icon icon="user" iconType="regular" color="#A9A9A9" size="14px" /><Icon icon="user" iconType="regular" color="#A9A9A9" size="14px" /></Tooltip><br />Success Rate: <Tooltip tip="high"><Icon icon="circle-check" iconType="regular" color="#fff" size="14px" /><Icon icon="circle-check" iconType="regular" color="#fff" size="14px" /><Icon icon="circle-check" iconType="regular" color="#fff" size="14px" /><Icon icon="circle-check" iconType="regular" color="#fff" size="14px" /></Tooltip></p> |

# Credentials Setup

Follow the steps below to get the credentials you need to use the Zoom connector.

The first thing that you need to do to get your Zoom OAuth credentials is to head to the [Zoom Marketplace](https://marketplace.zoom.us/). Make sure that you go ahead and sign into Zoom in the top right hand corner. If you do not have a Zoom account, you will be prompted to create one.

![](https://files.readme.io/4bac460-Screen_Shot_2022-02-11_at_4.29.56_PM.png "Screen Shot 2022-02-11 at 4.29.56 PM.png")

Once you're on the Zoom Marketplace, select the **develop** dropdown in the top right hand corner.

![](https://files.readme.io/c69ecf2-Screen_Shot_2022-02-11_at_4.31.48_PM.png "Screen Shot 2022-02-11 at 4.31.48 PM.png")

From the resulting drop down, select **Build App**.

![](https://files.readme.io/d8ea062-Screen_Shot_2022-02-11_at_4.34.07_PM.png "Screen Shot 2022-02-11 at 4.34.07 PM.png")

From here, go ahead and select that you want to create an **OAuth** app.

![](https://files.readme.io/ffb6801-Screen_Shot_2022-02-11_at_4.35.02_PM.png "Screen Shot 2022-02-11 at 4.35.02 PM.png")

On this page, you should go ahead and name your app the name of your company or tool that you will want users to be connecting their Zoom accounts to. It is important that you make your app type **Account-level app**.  For the last toggle, if you want your app to be on the Zoom App Marketplace, leave the toggle on!

Once done, click the Create button.

![](https://files.readme.io/97ab67c-Screen_Shot_2022-02-11_at_4.37.54_PM.png "Screen Shot 2022-02-11 at 4.37.54 PM.png")

You will now be on this page. The next thing you need to do is put

```text theme={null}
https://hotglue.xyz/callback
```

as the Redirect URL for OAuth under the development setting.

![](https://files.readme.io/446d527-Screen_Shot_2022-02-11_at_4.39.35_PM.png "Screen Shot 2022-02-11 at 4.39.35 PM.png")

Then you will need to scroll down the page and input the same link in the Redirect URL for OAuth in Production, as well as the Add allow lists section. Once done, click Continue in the bottom right hand corner of your screen.

![](https://files.readme.io/29dd69f-Screen_Shot_2022-02-11_at_4.44.09_PM.png "Screen Shot 2022-02-11 at 4.44.09 PM.png")

Now you should go ahead and fill out all your information here.

![](https://files.readme.io/c5f685c-Screen_Shot_2022-02-11_at_4.48.30_PM.png "Screen Shot 2022-02-11 at 4.48.30 PM.png")

Once you fill out all your information, go ahead and click continue.

![](https://files.readme.io/1b542f7-Screen_Shot_2022-02-11_at_4.49.18_PM.png "Screen Shot 2022-02-11 at 4.49.18 PM.png")

You will then be on this page which you can skip - click the Continue button.

![](https://files.readme.io/6563f28-Screen_Shot_2022-02-11_at_4.49.53_PM.png "Screen Shot 2022-02-11 at 4.49.53 PM.png")

You are now on the scopes page, and your app configuration here is very important. To add scopes, you need to click the **Add Scopes button**.

![](https://files.readme.io/b56109d-Screen_Shot_2022-02-11_at_4.52.58_PM.png "Screen Shot 2022-02-11 at 4.52.58 PM.png")

Now is when you are actually selecting the scopes of your app. You need to enable all the scopes listed below:

| Scopes             |
| :----------------- |
| meeting:read:admin |
| webinar:read:admin |
| user:read:admin    |
| account:read:admin |
| report:read:admin  |

![](https://files.readme.io/5d34a28-Screen_Shot_2022-02-11_at_4.53.44_PM.png "Screen Shot 2022-02-11 at 4.53.44 PM.png")

Once you have finished configuring the app, click the Done button.

![](https://files.readme.io/0ef4db0-Screen_Shot_2022-02-11_at_4.56.13_PM.png "Screen Shot 2022-02-11 at 4.56.13 PM.png")

Now that you have added your scopes, you have to give descriptions for each scope. This is not a big deal, so you can put whatever you like. Once you are done giving descriptions, click Continue.

![](https://files.readme.io/f19d3d9-Screen_Shot_2022-02-11_at_4.54.42_PM.png "Screen Shot 2022-02-11 at 4.54.42 PM.png")

You can skip this page by clicking the Continue button. Once you get past this page, you can go ahead and submit your app!
