Send Teams Chat Message
teams_send_chat_messagePost a message to a Microsoft Teams chat as the signed-in user. Works for group chats and private conversations.
Instructions
Send a message to a Teams chat as the signed-in user. Requires delegated ChatMessage.Send. Chinese intents / 中文意图: 发送Teams聊天消息, 给Teams群聊发消息, 发送私聊消息.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chatId | Yes | Chat ID. | |
| content | Yes | Message content. | |
| contentIsHtml | No | Whether the content is HTML. Defaults to false. |