Zoom · Arazzo Workflow
Zoom List Meetings and Inspect the First
Version 1.0.0
List a user's meetings and fetch the first meeting's details, branching when none exist.
View Spec
View on GitHub
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinarsArazzoWorkflows
Provider
Workflows
list-meetings-and-inspect-first
List a user's meetings and fetch the first meeting's details.
Calls listMeetings for a user and, only when meetings exist, calls getMeeting for the first meeting id to read its full details.
1
listMeetings
listMeetings
List the meetings scheduled for the user and capture the first id.
2
getFirstMeeting
getMeeting
Fetch the full details of the first meeting returned by the list step.