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
- 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)
- 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)
- 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)
- 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)