Send Teams Channel Message
teams_send_channel_messageSend a message to a Teams channel as the signed-in user. Post updates or notifications directly to a specific team conversation.
Instructions
Send a message to a Teams channel as the signed-in user. Requires delegated ChannelMessage.Send. Chinese intents / 中文意图: 发送Teams频道消息, 在频道发消息, 给团队频道发通知.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | Teams team ID. | |
| content | Yes | Message content. | |
| channelId | Yes | Teams channel ID. | |
| contentIsHtml | No | Whether the content is HTML. Defaults to false. |