Zoom

Supports:

  • āœ… Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
account_idstringAccount IDtrue
client_idstringClient IDtrue
client_secretstringClient secrettrue

Example

1{
2 "name": "Zoom connection",
3 "type": "zoom",
4 "configuration": {
5 "account_id": "",
6 "client_id": "",
7 "client_secret": ""
8 }
9}