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