Move Card to Column
fizzy_move_card_to_columnMove a card from triage into a specific workflow column to advance it through your project stages. Provide account, card number, and column ID to update its status on the board.
Instructions
Move a card from triage to a specific workflow column. Use this to transition cards through your workflow stages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| column_id | Yes | The unique column identifier: a 25-character identifier, e.g., '0000000000000000000000abc'. Columns represent workflow stages. Get available column IDs from fizzy_get_columns. | |
| 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. |