Microsoft Teams · Arazzo Workflow
Microsoft Teams Provision Channel
Version 1.0.0
Confirm a team, create a channel in it, and post an opening message.
View Spec
View on GitHub
ChatCollaborationCommunicationMicrosoft 365ProductivityVideo ConferencingArazzoWorkflows
Provider
Workflows
provision-channel
Create a channel in an existing team and seed it with a first message.
Resolves the team, creates a standard channel, and immediately posts an opening message so the channel is not empty when members arrive.
1
confirmTeam
getTeam
Read the target team to confirm it exists and is reachable before creating a channel inside it.
2
createChannel
createChannel
Create a new standard channel in the confirmed team using the supplied name and description.
3
postOpeningMessage
sendChannelMessage
Post an opening HTML message into the newly created channel so it has initial content.