The Microsoft Teams Channels activities provide methods to create, delete, retrieve, and update channels.
Activity | Description |
---|---|
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 in input variable in subsequent activities | |
Deletes a specified channel from a team. | |
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 in input variable in subsequent activities | |
Retrieves an array of After retrieving the teams that match your query parameters, that activity outputs a | |
Updates the name and description of a specified channel in a team. |
Updated about a year ago