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
- Label
- Pot
- Helper text
- One of the pots on your Monzo account.
- Slug
- pot
- Required
- true
- Can have default value
- false
- 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)