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
Related Connections
Related Automations
Example link
Code (Apache v2.0): Operation
Last updated