Zoom
Arcade Optimized
Arcade.dev LLM tools for Zoom
2tools
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 name | Description | Secrets | |
|---|---|---|---|
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
| Parameter | Type | Req. | Description |
|---|---|---|---|
meeting_id | string | Required | The meeting's numeric ID (as a string). |
Requirements
No secrets required
Output
Type:
json— Meeting invitation string#
Zoom.ListUpcomingMeetings
List a Zoom user's upcoming meetings within the next 24 hours.
Parameters
| Parameter | Type | Req. | Description |
|---|---|---|---|
user_id | string | Optional | The user's user ID or email address. Defaults to 'me' for the current user. |
Requirements
No secrets required
Output
Type:
json— List of upcoming meetings within the next 24 hoursLast updated on