Move Eclosion funds when a Webhook request arrives
Moves budget funds from one category to another. Reduces the source category's budget and increases the destination's by the same amount. Total planned spending stays the same.
Developer info
- API endpoint slug
- eclosion.move_funds
- Filter code method
- Eclosion.moveFunds.skip(string?: reason)
- Runtime method
- runAction("eclosion.move_funds", {})
Action fields
Source category Dropdown list
- Label
- Which category to take from?
- Helper text
- The category whose budget will be reduced
- Slug
- source_category
- Required
- true
- Can have default value
- false
Destination category Dropdown list
- Label
- Which category to move to?
- Helper text
- The category whose budget will be increased
- Slug
- destination_category
- Required
- true
- Can have default value
- false
Amount Text input > Other
- Label
- How much?
- Helper text
- Dollar amount to move (whole dollars, e.g. 50). Clamped to available source budget.
- Slug
- amount
- Required
- true
- Can have default value
- true
- Filter code method
- Eclosion.moveFunds.setAmount(string: amount)