Cross-Provider Workflow
Teams Create Channel and Message
Version 1.0.0
Create a Microsoft Teams channel, then post the first message into it.
Providers Orchestrated
Workflows
create-channel-and-message
Create a Teams channel, then post the first message into it.
Creates a new channel in a Microsoft Teams team and, on success, posts the first message into the newly created channel.
1
create-channel
$sourceDescriptions.teamsGraphApi.createChannel
Create the new channel within the Teams team.
2
post-first-message
$sourceDescriptions.teamsGraphApi.sendChannelMessage
Post the first message into the newly created channel.