Microsoft Office · Arazzo Workflow
Microsoft Office Build a Teams Channel Message Digest
Version 1.0.0
Walk the user's joined teams, enumerate a team's channels, and pull a channel's recent messages.
Provider
Workflows
teams-channel-message-digest
Traverse teams to channels to messages for a single channel digest.
Establishes the caller's team membership, resolves the channel list for the target team, and reads the channel's messages, ending cleanly when the team has no channels to digest.
1
listJoinedTeams
listMyJoinedTeams
List the teams the signed-in user has joined, establishing the set of teams the digest is permitted to read.
2
listChannels
listTeamChannels
Enumerate the target team's channels to confirm the requested channel is present and to capture channel names for the digest headings.
3
listMessages
listChannelMessages
Read the chat messages posted to the target channel, giving the digest the raw conversation to summarize or archive.