Zoom
Zoom integration for managing meetings and recordings. Provides creating, listing, getting, updating, and deleting meetings, retrieving meeting invitations and participant lists, and managing cloud recordings. Supports two auth modes: OAuth2 (browser-based authorization) and Server-to-Server OAuth (for automation without user interaction).
| Namespace | Robomotion.Zoom |
| Version | 1.0.4 |
| Category | Communication, Events & Webinars |
| Nodes | 12 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to Zoom and returns a Client ID. |
| Disconnect | Closes a Zoom connection. |
| Create Meeting | Creates a meeting in Zoom. |
| List Meetings | Lists meetings in Zoom. |
| Get Meeting | Gets a meeting in Zoom. |
| Update Meeting | Updates a meeting in Zoom. |
| Delete Meeting | Deletes a meeting in Zoom. |
| Get Meeting Invitation | Gets a meeting invitation in Zoom. |
| List Past Participants | Lists past participants in Zoom. |
| List Recordings | Lists recordings in Zoom. |
| Get Meeting Recordings | Gets meeting recordings in Zoom. |
| Delete Recording | Deletes a recording in Zoom. |
Connecting
This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.
Credentials belong in a Vault rather than typed into the node.
AI Agent tools
12 of these nodes are exposed as tools an AI Agent can call directly:
Connect, Disconnect, Create Meeting, List Meetings, Get Meeting, Update Meeting, Delete Meeting, Get Meeting Invitation, List Past Participants, List Recordings, Get Meeting Recordings, Delete Recording.
Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.
It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.