Skip to main content
Version: v0.17.0

M365ChannelMessagesRead

Alias:M365ChannelMessagesRead

Output:Array<T>

Reads M365 Channels. Uses /teams/{teamId}/channels/{channelId}/messages endpoint.

ParameterTypeRequiredPositionDefault ValueSummary
ChannelIdstringChannelName must be set.The Id of the Channel. Either this or ChannelName must be set.
ChannelNamestringChannelId must be set.The Name of the Channel. Either this or ChannelId must be set.
TeamIdstringTeamName must be set.The Id of the Team the channel belongs to. Either this or TeamName must be set.
TeamNamestringTeamId must be set.The Name of the Team the channel belongs to. Either this or TeamId must be set.