Step Details |
| Introduced in Version | 9.25.0 |
| Last Modified in Version | 9.25.0 |
| Location | Integration > Microsoft Teams |
The Get Channels in Team step retrieves the list of channels associated with a specified Microsoft Team. The step uses the configured Microsoft 365 authentication token to access channel data based on the permissions assigned in Azure.
Teams Connection
| Property | Description | Data Type |
|---|
| Selected Auth Token | Selects the Microsoft 365 authentication token used to connect to Microsoft Teams. The available options are populated based on configured tokens. | Dropdown |
| Use FlowData for Auth Token | When enabled, it allows the authentication token to be provided dynamically via Flow data rather than selecting a predefined token. | Boolean |
Inputs
| Property | Description | Data Type |
|---|
| Team Id | Specifies the unique identifier of the Microsoft Team from which channels will be retrieved. | String |
Outputs
| Property | Description | Data Type |
|---|
| Channels | Returns a list of channels associated with the specified Microsoft Team. | List of TeamsChannel |


Step Changes
| Description | Version | Date | Developer Task |
|---|
| The Get Channels in Team step was introduced. | 9.25 | May 2026 | DT-046397 |