> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create Channel

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`.

<Note>
  External Documentation

  To learn more, visit the [Microsoft Teams documentation](https://learn.microsoft.com/en-us/graph/api/channel-post?view=graph-rest-1.0\&tabs=http).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter       | Description                                                                                                                                                                                                                                                                                                                                                                                         |
  | --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Description     | Optional textual description for the channel.                                                                                                                                                                                                                                                                                                                                                       |
  | Display Name    | Channel name as it will appear to the user in Microsoft Teams.                                                                                                                                                                                                                                                                                                                                      |
  | Membership Type | The type of the channel. Can be set during creation and can't be changed. <br /><br />Possible values are: <br /><br />\* `standard`: channel inherits the list of members of the parent team.<br />\* `private`: channel can have members that are a subset of all the members on the parent team.<br />\* `shared`: Members can be directly added to the channel without adding them to the team. |
  | Team ID         | The ID of the team to create the channel in.<br /><br />Can be obtained by using the `List All Teams` action.                                                                                                                                                                                                                                                                                       |
</div>

## Workflow Library Example

[Create Channel with Microsoft Teams and Send Results Via Email](https://library.blinkops.com/workflows/create-channel-with-microsoft-teams-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-channel-with-microsoft-teams-and-send-results-via-email/canvas" />
</div>
