Skip to Content

Zoom

Zoom icon
Arcade Optimized

Arcade.dev LLM tools for Zoom

Author:Arcade
Version:1.0.1
Auth:User authorization via the Zoom auth provider
2tools
PyPI VersionPython VersionsWheel StatusDownloadsLicense

Arcade.dev provides a toolkit for integrating with Zoom, enabling developers to leverage its functionalities in applications seamlessly. This toolkit allows for efficient access to Zoom meetings and invitations.

Capabilities

  • Retrieve detailed information about specific Zoom meetings.
  • List upcoming meetings for a user within the next 24 hours.
  • Simplify access and interaction with Zoom's meeting management features.

OAuth

  • Provider: Zoom
  • Scopes: meeting:read:invitation, meeting:read:list_upcoming_meetings

Secrets

  • No secret types required for this toolkit.

Available tools(2)

2 of 2
Tool nameDescriptionSecrets
Retrieve the invitation note for a specific Zoom meeting.
List a Zoom user's upcoming meetings within the next 24 hours.

Selected tools

No tools selected.

Click "Show all tools" to add tools.

Requirements

Select tools to see requirements

#

Zoom.GetMeetingInvitation

Retrieve the invitation note for a specific Zoom meeting.

Parameters

ParameterTypeReq.Description
meeting_idstringRequiredThe meeting's numeric ID (as a string).

Requirements

No secrets required

Output

Type:jsonMeeting invitation string
#

Zoom.ListUpcomingMeetings

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

Parameters

ParameterTypeReq.Description
user_idstringOptionalThe user's user ID or email address. Defaults to 'me' for the current user.

Requirements

No secrets required

Output

Type:jsonList of upcoming meetings within the next 24 hours
Last updated on