send_chat_message
Send formatted messages to Microsoft Teams chats with mentions and priority settings to communicate effectively within conversations.
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 | |
| message | Yes | Message content | |
| importance | No | Message importance | |
| format | No | Message format (text or markdown) | |
| mentions | No | Array of @mentions to include in the message |