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:
- 账户所有者
- 账户管理员
- 开发者角色缩放
支持的身份验证方法(Supported authentication methods)#
- API JWT 令牌
- OAuth2
API JWT 令牌弃用
Zoom 已于 2023 年 6 月取消了对 JWT 访问令牌的支持。所有新的凭证都必须使用 OAuth2。
相关资源(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 应用。
使用 OAuth2(Using OAuth2)#
要配置此凭据,你需要:
🌐 To configure this credential, you'll need:
- A 客户端 ID:在你在 Zoom 应用商店创建 OAuth 应用时生成。
- 一个 客户端密钥:在你创建 OAuth 应用时生成。
要生成你的客户端ID和客户端密钥,创建一个OAuth应用。
🌐 To generate your Client ID and Client Secret, create an OAuth app.
使用以下设置配置你的 OAuth 应用:
🌐 Use these settings for your OAuth app:
- 在“选择应用管理方式”中选择用户管理的应用。
- 从 n8n 复制 OAuth 回调 URL 并将其作为 OAuth 重定向 URL 输入到 Zoom 中。
- 如果你的 n8n 凭证显示 白名单 URL,也请将该 URL 输入为 OAuth 重定向 URL。
- 输入你计划使用的 Scopes。要使用 Zoom 节点中的所有功能,请选择:
meeting:readmeeting:write- 有关会议范围的更多信息,请参阅 OAuth 范围 | 会议范围。
- 复制 Zoom 应用中提供的 客户端 ID 和 客户端密钥,并将它们输入到你的 n8n 凭证中。