New services
Explore Plans
Mobile menu Close menu
MonzoMonzo

Move money out of a pot

This action will move money from a pot of your choice to your main account.

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 a pot of your choice to your main account.
API endpoint slug
monzo.pot_withdraw
Filter code method
Monzo.potWithdraw.skip(string?: reason)
Runtime method
runAction("monzo.pot_withdraw", {})

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.potWithdraw.setAmount(string: amount)