clickup_chat_reaction_list
List emoji reactions on a ClickUp Chat message grouped by emoji, showing count and reacting users. Obtain reaction summary for any message by providing its ID.
Instructions
List the emoji reactions on a ClickUp Chat message grouped by emoji — each entry includes the emoji, count, and the users who reacted with it. Returns an array of reaction summary objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | ID of the message whose reactions to list. Obtain from clickup_chat_message_list (field: id). | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |