Zoom
Description: Enable agents to interact with Zoom by retrieving meeting information and invitations.
Author: Arcade
Code: GitHub
Auth: User authorization via the Zoom auth provider
The Arcade Zoom toolkit provides tools for interacting with Zoom. With these tools, you can build agents and AI applications that can:
- List upcoming meetings
- Retrieve meeting invitation details
Install
pip install arcade_zoom
Available Tools
These tools are currently available in the Arcade Zoom toolkit.
Tool Name | Description |
---|---|
ListUpcomingMeetings | List a Zoom user's upcoming meetings within the next 24 hours. |
GetMeetingInvitation | Retrieve the invitation note for a specific Zoom meeting. |
If you need to perform an action that’s not listed here, you can get in touch with us to request a new tool, or create your own tools with the Zoom auth provider.
ListUpcomingMeetings
List a Zoom user’s upcoming meetings within the next 24 hours.
Parameters
user_id
(string, optional) The user’s user ID or email address. Defaults to ‘me’ for the current user.
GetMeetingInvitation
Retrieve the invitation note for a specific Zoom meeting.
Parameters
meeting_id
(string, required) The meeting’s numeric ID (as a string).
Auth
The Arcade Zoom toolkit uses the Zoom auth provider to connect to users’ Zoom accounts.
With the hosted Arcade Engine, there’s nothing to configure. Your users will see Arcade
as the name of the application that’s requesting permission.
With a self-hosted installation of Arcade, you need to configure the Zoom auth provider with your own Zoom app credentials.