Add Reaction
fizzy_add_reactionAdd an emoji reaction to any comment to quickly acknowledge it or respond without typing a full reply. Supports emojis, short text, and emoji shortcodes.
Instructions
Add an emoji reaction to a comment. Reactions can be emojis (👍, ❤️, 🎉) or short text (max 16 characters). Use this to quickly acknowledge or respond to comments without writing a full reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The reaction content (max 16 characters). Can be: emojis (👍, ❤️, 🎉, 👏, 🚀), short text ('Nice!', 'LGTM', '+1', 'Thanks'), or emoji shortcodes (':thumbsup:', ':heart:'). Reactions provide quick, lightweight responses to comments. | |
| comment_id | Yes | The unique comment identifier: a 25-character identifier, e.g., '0000000000000000000000abc'. Get comment IDs from fizzy_get_card_comments. | |
| card_number | Yes | The card number - the visible ID shown on the board (e.g., '#123'). This is different from card_id and is used for some endpoints. Card numbers are shown in the Fizzy UI and are user-friendly identifiers. | |
| account_slug | Yes | The account slug identifier (e.g., '123456' or '/123456'). This identifies which Fizzy account to operate on. Get available account slugs from fizzy_get_identity or fizzy_get_accounts. |