Zoom provides a comprehensive platform for video conferencing and collaboration. It offers a simple yet powerful way to connect people remotely, facilitating seamless communication and teamwork across geographical boundaries. Zoom supports various types of meetings, from casual catch-ups to formal presentations and large-scale webinars. Its intuitive interface and robust features allow users to share screens, record sessions, and integrate with other tools, making it an essential tool for remote work and virtual team collaboration.
Integrating your application with Zoom revolutionizes virtual communication, facilitating seamless video conferencing, collaboration, and webinar hosting.
Authentication
Ensure you have the following information ready for a seamless integration process:
Connection Name
: Select a descriptive name for your connection, like "MyAppzoomIntegration". This helps in easily identifying the connection within your application or integration settings.Authentication Type
: Zoom supports Client Credentials for authentication. This method ensures secure access to Zoom's functionalities and data.OAuth/Client Credentials
:Go to the Zoom App Marketplace. Click Develop in the dropdown menu in the top-right corner of the page and select Build Server-to-Server App.
Add a name for your app and click
Create
.On the left navigation menu, within the App credentials section your account ID, client ID and client secret would be visible.
Information
: Add information about your app, such as a short description, company name, and developer contact information (name and email address are required for app activation).Features
: within the Add feature section, you'll have the secret token required for authentication.Scopes
: Add any scopes that are needed for your app.Scopes define the API methods this app is allowed to call, and thus which information and capabilities are available on Zoom. Choose Add Scopes to search for and add scopes.
Scopes requirement for each (action/trigger) in Zoom:
Action Name | Scopes Required |
| Recording:read, phone_recording:read:admin, cloud_recording:read:list_recording_files:admin, cloud_recording:read:list_recording_files, cloud_recording:read:list_recording_files:master Meeting:read:list_meetings:admin, Meeting:read:participant:admin, meeting:read:meeting:admin |
| Meeting:read, Meeting:read:admin, Meeting:read:meeting, Meeting:read:meeting:admin |
| Meeting:read:admin, Meeting:read |
| Meeting:read:admin, Meeting:read, Meeting:read:list_past_participants, Meeting:read:list_past_participants:admin |
| Meeting:read, Meeting:read:list_meetings, Meeting:read:list_meetings:admin |
| Recording:read:admin, Recording:read, Cloud_recording:read:list_user_recordings, Cloud_recording:read:list_user_recordings:master, Cloud_recording:read:list_user_recordings:admin |
Note
user:read:list_users:admin
is the required scope for authenticating your app
Activation
: Your app should be activated. If your app is deactivated, existing tokens will no longer work.
How to setup up Webhook in your Zoom App
Click
on the zoom trigger in your automation and copy the webhook URL from the setup section.Login
into Zoom Marketplace and select the app that you have created.Navigate to the “
Feature
” section in the left navigation menuUnder the general feature section, enable the “
Event Subscription
” toggle.Provide the subscription name and select “
Webhook
” as methodIn “
Event notification endpoint URL
”, provide the Webhook URL and click on thevalidate
button.In the Add event section, select the event for which you want to trigger your automation.
Now, Click on the “
Save
” button.
Triggers
Triggers | Description |
| Triggers every time when a meeting is created by one of your app users or account users in Zoom. |
| Triggers every time a meeting scheduled by one of your app users or account users, is deleted in Zoom. |
| Triggers every time when a meeting host ends the meeting in Zoom. |
| Triggers when a recording of a meeting or webinar becomes available to view or download in Zoom. |
| Triggers when a user permanently deletes a cloud recording in Zoom. |
| Triggers every time when a recording is paused by one of your app's users or account users in Zoom. Triggers when a user recovers a recording from the trash in Zoom. |
| Triggers when a recording is started by one of your app users or account users in Zoom. |
| Triggers when a recording is stopped by one of your app users or account users in Zoom. |
| Triggers when a user initially deletes a cloud recording in Zoom. |
| Triggers when a transcript is completed in Zoom. |
Actions
Actions | Description |
| Use this action to Assign user to issue in Jira |
| Use this action to create comment for issue in Jira |
| Use this action to create an issue in Jira |
| Use this action to create a user in Jira |
| Use this action to find users assignable to projects in Jira |
| Use this action to get changelogs for an issue from Jira |
| Use this action to get comments for an issue from Jira |
| Use this action to get issue details from Jira |
| Use this action to get all issue type schemes from Jira |
| Use this action to get projects from Jira |
| Use this action to get user details from Jira |
| Use this action to get user details by email from Jira |
| Use this action to get user details by ID from Jira |
| Use this action to update comment for an issue in Jira |
| Use this action to update issue in Jira |
| Use this action to upload attachment to an issue in Jira |