Supported actions
Prerequisites
Create a Zoom credential
Create a Zoom credential
Connect a Zoom OAuth credential, stored as a Zoom credential, in Credential Management, then select it on every Zoom action.
How to use these actions
- Map text inputs from earlier steps. Inputs such as Topic, Agenda, and Meeting ID accept a value mapped from a previous step.
- Numbers and toggles take fixed values. The meeting Type, Duration, Page Size, and Page Number numbers and the Notify Registrants toggle are entered directly rather than mapped from a previous step.
- Use
mefor the authenticated user. Where an input expects a user, passmeto act as the connected account. - Scheduled meetings need a Start Time. A scheduled meeting requires a Start Time value.
- Dates use ISO 8601 format. Date and time inputs such as Start Time use ISO 8601 format.
Actions
Meeting
Zoom Meeting Create
Creates a new meeting.Zoom Meeting Update
Updates an existing meeting.Zoom Meeting Get
Retrieves a single meeting.Zoom Meeting Get All
Lists meetings for a user.Zoom Meeting Delete
Deletes a meeting.User
Zoom User Get
Retrieves a single user.Zoom User Get All
Lists users in the account.Example
An agent that schedules a Zoom meeting for a requester:1
Look up the host
A Zoom User Get action with User ID set to the requester’s email confirms the host account.
2
Create the meeting
A Zoom Meeting Create action sets Topic to the meeting title, Type to
2, maps Start Time to the requested slot in ISO 8601 format, and sets Duration to 30.3
Confirm
A model step summarizes the created meeting, including the returned meeting ID and join link, for the activity log.
Troubleshooting
Start Time is required
Start Time is required
A scheduled meeting (Type
2) needs a Start Time in ISO 8601 format. Provide a start time or use an instant meeting (Type 1).Meeting or user not found
Meeting or user not found
The Meeting ID or User ID does not exist or the connected account cannot see it. Confirm the meeting belongs to the authenticated user and use
me for the connected account.Authentication failed
Authentication failed
The Zoom OAuth credential expired or was revoked. Reconnect the credential and confirm the Zoom app grants meeting and user scopes.
