Increases a Monarch budget category's planned amount for the current month. The added amount is on top of whatever is already budgeted.
- API endpoint slug
- eclosion.budget_to
- Filter code method
- Eclosion.budgetTo.skip(string?: reason)
- Runtime method
- runAction("eclosion.budget_to", {})
Action fields
- Label
- Which category?
- Helper text
- The budget category to add funds to
- Slug
- category
- Required
- true
- Can have default value
- false
- Label
- How much?
- Helper text
- Dollar amount to add to the category's budget (whole dollars, e.g. 50)
- Slug
- amount
- Required
- true
- Can have default value
- true
- Filter code method
- Eclosion.budgetTo.setAmount(string: amount)