Zoom
Create and manage Zoom meetings and recordings
Configuration
Create Meeting
zoom_create_meeting)Create a new Zoom meeting
| Parameter | Type | Required | Description |
|---|---|---|---|
userId | string | Yes | The user ID or email address. Use "me" for the authenticated user. |
topic | string | Yes | Meeting topic |
type | number | No | Meeting type: 1=instant, 2=scheduled, 3=recurring no fixed time, 8=recurring fixed time |
startTime | string | No | Meeting start time in ISO 8601 format (e.g., 2025-06-03T10:00:00Z) |
duration | number | No | Meeting duration in minutes |
timezone | string | No | Timezone for the meeting (e.g., America/Los_Angeles) |
password | string | No | Meeting password |
agenda | string | No | Meeting agenda |
hostVideo | boolean | No | Start with host video on |
participantVideo | boolean | No | Start with participant video on |
joinBeforeHost | boolean | No | Allow participants to join before host |
muteUponEntry | boolean | No | Mute participants upon entry |
waitingRoom | boolean | No | Enable waiting room |
autoRecording | string | No | Auto recording setting: local, cloud, or none |
| Parameter | Type | Description |
|---|---|---|
id | number | Meeting ID |
uuid | string | Meeting UUID |
host_id | string | Host user ID |
host_email | string | Host email |
topic | string | Meeting topic |
type | number | Meeting type |
status | string | Meeting status |
start_time | string | Start time |
duration | number | Duration in minutes |
timezone | string | Timezone |
agenda | string | Meeting agenda |
created_at | string | Creation timestamp |
start_url | string | Host start URL |
join_url | string | Participant join URL |
password | string | Meeting password |
List Meetings
zoom_list_meetings)List all meetings for a Zoom user
| Parameter | Type | Required | Description |
|---|---|---|---|
userId | string | Yes | The user ID or email address. Use "me" for the authenticated user. |
type | string | No | Meeting type filter: scheduled, live, upcoming, upcoming_meetings, or previous_meetings |
pageSize | number | No | Number of records per page (max 300) |
nextPageToken | string | No | Token for pagination to get next page of results |
| Parameter | Type | Description |
|---|---|---|
meetings | array | List of meetings |
pageCount | number | Total number of pages |
pageNumber | number | Current page number |
pageSize | number | Number of records per page |
totalRecords | number | Total number of records |
Get Meeting
zoom_get_meeting)Get details of a specific Zoom meeting
| Parameter | Type | Required | Description |
|---|---|---|---|
meetingId | string | Yes | The meeting ID |
occurrenceId | string | No | Occurrence ID for recurring meetings |
showPreviousOccurrences | boolean | No | Show previous occurrences for recurring meetings |
| Parameter | Type | Description |
|---|---|---|
id | number | Meeting ID |
uuid | string | Meeting UUID |
host_id | string | Host user ID |
host_email | string | Host email |
topic | string | Meeting topic |
type | number | Meeting type |
status | string | Meeting status |
start_time | string | Start time |
duration | number | Duration in minutes |
timezone | string | Timezone |
agenda | string | Meeting agenda |
created_at | string | Creation timestamp |
start_url | string | Host start URL |
join_url | string | Participant join URL |
password | string | Meeting password |
settings | object | Meeting settings |
recurrence | object | Recurrence settings |
Update Meeting
zoom_update_meeting)Update an existing Zoom meeting
| Parameter | Type | Required | Description |
|---|---|---|---|
meetingId | string | Yes | The meeting ID to update |
topic | string | No | Meeting topic |
type | number | No | Meeting type: 1=instant, 2=scheduled, 3=recurring no fixed time, 8=recurring fixed time |
startTime | string | No | Meeting start time in ISO 8601 format (e.g., 2025-06-03T10:00:00Z) |
duration | number | No | Meeting duration in minutes |
timezone | string | No | Timezone for the meeting (e.g., America/Los_Angeles) |
password | string | No | Meeting password |
agenda | string | No | Meeting agenda |
hostVideo | boolean | No | Start with host video on |
participantVideo | boolean | No | Start with participant video on |
joinBeforeHost | boolean | No | Allow participants to join before host |
muteUponEntry | boolean | No | Mute participants upon entry |
waitingRoom | boolean | No | Enable waiting room |
autoRecording | string | No | Auto recording setting: local, cloud, or none |
Refer to the block outputs for this operation.
Delete Meeting
zoom_delete_meeting)Delete or cancel a Zoom meeting
| Parameter | Type | Required | Description |
|---|---|---|---|
meetingId | string | Yes | The meeting ID to delete |
occurrenceId | string | No | Occurrence ID for deleting a specific occurrence of a recurring meeting |
scheduleForReminder | boolean | No | Send cancellation reminder email to registrants |
cancelMeetingReminder | boolean | No | Send cancellation email to registrants and alternative hosts |
Refer to the block outputs for this operation.
Get Meeting Invitation
zoom_get_meeting_invitation)Get the meeting invitation text for a Zoom meeting
| Parameter | Type | Required | Description |
|---|---|---|---|
meetingId | string | Yes | The meeting ID |
Refer to the block outputs for this operation.
List Recordings
zoom_list_recordings)List all cloud recordings for a Zoom user
| Parameter | Type | Required | Description |
|---|---|---|---|
userId | string | Yes | The user ID or email address. Use "me" for the authenticated user. |
from | string | No | Start date in yyyy-mm-dd format (within last 6 months) |
to | string | No | End date in yyyy-mm-dd format |
pageSize | number | No | Number of records per page (max 300) |
nextPageToken | string | No | Token for pagination to get next page of results |
trash | boolean | No | Set to true to list recordings from trash |
| Parameter | Type | Description |
|---|---|---|
recordings | array | List of recordings |
from | string | Start date of query range |
to | string | End date of query range |
pageSize | number | Number of records per page |
totalRecords | number | Total number of records |
Get Meeting Recordings
zoom_get_meeting_recordings)Get all recordings for a specific Zoom meeting
| Parameter | Type | Required | Description |
|---|---|---|---|
meetingId | string | Yes | The meeting ID or meeting UUID |
includeFolderItems | boolean | No | Include items within a folder |
ttl | number | No | Time to live for download URLs in seconds (max 604800) |
| Parameter | Type | Description |
|---|---|---|
uuid | string | Meeting UUID |
id | number | Meeting ID |
topic | string | Meeting topic |
start_time | string | Meeting start time |
duration | number | Meeting duration in minutes |
total_size | number | Total size of recordings in bytes |
share_url | string | URL to share recordings |
Delete Recording
zoom_delete_recording)Delete cloud recordings for a Zoom meeting
| Parameter | Type | Required | Description |
|---|---|---|---|
meetingId | string | Yes | The meeting ID or meeting UUID |
recordingId | string | No | Specific recording file ID to delete. If not provided, deletes all recordings. |
action | string | No | Delete action: "trash" (move to trash) or "delete" (permanently delete) |
Refer to the block outputs for this operation.
List Past Participants
zoom_list_past_participants)List participants from a past Zoom meeting
| Parameter | Type | Required | Description |
|---|---|---|---|
meetingId | string | Yes | The past meeting ID or UUID |
pageSize | number | No | Number of records per page (max 300) |
nextPageToken | string | No | Token for pagination to get next page of results |
| Parameter | Type | Description |
|---|---|---|
participants | array | List of meeting participants |
pageSize | number | Number of records per page |
totalRecords | number | Total number of records |
Usage Instructions
Integrate Zoom into workflows. Create, list, update, and delete Zoom meetings. Get meeting details, invitations, recordings, and participants. Manage cloud recordings programmatically.
Notes
- Category:
tools - Type:
zoom