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

Read Direct Messages

Prev Next

Step Details

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

The Read Direct Messages step retrieves direct (one-on-one or group chat) messages available through the configured Microsoft Teams connection. The step uses the selected Microsoft 365 authentication token to access 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 chat 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
Chat IdSpecifies the unique identifier of the chat from which direct messages will be retrieved.String
Max CountSpecifies the maximum number of direct messages to retrieve in a single request. This helps control the volume of data returned and can be used alongside pagination to manage large result sets.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 direct messages accessible through the configured Microsoft Teams connection and token permissions.List of ChatMessageSummary
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 Read Direct Messages step was introduced.9.25May 2026DT-046397
Related Information

Microsoft Teams Module