Set Channel Message Reaction
set_channel_message_reactionAdd an emoji or named reaction (like, heart, laugh) to a Microsoft Teams channel message or reply. Specify team, channel, message, and reaction type to confirm or acknowledge.
Instructions
Add a reaction to a message in a Teams channel. Supports Unicode emoji characters and named reactions (like, angry, sad, laugh, heart, surprised). Can also react to replies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamId | Yes | Team ID | |
| replyId | No | Reply ID if reacting to a reply (optional) | |
| 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 | |
| messageId | Yes | Message ID to react to | |
| reactionType | Yes | Reaction type - Unicode emoji (e.g., "👍") or named reaction (e.g., "like", "heart") |