Add Category Rule
finance_add_category_ruleAutomatically categorize transactions by matching a substring in the merchant name or descriptor, recategorizing all matching past and future entries.
Instructions
Create a rule that assigns a category to any transaction whose merchant name or bank descriptor contains a given substring — and immediately recategorize all matching transactions (past and future imports/syncs honor it too). Use this to clean up transactions stuck in 'other'. Match is case-insensitive. Args: match (substring, e.g. 'menards'), category. Returns how many transactions were recategorized. Example: {match:'robinhood', category:'transfers'}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match | Yes | Substring to match on merchant name / descriptor (case-insensitive) | |
| category | Yes | Category to assign to matches |