bulk_update_transactions
Batch update up to 500 transactions at once by specifying IDs and fields to change. Categorize, mark as reviewed, or assign tags in one operation.
Instructions
Update multiple transactions at once (max 500). Each item needs an id plus the fields to change.
Common uses: batch-categorize transactions, bulk mark as reviewed, assign tags to multiple transactions. Fields per transaction: category_id, payee, notes, tag_ids, status, date, amount, currency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transactions | Yes | Array of transactions to update, each with id + fields |