send_channel_message
Send messages to Microsoft Teams channels with text, markdown formatting, mentions, attachments, and importance levels for team communication.
Instructions
Send a message to a specific channel in a Microsoft Team. Supports text and markdown formatting, mentions, and importance levels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | Team ID | |
| channelId | Yes | Channel 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 | |
| imageUrl | No | URL of an image to attach to the message | |
| imageData | No | Base64 encoded image data to attach | |
| imageContentType | No | MIME type of the image (e.g., 'image/jpeg', 'image/png') | |
| imageFileName | No | Name for the attached image file |