Microsoft Teams · Arazzo Workflow
Microsoft Teams Post Channel Announcement
Version 1.0.0
Find a channel by name in a team and post an announcement message to it.
View Spec
View on GitHub
ChatCollaborationCommunicationMicrosoft 365ProductivityVideo ConferencingArazzoWorkflows
Provider
Workflows
post-channel-announcement
Resolve a channel by name and post an announcement, branching when missing.
Lists the channels in a team, and when a channel matching the supplied name exists, posts an announcement to it. When no channel matches, the flow ends without posting.
1
listChannels
listChannels
List the channels in the team so the caller can confirm the target channel exists before posting.
2
postAnnouncement
sendChannelMessage
Post the announcement message into the target channel.