Zoom · Arazzo Workflow
Zoom Approve Pending Meeting Registrants
Version 1.0.0
Find pending meeting registrants and approve them, branching when none are pending.
View Spec
View on GitHub
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinarsArazzoWorkflows
Provider
Workflows
approve-pending-registrants
List pending meeting registrants and approve them when any exist.
Calls listMeetingRegistrants filtered to pending, and only when the list is non-empty calls updateMeetingRegistrantStatus with the approve action.
1
listPending
listMeetingRegistrants
List the registrants for the meeting whose status is pending, so they can be approved.
2
approvePending
updateMeetingRegistrantStatus
Approve the pending registrants returned by the list step using the approve action.