Skip to content

Zoom credentials#

You can use these credentials to authenticate the following nodes with Zoom.

Prerequisites#

Create a Zoom account.

Using OAuth#

  1. Visit the Zoom App Marketplace and select the 'Build App' option in the Develop dropdown on the top-right corner.
  2. Create a new OAuth app.
  3. Select 'User-managed app'.
  4. Set the "Would you like to publish this app on Zoom App Marketplace?" slider to off.
  5. Click on the Create button.
  6. Copy the 'OAuth Callback URL' provided in the Zoom OAuth2 API credentials in n8n and paste it in the 'Redirect URL for OAuth' section in the Zoom app creation page.
  7. Copy the Whitelist URL' provided in the Zoom OAuth2 API credentials in n8n and paste it in the 'Redirect URL for OAuth' section in the Zoom app creation page.
  8. Copy the Client ID and Client Secret provided in the Zoom app creation page and paste it in the Zoom OAuth2 API credentials in n8n.
  9. Enter any necessary information and click continue.
  10. In the 'Scopes' section, click Add Scopes and choose the scopes that you plan to use.
  11. Click on the circle button in the OAuth section to connect your Zoom account to n8n.
  12. Click the Save button to save your credentials.

Getting Zoom OAuth credentials

Using Access Token#

  1. Visit the Zoom App Marketplace and select the 'Build App' option in the Develop dropdown on the top-right corner.
  2. Create a new JWT app and enter any necessary information.
  3. Go to the 'App Credentials' tab.
  4. Click on View JWT Token and copy the given token.
  5. Go to the 'Activation' tab and click on the Activate your app button.
  6. Use the JWT token you copied with your Zoom API credentials in n8n.

Getting Zoom JWT credentials