# 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.

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FrdEITkQTOeJHmRYzxjNX%2F0.png?alt=media)

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

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FORDCmTEx2hJXLsmGWl7l%2F1.png?alt=media)

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

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FApOEhnNw8JLOaxDCaLss%2F2.png?alt=media)

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

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FFi9SKU3XcWYa2P1hjUlF%2F3.png?alt=media)

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

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2F4TTWOq30ybmkBNJaZDtl%2F4.png?alt=media)

**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.

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FSMt6goD1n1AUx6BVQkIG%2F5.png?alt=media)

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FqXwU6oXyAsb0jyXXvG1a%2F6.png?alt=media)

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2Fm639GO0ZZVfnp6j9PASp%2F7.png?alt=media)

**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

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FtMSU2nHVukc6pzKpH8x2%2F8.png?alt=media)

* iMBRACE

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FtOaLP6i5ALUd7KAAWeLG%2F9.png?alt=media)

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

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FAbjQaVCN9ZLWsfeInW0W%2F10.png?alt=media)

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

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FRmKXbgNm93gYW1AJUA0o%2F11.png?alt=media)

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FyhjkIM3QPrMAHyaT1hgy%2F12.png?alt=media)

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

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FkmBjAorQy2ffcp3iBX0Z%2F13.png?alt=media)

**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.

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2F9245xcdJF78u6P26akOh%2F14.png?alt=media)

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

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FtagXq0hsszlkuY2qfASW%2F15.png?alt=media)

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FC8gcsK2I6eWrugVXA6Y8%2FZoom_Token_02b.png?alt=media\&token=1644e5e5-4c1e-449c-8464-ea1f81197660)

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

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FxzyPDJmFMItqomShr6ML%2F17.png?alt=media)

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

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FWyhIMG2hrwVPdkBU177t%2F18.png?alt=media)

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

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FhT3iPxPYuKwLv1vWkUV8%2F19.png?alt=media)

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

![](https://3400071099-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FypCKq44Psaly6khgrY7x%2Fuploads%2FFgRgpytDpjTCeTgU9sXi%2F20.png?alt=media)

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