About this action
Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.
Developer info
- Description
- This action will transfer your child a predefined amount to and from the pots of your choice.
- API endpoint slug
- roostermoney.transfer
- Filter code method
- Roostermoney.transfer.skip(string?: reason)
- Runtime method
- runAction("roostermoney.transfer", {})
Action fields
Amount Text input > Other
- Label
- Amount
- Helper text
- If you want it to transfer 10.00 enter 10. Do not include the currency character.
- Slug
- amount
- Required
- true
- Can have default value
- true
- Filter code method
- Roostermoney.transfer.setAmount(string: amount)
Child Dropdown list
- Label
- Child
- Slug
- child
- Required
- true
- Can have default value
- false
Source pot Dropdown list
- Label
- Source Pot
- Slug
- source_pot
- Required
- true
- Can have default value
- true
- Filter code method
- Roostermoney.transfer.setSourcePot(string: sourcePot)
Destination pot Dropdown list
- Label
- Destination Pot
- Slug
- destination_pot
- Required
- true
- Can have default value
- true
- Filter code method
- Roostermoney.transfer.setDestinationPot(string: destinationPot)
Note Text input > Title
- Label
- Note
- Slug
- note
- Required
- false
- Can have default value
- true
- Filter code method
- Roostermoney.transfer.setNote(string: note)