Platform that combines chat, video meetings, file storage, and app integration
microsoftteams.sendChannelMessage
content
(TEXT, Required): The message you want to send
channelId
(TEXT, Required): The unique identifier of the channel you want to send the message inteamId
(TEXT, Required): The unique identifier of the Team you want to send the message inmicrosoftteams.listAllChats
microsoftteams.listAllUsersinChat
chatId
(TEXT, Required): The unique ID of the chat you want to retrieve the user frommicrosoftteams.sendChatMessage
chatId
(TEXT, Required): The unique identifier of the chat you want to send the message in
content
(TEXT, Required): The message you want to sendmicrosoftteams.listAllTeams
microsoftteams.listAllChannels
teamId
(TEXT, Required): The ID of the team you want all channels listed formicrosoftteams.searchMessages
query
(TEXT, Required): Search term used to find messages in Microsoft Teamsmicrosoftteams.findChat
query
(TEXT, Required): Search term used to filter Microsoft Teams chats by their topic namesmicrosoftteams.newChannelMessage
channelId
(TEXT, Required): The ID of the channel you want to monitor for new messages
keyword
(TEXT, Optional): Keywords that should be included in the message to triggerteamId
(TEXT, Required): The unique ID of the team the channel you want to monitor belongs tomicrosoftteams.newChatMessage
chatId
(TEXT, Required): The ID of a chat that you want to monitor
keyword
(TEXT, Optional): Keyword or multiple keywords you would like to filter formicrosoftteams.newChannelMention
teamId
(TEXT, Optional): The ID of the team that should be monitored for mentions in channels
channelId
(TEXT, Optional): The ID of the channel that should be monitored for mentions in channelskeyword
(TEXT, Optional): To filter messages containing a specific keywordmentionType
(TEXT, Optional): Type of mention to filter for (can be ‘channel’, ‘team’, or ‘person’)Issue | Solution |
---|---|
Authentication failed | Verify your OAuth credentials |
Rate limit exceeded | Reduce request frequency |
Data not found | Check permissions and data availability |
Connection timeout | Verify network connectivity |