Move Card to Not Now
fizzy_move_card_to_not_nowMoves a card to the Not Now triage area when it is not a current priority. Removes it from active workflow columns while keeping it accessible for later review.
Instructions
Move a card to the 'Not Now' triage area, indicating it's not a current priority. This removes the card from workflow columns but keeps it accessible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. |