Zoom 凭证#
¥Zoom credentials
你可以使用以下凭据验证以下节点:
¥You can use these credentials to authenticate the following nodes:
先决条件#
¥Prerequisites
创建 Zoom 账户。你的账户必须具有以下权限之一:
¥Create a Zoom account. Your account must have one of the following permissions:
- 账户所有者
¥Account owner
- 账户管理员
¥Account admin
- 开发者角色缩放
¥Zoom for developers role
支持的身份验证方法#
¥Supported authentication methods
- API JWT 令牌
¥API JWT token
- OAuth2
API JWT token deprecation
Zoom 已于 2023 年 6 月移除对 JWT 访问令牌的支持。所有新凭据必须使用 OAuth2。
¥Zoom removed support for JWT access tokens in June 2023. You must use OAuth2 for all new credentials.
相关资源#
¥Related resources
有关服务的更多信息,请参阅 Zoom API 文档。
¥Refer to Zoom's API documentation for more information about the service.
使用 API JWT 令牌#
¥Using API JWT token
Zoom 已完全弃用此身份验证方法。请勿使用该节点创建新凭据。
¥This authentication method has been fully deprecated by Zoom. Don't create new credentials with it.
要配置此凭据,你需要:
¥To configure this credential, you'll need:
- JWT 令牌:要创建 JWT 令牌,请在 Zoom 应用应用市场 中创建一个新的 JWT 应用。
¥A JWT token: To create a JWT token, create a new JWT app in the Zoom App Marketplace.
使用 OAuth2#
¥Using OAuth2
要配置此凭据,你需要:
¥To configure this credential, you'll need:
- 客户端 ID:在 Zoom 应用市场创建 OAuth 应用时生成。
¥A Client ID: Generated when you create an OAuth app on the Zoom App Marketplace.
- 客户端密钥:创建 OAuth 应用时生成。
¥A Client Secret: Generated when you create an OAuth app.
生成客户端 ID 和客户端密钥:创建 OAuth 应用。
¥To generate your Client ID and Client Secret, create an OAuth app.
使用以下设置配置你的 OAuth 应用:
¥Use these settings for your OAuth app:
- 选择“用户管理的应用”以选择应用的管理方式。
¥Select User-managed app for Select how the app is managed.
- 从 n8n 复制 OAuth 回调 URL,并将其作为 OAuth 重定向 URL 输入到 Zoom 中。
¥Copy the OAuth Callback URL from n8n and enter it as an OAuth Redirect URL in Zoom.
- 如果你的 n8n 凭据显示白名单 URL,请同时将该 URL 输入为 OAuth 重定向 URL。
¥If your n8n credential displays a Whitelist URL, also enter that URL as a an OAuth Redirect URL.
- 输入你计划使用的作用域。要使用 Zoom 节点中的所有功能,请选择:
¥Enter Scopes for the scopes you plan to use. For all functionality in the Zoom node, select:
-
meeting:read -
meeting:write -
有关满足范围的更多信息,请参阅 OAuth 权限范围 |会议范围。
¥Refer to OAuth scopes | Meeting scopes for more information on meeting scopes.
-
复制 Zoom 应用中提供的客户端 ID 和客户端密钥,并将其输入到你的 n8n 凭据中。
¥Copy the Client ID and Client Secret provided in the Zoom app and enter them in your n8n credential.