Skip to Content

Zoom

Description: Enable agents to interact with Zoom by retrieving meeting information and invitations.

Author: Arcade

Auth: User authorization via the Zoom auth provider

PyPI VersionLicensePython VersionsWheel StatusDownloads

The Arcade Zoom Server provides tools for interacting with Zoom. With these tools, you can build and AI applications that can:

  • List upcoming meetings
  • Retrieve meeting invitation details

Available Tools

These tools are currently available in the Arcade Zoom Sever.

Tool NameDescription
Zoom.ListUpcomingMeetingsList a Zoom user's upcoming meetings within the next 24 hours.
Zoom.GetMeetingInvitationRetrieve 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 , or create your own tools with the Zoom auth provider.

Zoom.ListUpcomingMeetings

List a Zoom ’s upcoming meetings within the next 24 hours.

Parameters

  • user_id (string, optional) The ’s user ID or email address. Defaults to ‘me’ for the current user.

Zoom.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 Sever uses the Zoom auth provider to connect to users’ Zoom .

With the Arcade Cloud Platform, there’s nothing to configure. Your 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.

Last updated on