Step Details |
| Introduced in Version | 9.25.0 |
| Last Modified in Version | 9.25.0 |
| Location | Integration > Microsoft Teams |
The Get Thread Replies step retrieves replies from a specific message thread within a Microsoft Teams channel. The step uses the configured Microsoft 365 authentication token to access thread reply 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 token must have permission to read channel messages and replies. | 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 that contains the channel. | String |
| Channel Id | Specifies the unique identifier of the Microsoft Teams channel that contains the thread. | String |
| Message Id | Specifies the identifier of the message thread for which replies will be retrieved. | String |
Outputs
| Property | Description | Data Type |
|---|
| Replies | Returns a list of replies associated with the specified message thread in Microsoft Teams. | List of ChatMessageSummary |


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