For the complete documentation index, see llms.txt. This page is also available as Markdown.

Action: Create a Meeting

Zoom Operation

Create a meeting for a specific user in Zoom

Example User Story

As a user, I want to create a Zoom meeting for a specific user so that I can schedule and manage meetings programmatically.

Fields

Field Name
Field Type
Required

userId

String

Yes

topic

String

Yes

type

Integer

No

start_time

String

No

duration

Integer

No

timezone

String

No

agenda

String

No

Example link

Code (Apache v2.0): Operation

Last updated