Update channel action allows to update the properties of the specified channel in Microsoft Teams.
Example of Update channel action configuration on the current site
For more information about Action Builder read Action Builder introduction article.
Note 1: In order to use the Update channel action in Scheduled/Triggered Actions skybow Teams Connector has to be approved by a tenant administrator and site has to be added to Approved sites list before this action can be used. Learn more about skybow M365 Connectors
Note 2: When you deploy the solution to another SharePoint tenant, it requires approval of skybow Teams Connector on the deployment tenant as well.
To configure the action Update channel additional properties should be specified:
Configuration
Property | Required | Type | Description |
Team | yes | String | Id or name of the team with channel |
Channel | yes | String | Id or name of the channel to update |
Channel name | no | String | New name for the channel |
Description | no | String |
New description for the channel |
Who can post new messages | no | String |
|
Who can reply to messages | no | String |
|
Allow messages from bots | no | Boolean |
|
Allow messages from connectors | no | Boolean |
|
Archiving options | no | String |
|
Availability
Modern Forms | List Actions | Scheduled/Triggered Actions |
- | - | ✓ |
Output
Output Parameter | Type | Description |
ChannelID | String | Returns the Id of the channel as output parameter and can be used in subsequent actions. |
ChannelName | String | Returns the updated name of the channel |
ChannelDescription | String | Returns the updated description of the channel |
ChannelUrl | String | Returns the full URL to the channel in Microsoft Teams |