clsZoomMeeting Step
Description:
This step is used to create a Zoom meeting.
Inputs
- selOAuthProvider – select oAuth Provider connection
- meetName – provide a meeting name
- meetPassword – provide a meeting password
- startDateTime – configure meeting start date time
- agenda – provide agenda for the meeting
- duration – duration in minutes
- timeZone – provide the time zone
- emails – list of participant emails
- meetIDVar – variable/global to store the meeting ID
- meetURLVar – variable/global to store the meeting URL
- resultJSON - variable/global to store the JSON result
Returns
- True – step executed successfully
- False – step failed to execute
Usage:

Prerequisite:
Navigate to the Integration - Connections page. Create a new OAuth connection string as shown below.

The OAuth connection string for Zoom is provided here for reference.

Example:
Let’s build and execute the “clsZoomMeetingDef” example.
- Create a new process definition named “clsZoomMeetingDef” and open it in designer mode.
- Drag a “clsZoomMeeting" step to the canvas.
- Connect the dots between the “Start” and the “clsZoomMeeting" step as shown above.
- Define a variable or a global to store the result.
- Click the "clsZoomMeeting" step to configure its "Required" properties. Provide a name for the step. Select the Zoom OAuth connection string from the drop-down list. Enter the meeting description. Set the meeting date and time. Enter the meeting duration. Enter the participants' email IDs. Provide a variable or global reference to store the meeting URL. Provide a variable or global reference to store the meeting JSON event as a JSON object. Click the Save button. Note: Click the "AI Predict" button for the Copilot to add new process steps that match your process description.

- Click the "clsZoomMeeting" step to configure its "Optional" properties. Enter the meeting password. Enter the meeting agenda description. Select the meeting time zone. Enter the variable/global reference to store the Zoom meeting ID. Click the Save button.

- The “Logging” configuration is necessary for documentation and also measures workflow progress and percent complete. This is achieved by configuring the step state and percent fields individually, as shown below. Configure the “Logging” using the following properties.

- Save the process definition, create a new instance, and execute it. Render the process instance. Click the process step to view its variables. The “clsZoomMeeting” step should create a Zoom meeting and email the invite to the participants.
Definition Sample:
You may download the sample definition(s) from the link provided and later import them (drag-and-drop) into your FlowWright Process Definition (XML file) or Form Definition (HTML file) page.
Note: Please verify and complete the process steps for any missing configurations, such as file path references and database connections, after the import. Then, save the definition to confirm the changes.