reply_to_channel_message
Reply directly to a specific message in a Microsoft Teams channel with text, markdown formatting, mentions, and importance levels.
Instructions
Reply to a specific message in a channel. Supports text and markdown formatting, mentions, and importance levels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | Team ID | |
| channelId | Yes | Channel ID | |
| messageId | Yes | Message ID to reply to | |
| message | Yes | Reply content | |
| importance | No | Message importance | |
| format | No | Message format (text or markdown) | |
| mentions | No | Array of @mentions to include in the reply | |
| imageUrl | No | URL of an image to attach to the reply | |
| 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 |