Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Get Messages in Channel

Prev Next

Step Details

Introduced in Version9.25.0
Last Modified in Version9.25.0
LocationIntegration > Microsoft Teams

The Get Messages in Channel step retrieves messages from a specified Microsoft Teams channel. The step uses the configured Microsoft 365 authentication token to access channel messages based on the permissions assigned in Azure.


Teams Connection

PropertyDescriptionData Type
Selected Auth TokenSelects the Microsoft 365 authentication token used to connect to Microsoft Teams. The token must have permission to read channel messages.Dropdown
Use FlowData for Auth TokenWhen enabled, it allows the authentication token to be provided dynamically via Flow data rather than selecting a predefined token.Boolean

Inputs

PropertyDescriptionData Type
Team IdSpecifies the unique identifier of the Microsoft Team that contains the channel.String
Channel IdSpecifies the unique identifier of the Microsoft Teams channel from which messages will be retrieved.String
Max CountSpecifies the maximum number of messages to retrieve from the Microsoft Teams channel in a single request. This can be used to limit the number of returned messages and manage paginated results.Int32
Next LinkIndicates the URL or reference used to retrieve the next page of results when data is returned in multiple pages.String

Outputs

PropertyDescriptionData Type
MessagesReturns messages from the specified Microsoft Teams channel based on the configured connection and permissions.List of ChatMessages
Next LinkIndicates the URL or reference used to retrieve the next page of results when data is returned in multiple pages.String


Step Changes

DescriptionVersionDateDeveloper Task
The Get Messages in Channel step was introduced.9.25May 2026DT-046397
Related Information

Microsoft Teams Module