Step Details |
| Introduced in Version | 9.25.0 |
| Last Modified in Version | 9.25.0 |
| Location | Integration > Microsoft Teams |
The Post Message to Channel step sends a message to a specified Microsoft Teams channel. The step uses the configured Microsoft 365 authentication token to deliver the message 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 send messages to channels. | 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 where the message will be posted. | String |
| Channel Id | Specifies the unique identifier of the Microsoft Teams channel where the message will be posted. | String |
| Message Text | Specifies the message content to be sent to the channel. | String |



Step Changes
| Description | Version | Date | Developer Task |
|---|
| The Post Message to Channel step was introduced. | 9.25 | May 2026 | DT-046397 |