Automate Reddit
Explore Plans
Mobile menu Close menu
MonzoMonzo

Move money into a pot

This action will move money from your main account into 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 move money from your main account into a pot of your choice.
API endpoint slug
monzo.pot_deposit
Filter code method
Monzo.potDeposit.skip(string?: reason)
Runtime method
runAction("monzo.pot_deposit", {})

Action fields

Pot Dropdown list

Label
Pot
Helper text
One of the pots on your Monzo account.
Slug
pot
Required
true
Can have default value
false

Amount Text input > Other

Label
Amount
Helper text
The amount in GBP (£) to move. For example, "5" for £5 or "0.33" for 33p. Don't include the currency symbol.
Slug
amount
Required
true
Can have default value
true
Filter code method
Monzo.potDeposit.setAmount(string: amount)