# Channels

> The Microsoft Teams Channels activities provide methods to create, delete, retrieve, and update channels.

The Microsoft Teams Channels activities provide methods to create, delete, retrieve, and update channels.

| Activity | Description |
| --- | --- |
| [Create Channel](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/microsoft-teams-create-channel#create-channel) | Creates a new channel in your specified team.  After creating your new channel, the activity outputs its properties in a Channel` object that you can use as an input variable in subsequent activities |
| [Delete Channel](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/microsoft-teams-delete-channel#delete-channel) | Deletes a specified channel from a team. |
| [Get Channel](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/microsoft-teams-get-channel#get-channel) | Retrieves the properties and relationships of a specified channel from a team.  After retrieving your new channel, the activity outputs its properties in a Channel` object that you can use as an input variable in subsequent activities |
| [Get Channels](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/microsoft-teams-get-channels#get-channels) | Retrieves an array of `Channel` objects that match your query parameters and specified team list type.  After retrieving the teams that match your query parameters, that activity outputs a `Channel[]` object that you can use as an input variable in subsequent activities. |
| [Update Channel](https://docs.uipath.com/marketplace/automation-cloud/latest/user-guide/microsoft-teams-update-channel#update-channel) | Updates the name and description of a specified channel in a team. |
