Zoom · Arazzo Workflow
Zoom Create and Confirm a Meeting Poll
Version 1.0.0
Schedule a meeting, attach a poll to it, and read the poll back.
View Spec
View on GitHub
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinarsArazzoWorkflows
Provider
Workflows
create-meeting-poll
Create a scheduled meeting, add a poll, and confirm the poll.
Calls createMeeting to schedule a meeting, createMeetingPoll to attach a poll, and getMeetingPoll to confirm the persisted poll.
1
createMeeting
createMeeting
Schedule a meeting so a poll can be attached to it.
2
createPoll
createMeetingPoll
Create a single-choice poll on the meeting with one required question.
3
confirmPoll
getMeetingPoll
Read the created poll back by id to confirm the persisted questions.