Zoom · Arazzo Workflow
Zoom Archived Chat History Drill-Down
Version 1.0.0
List archived chat sessions, then read the messages of the first session, branching when none exist.
View Spec
View on GitHub
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinarsArazzoWorkflows
Provider
Workflows
chat-history-drill-down
List archived chat sessions and read the first session's messages.
Calls chatList for a date range and, only when sessions exist, calls chatGet for the first session id to read its messages.
1
listSessions
chatList
List the archived chat sessions for the date range and capture the first session id.
2
getMessages
chatGet
Read the chat messages for the first session over the same date range.