Automate Reddit
Explore Plans
Mobile menu Close menu
RoosterMoneyRoosterMoney

Remove

This action will remove your child a predefined amount to a pot of your choice.

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 remove your child a predefined amount to a pot of your choice.
API endpoint slug
roostermoney.remove
Filter code method
Roostermoney.remove.skip(string?: reason)
Runtime method
runAction("roostermoney.remove", {})

Action fields

Amount Text input > Other

Label
Amount
Helper text
If you want it to remove 10.00 enter 10. Do not include the currency character.
Slug
amount
Required
true
Can have default value
true
Filter code method
Roostermoney.remove.setAmount(string: amount)

Child Dropdown list

Label
Child
Slug
child
Required
true
Can have default value
false

Pot Dropdown list

Label
Pot
Slug
pot
Required
true
Can have default value
true
Filter code method
Roostermoney.remove.setPot(string: pot)

Description Text input > Title

Label
Description
Helper text
Description to show in transaction history
Slug
description
Required
false
Can have default value
true
Filter code method
Roostermoney.remove.setDescription(string: description)