Create a new channel in a team.

Note: Creating private or shared channels is not supported with an App Registration connection.

  • Microsoft Graph permissions to access the action via App Registration: Channel.Create, Directory.ReadWrite.All, Group.ReadWrite.All, Teamwork.Migrate.All.

External Documentation

To learn more, visit the Microsoft Teams documentation.

Parameters

ParameterDescription
DescriptionOptional textual description for the channel.
Display NameChannel name as it will appear to the user in Microsoft Teams.
Membership TypeThe type of the channel. Can be set during creation and can’t be changed. Possible values are: * standard: channel inherits the list of members of the parent team.* private: channel can have members that are a subset of all the members on the parent team.* shared: Members can be directly added to the channel without adding them to the team.
Team IDThe ID of the team to create the channel in.Can be obtained by using the List All Teams action.

Workflow Library Example

Create Channel with Microsoft Teams and Send Results Via Email

Preview this Workflow on desktop