send_chat_message
Send messages to specific chat conversations in Microsoft Teams, supporting text or markdown formatting, @mentions, and customizable importance levels for effective communication.
Instructions
Send a message to a specific chat conversation. Supports text and markdown formatting, mentions, and importance levels.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chatId | Yes | Chat ID | |
format | No | Message format (text or markdown) | |
importance | No | Message importance | |
mentions | No | Array of @mentions to include in the message | |
message | Yes | Message content |