Video meetings and webinars via your own Zoom account -- create/manage meetings and webinars, registrants, users and licenses, cloud recordings, participant/usage reports, groups/roles, and webhook...
What this app can do
36 tools registered
Connect ZoomFree
Connect your own Zoom account via Server-to-Server OAuth, after checking the credentials actually work. Create a Server-to-Server OAuth app at marketplace.zoom.us (Develop > Build App) to get your Account ID, Client ID, and Client Secret.
Disconnect ZoomFree
Disconnect Zoom: deletes the saved Server-to-Server OAuth credentials. Nothing in your Zoom account is changed -- meetings, webinars, recordings, and users all stay exactly as they are; only this connector's access to them stops.
Get Zoom ConnectionFree
Check whether Zoom is currently connected (does not reveal the saved credentials).
Get Zoom Profile5 tok
Read the connected Zoom account's own user profile: email, display name, account id, and plan type.
Create Meeting15 tok
Create a new Zoom meeting (instant, scheduled, or recurring) under a user.
Get Meeting5 tok
Read one Zoom meeting in full by id.
Update Meeting10 tok
Update selected fields of an existing meeting (topic, timing, agenda). Only given fields change.
Delete Meeting10 tok
Permanently delete a Zoom meeting. Cannot be undone.
List Meetings8 tok
List meetings for a user, optionally filtered by type (scheduled/live/upcoming).
Add Meeting Registrant12 tok
Register a participant for a meeting that has registration enabled.
List Meeting Registrants8 tok
List registrants for a meeting that has registration enabled.
List Zoom Users8 tok
List users on the connected Zoom account, optionally filtered by status (active/inactive/pending).
Get Zoom User5 tok
Read one Zoom user in full by id or email.
Create Zoom User20 tok
Create (invite) a new user on the connected Zoom account.
Update Zoom User10 tok
Update selected fields of an existing Zoom user. Only given fields change.
Deactivate Zoom User10 tok
Deactivate a Zoom user, freeing their license seat. The user's data is kept -- this does not delete the account.
Create Webinar20 tok
Create a new Zoom webinar under a user (requires the account to have a webinar license/add-on).
Update Webinar10 tok
Update selected fields of an existing Zoom webinar. Only given fields change.
Get Webinar5 tok
Read one Zoom webinar in full by id.
Delete Webinar10 tok
Permanently cancel/delete a Zoom webinar.
List Webinars8 tok
List webinars scheduled under a Zoom user.
Add Webinar Registrant12 tok
Register a person for a Zoom webinar (if registration is required).
List Webinar Registrants8 tok
List registrants for a Zoom webinar.
Add Webinar Panelist12 tok
Invite a panelist (co-presenter) to a Zoom webinar.
List Webinar Panelists8 tok
List panelists invited to a Zoom webinar.
List Zoom Recordings8 tok
List cloud recordings for a user within a date range.
Get Zoom Recording5 tok
Read one meeting's cloud recording in full, including every file's download URL, by meeting id or UUID.
Delete Zoom Recording10 tok
Permanently delete (or move to trash) a meeting's cloud recording. Cannot be undone once purged from trash.
Get Meeting Participant Report15 tok
Read the participant report for a past meeting -- who joined, when, and for how long.
Get Webinar Participant Report15 tok
Read the participant report for a past webinar -- who attended, when, and for how long.
Get Usage Report15 tok
Read the account-level daily usage report (meetings hosted, participants, meeting minutes) for a month.
List Zoom Groups8 tok
List groups configured on the connected Zoom account.
Get Zoom Group5 tok
Read one Zoom group in full by id.
List Zoom Group Members8 tok
List the members of a Zoom group.
List Zoom Roles5 tok
List roles configured on the connected Zoom account (built-in and custom).
Verify Zoom Webhook Signature3 tok
Verify a Zoom webhook payload's x-zm-signature header against your app's Secret Token, so you only trust genuine Zoom events. Also answers the one-time endpoint.url_validation handshake Zoom sends when a webhook URL is first registered.