Zoom
Version: 2.0.0
Zoom provides video telephony and online chat services through a cloud-based peer-to-peer software platform and is used for teleconferencing, telecommuting, distance education, and social relations.
Connect Zoom with LogicHub
- Navigate to Automations > Integrations.
- Search for Zoom.
- Click Details, then the + icon. Enter the required information in the following fields.
- Label: Enter a connection name.
- Reference Values: Define variables here to templatize integration connections and actions. For example, you can use https://www.{{hostname}}.com where, hostname is a variable defined in this input. For more information on how to add data, see 'Add Data' Input Type for Integrations.
- Verify SSL: Select option to verify connecting server's SSL certificate (Default is Verify SSL Certificate).
- Remote Agent: Run this integration using the LogicHub Remote Agent.
- API Key: The API Key to connect to the Zoom.
- API Secret: The API secret to connect to the Zoom. Details about Credentials.
- After you've entered all the details, click Connect.
Actions for Zoom
Retrieve Operation Logs
Retrieves operation logs report for a specified period of time.
Input Field
Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.
Input Name | Description | Required |
---|---|---|
Start Time | Enter the value for start time in yyyy-mm-dd format (Default is Batch start time). Example: 2020-10-25. | Optional |
End Time | Enter the value for end time in yyyy-mm-dd format (Default is Batch end time). Example: 2020-10-26. | Optional |
Maximum Results | The maximum number of results to return to this call (Default is 100,000). | Optional |
Output
A JSON object containing multiple rows of result:
- has_error: True/False
- error: message/null
- result: List of logs.
{
"action": "Update",
"category_type": "User",
"error": null,
"has_error": false,
"operation_detail": "Update SSO User [email protected] - User Group: set to some - Some Rep",
"operator": "System (SAML Response Mapping)",
"time": "2020-11-13T16:55:55Z"
}
Release Notes
v2.0.0
- Updated architecture to support IO via filesystem
Updated about 1 year ago