Post Xero cash balance to Slack
This query returns the current balance of the bank account you select in the organisation you select.
Developer info
- API endpoint slug
- xero.get_cash_balance
- Runtime method
- performQuery("xero.get_cash_balance"}
Query fields
Organisation Dropdown list
- Label
- Which organisation?
- Helper text
- The Xero organisation to look in.
- Slug
- organisation
- Required
- true
- Can have default value
- false
Bank account Dropdown list
- Label
- Which bank account?
- Helper text
- The bank account whose balance you want.
- Slug
- bank_account
- Required
- true
- Can have default value
- false
Ingredients
Account name
- Slug
- account_name
- Filter code
- Xero.getCashBalance.AccountName
- Type
- String
- Example
- Business Bank Account
Closing balance
- Slug
- closing_balance
- Filter code
- Xero.getCashBalance.ClosingBalance
- Type
- String
- Example
- 10250.75
Currency code
- Slug
- currency_code
- Filter code
- Xero.getCashBalance.CurrencyCode
- Type
- String
- Example
- USD
As at date
- Slug
- as_at_date
- Filter code
- Xero.getCashBalance.AsAtDate
- Type
- Date (ISO8601)
- Example
- 2020-07-07
