Create Comment
fizzy_create_commentAdd a comment to a card with HTML formatting for bold, italic, links, code blocks, and lists. Provide feedback or updates on any Fizzy card.
Instructions
Add a new comment to a card. Supports HTML formatting for rich text content including bold, italic, links, code blocks, and lists. Use this to provide feedback or updates on cards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Comment content (required). Supports HTML formatting: <b>bold</b>, <i>italic</i>, <a href='...'>links</a>, <code>code</code>, <ul><li>bullet lists</li></ul>, <ol><li>numbered lists</li></ol>, <pre>code blocks</pre>, <blockquote>quotes</blockquote>. Use plain text for simple comments. | |
| card_id | No | The unique card identifier (numeric string, e.g., '67890'). Provide either card_id or card_number. Get available card IDs from fizzy_get_cards. | |
| card_number | No | The card number - the visible ID shown on the board (e.g., '#123'). Provide either card_id or card_number. | |
| 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. |