Teams Send Channel Message
teams_send_channel_messageSends a text message to a Microsoft Teams channel via Graph API. Requires connect_m365_account with Chat.ReadWrite / ChannelMessage.Send permissions. team_id and channel_id must come from teams_list_teams / teams_list_channels. First call returns a preview; set confirm=true to send.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Plain-text message body | |
| confirm | No | Set true to send; false returns preview | |
| team_id | Yes | Team ID from teams_list_teams, or the team's name | |
| channel_id | Yes | Channel ID from teams_list_channels, or the channel's name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||