reply_to_channel_message
Respond to a specific message in a Microsoft Teams channel with formatted text, mentions, importance levels, and optional image attachments. Enables targeted and structured replies for effective communication.
Instructions
Reply to a specific message in a channel. Supports text and markdown formatting, mentions, and importance levels.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channelId | Yes | Channel ID | |
format | No | Message format (text or markdown) | |
imageContentType | No | MIME type of the image (e.g., 'image/jpeg', 'image/png') | |
imageData | No | Base64 encoded image data to attach | |
imageFileName | No | Name for the attached image file | |
imageUrl | No | URL of an image to attach to the reply | |
importance | No | Message importance | |
mentions | No | Array of @mentions to include in the reply | |
message | Yes | Reply content | |
messageId | Yes | Message ID to reply to | |
teamId | Yes | Team ID |