# Zoom

[Zoom](https://zoom.us/) is a communications technology company that provides videotelephony and online chat services through a cloud-based peer-to-peer software platform and is used for teleconferencing, telecommuting, distance education, and social relations.

## **Account integration using OAuth** <a href="#mt9e2431zilg" id="mt9e2431zilg"></a>

To begin, you will need:

* An [Zoom](https://zoom.us/) account.

**STEP 1:** Visit the [Zoom App Marketplace](https://marketplace.zoom.us/) and select the **\[Build App]** option in the **Develop** dropdown on the top-right corner.

![](/files/CxGIz1C5owGUe6fY5zON)

**STEP 2:** Click on the **\[Create]** button to create a new OAuth app.

![](/files/FIOPmCRQY5OuhNfRLmEG)

**STEP 3:** Select **\[User-managed app]**.

![](/files/uU1nxqpJ6Kw8JNWpTkjI)

**STEP 4:** Set the "**Would you like to publish this app on Zoom App Marketplace?**" slider to **off**.

![](/files/HDzm3DewYMTQvDZjanp8)

**STEP 5:** Click on the **\[Create]** button.

![](/files/kKA8nb2iOnd5o59lilME)

**STEP 6:** In **iMBRACE**, copy the '**OAuth Redirect URL**' provided in the Zoom OAuth2 API credentials, then in the **Zoom app creation page**, paste it in the **'Redirect URL for OAuth'** section and ‘**Add Allow Lists**’ section.

![](/files/QDniClOTNGfQ9leNEFlE)

![](/files/1ccXp40XGOlPZgdo4H9n)

![](/files/LjMHP1reW3WCG6DeIPkz)

**STEP 7:** In the Zoom app creation page, copy the **Client ID** and **Client Secret** provided and in iMBRACE, paste it in the **Zoom OAuth2 API credentials**.

* Zoom App Creation Page

![](/files/PlWq3CAOQoYOkZS072uw)

* iMBRACE

![](/files/XDxq6Wd8uQ84sgrf1Dt0)

**STEP 8:** Enter any **necessary** information and click **\[continue]**.

![](/files/ZEQ3oTvsquAHt0jONFXF)

**STEP 9:** In the **'Scopes'** section, click **\[Add Scopes]** and choose the scopes that you plan to use.

![](/files/cT54ddKycHfbV4cBFPVj)

![](/files/Qmq9vOArT99mYSTbJzal)

**STEP 10:** In iMBRACE, click on the **\[Connect]** button in the OAuth section to connect your Zoom account.

![](/files/zFj3IBZGk2KMOyi7VIQX)

**DONE:** The credential can then be used for Zoom nodes.

## **Account integration using Access Token** <a href="#woid3np1izdz" id="woid3np1izdz"></a>

To begin, you will need:

* An [Zoom](https://zoom.us/) account.

**STEP 1:** Visit the [Zoom App Marketplace](https://marketplace.zoom.us/) and select the **\[Build App]** option in the **Develop** dropdown on the top-right corner.

![](/files/3jJDrNVAaJepSoMU3GAU)

**STEP 2:** Click on the **\[View here]** button to create a new JWT app and enter any necessary information.

![](/files/l7qJHU98xBv8RyhxufP2)

![](/files/t6O86dkT1brIcl3pvByI)

**STEP 3:** Go to the '**App Credentials**' tab.

![](/files/HHeIQY5QxjPdPUe2779j)

**STEP 4:** Click on **\[View JWT Token]** and copy the given token.

![](/files/ZkGgtaHycy1dpJoDidga)

**STEP 5:** Go to the '**Activation**' tab and click on the **\[Activate your app]** button.

![](/files/4cwQhVO9iVOnAcXCBOCc)

**STEP 6:** In iMBRACE, paste the JWT token you copied with your Zoom API credentials.

![](/files/QWnyA1uyiaVGeQuMuiuy)

**DONE:** The credential can then be used for Zoom nodes.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://imbrace.gitbook.io/imbrace-documentation/integrations/zoom.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
