Automate Reddit
Explore Plans
Mobile menu Close menu
ZoomZoom

Create a meeting

This action will create a new meeting.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will create a new meeting.
API endpoint slug
zoom.create_meeting
Filter code method
Zoom.createMeeting.skip(string?: reason)
Runtime method
runAction("zoom.create_meeting", {})

Action fields

Meeting topic Text input > Short text

Label
What is the name of the meeting?
Slug
meeting_topic
Required
true
Can have default value
true
Filter code method
Zoom.createMeeting.setMeetingTopic(string: meetingTopic)

Meeting datetime Text input > ISO 8601 date and time

Label
When is the meeting?
Helper text
Ex. 3 hours from now, Next Monday at 3PM
Slug
meeting_datetime
Required
true
Can have default value
true
Filter code method
Zoom.createMeeting.setMeetingDatetime(string: meetingDatetime)

Meeting duration Dropdown list

Label
How long is the meeting?
Helper text
Duration of the meeting in minutes.
Slug
meeting_duration
Required
true
Can have default value
true
Filter code method
Zoom.createMeeting.setMeetingDuration(string: meetingDuration)

Meeting agenda Text input > Short text

Label
What is the meeting agenda?
Helper text
Agenda for the meeting (max 250 characters)
Slug
meeting_agenda
Required
false
Can have default value
true
Filter code method
Zoom.createMeeting.setMeetingAgenda(string: meetingAgenda)