Get an email when You Need A Budget account is low
This trigger fires when an account balance drops below your specified threshold.
Developer info
- API endpoint slug
- you_need_a_budget.low_account_balance
Trigger fields
Account Dropdown list
- Label
- Account
- Helper text
- Choose a plan and account, or pick "Any account" within a plan to monitor all of its accounts.
- Slug
- account_id
- Required
- true
- Can have default value
- false
Threshold Text input
- Label
- Threshold
- Helper text
- The balance threshold in dollars (e.g. 500). The trigger fires when the balance drops below this amount.
- Slug
- threshold
- Required
- true
- Can have default value
- true
Ingredients
Account name The name of the account.
- Slug
- account_name
- Filter code
- YouNeedABudget.lowAccountBalance.AccountName
- Type
- String
- Example
- Checking
Balance The current account balance.
- Slug
- balance
- Filter code
- YouNeedABudget.lowAccountBalance.Balance
- Type
- String
- Example
- 342.50
Account type The type of account (checking, savings, etc.).
- Slug
- account_type
- Filter code
- YouNeedABudget.lowAccountBalance.AccountType
- Type
- String
- Example
- checking
Occurred at When the low balance was detected.
- Slug
- occurred_at
- Filter code
- YouNeedABudget.lowAccountBalance.OccurredAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00