Send Channel Message
send_channel_messageSend a message to a Microsoft Teams channel with text, markdown, user mentions, attachments, and priority levels.
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 |
|---|---|---|---|
| format | No | Message format (text or markdown) | |
| teamId | Yes | Team ID | |
| message | Yes | Message content | |
| imageUrl | No | URL of an image to attach to the message | |
| mentions | No | Array of @mentions to include in the message | |
| tenantId | No | Target tenant ID from list_tenants. Omit only when a default is configured or exactly one tenant is connected. Resource IDs belong to this tenant. | |
| channelId | Yes | Channel ID | |
| imageData | No | Base64 encoded image data to attach | |
| importance | No | Message importance | |
| imageFileName | No | Name for the attached image file | |
| imageContentType | No | MIME type of the image (e.g., 'image/jpeg', 'image/png') |