Skip to main content
Zoom actions let an agent work with meetings and users directly in a flow. An agent can create, update, read, list, and delete meetings, and look up users, then pass the results to later steps.

Supported actions

Prerequisites

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 me for the authenticated user. Where an input expects a user, pass me to 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

A scheduled meeting (Type 2) needs a Start Time in ISO 8601 format. Provide a start time or use an instant meeting (Type 1).
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.
The Zoom OAuth credential expired or was revoked. Reconnect the credential and confirm the Zoom app grants meeting and user scopes.
For issues common to every vendor, see the Actions overview.