INTEGRATION
QuickBooks Online actions
Manage customers, invoices, bills, payments and the ledger in QuickBooks Online
- Actions
- 54
- Maintained by
- Flomation
Every QuickBooks Online action
- Account: CreateCreate a QuickBooks Online chart-of-accounts account. Returns the account ID and object.
- Account: GetFetch a QuickBooks Online account by ID. Returns the account object.
- Account: QueryQuery QuickBooks Online accounts with SQL-like syntax. Returns matching account rows.
- Bill Payment: CreateRecord a QuickBooks Online bill payment to a vendor. Returns the bill payment ID and object.
- Bill Payment: GetFetch a QuickBooks Online bill payment by ID. Returns the bill payment object.
- Bill Payment: QueryQuery QuickBooks Online bill payments with an optional SQL-like statement.
- Bill: CreateCreate a QuickBooks Online bill for a vendor. Returns the bill ID and object.
- Bill: GetFetch a QuickBooks Online bill by ID. Returns the bill object.
- Bill: QueryQuery QuickBooks Online bills with an optional SQL-like statement. Returns matching bills.
- Company Info: GetFetch the QuickBooks Online company information. Returns the company profile object.
- Credit Memo: CreateCreate a QuickBooks Online credit memo for a customer with line items. Returns the credit memo ID and object.
- Credit Memo: GetFetch a QuickBooks Online credit memo by ID. Returns the credit memo object.
- Credit Memo: QueryQuery QuickBooks Online credit memos with SQL-like syntax. Returns matching credit memo rows.
- Customer: CreateCreate a QuickBooks Online customer. Returns the customer ID and object.
- Customer: GetFetch a QuickBooks Online customer by ID. Returns the customer object.
- Customer: QueryQuery QuickBooks Online customers with SQL-like syntax. Returns matching rows.
- Customer: UpdateUpdate a QuickBooks Online customer (sparse). Requires ID and sync token.
- Deposit: CreateCreate a QuickBooks Online deposit into an account. Returns the deposit ID and object.
- Deposit: GetFetch a QuickBooks Online deposit by ID. Returns the deposit object.
- Deposit: QueryQuery QuickBooks Online deposits. Supply a WHERE clause or a full SQL query.
- Employee: CreateCreate a QuickBooks Online employee. Returns the employee ID and object.
- Employee: GetFetch a QuickBooks Online employee by ID. Returns the employee object.
- Employee: QueryQuery QuickBooks Online employees. Supply a WHERE clause or a full SQL query.
- Estimate: CreateCreate a QuickBooks Online estimate for a customer with line items. Returns the estimate ID and object.
- Estimate: GetFetch a QuickBooks Online estimate by ID. Returns the estimate object.
- Estimate: QueryQuery QuickBooks Online estimates with SQL-like syntax. Returns matching estimate rows.
- Invoice: CreateCreate a QuickBooks Online invoice for a customer with line items.
- Invoice: GetFetch a QuickBooks Online invoice by ID. Returns the invoice object.
- Invoice: QueryQuery QuickBooks Online invoices with SQL-like syntax. Returns matching rows.
- Invoice: SendEmail a QuickBooks Online invoice to the customer or a given address.
- Invoice: UpdateUpdate a QuickBooks Online invoice (sparse). Requires ID and sync token.
- Invoice: VoidVoid a QuickBooks Online invoice. Requires ID and sync token.
- Item: CreateCreate a QuickBooks Online item (product or service). Returns the item ID and object.
- Item: GetFetch a QuickBooks Online item by ID. Returns the item object.
- Item: QueryQuery QuickBooks Online items with an optional SQL-like statement. Returns matching items.
- Journal Entry: CreateCreate a QuickBooks Online journal entry from debit/credit lines. Returns the entry ID and object.
- Journal Entry: GetFetch a QuickBooks Online journal entry by ID. Returns the entry object.
- Journal Entry: QueryQuery QuickBooks Online journal entries. Supply a WHERE clause or a full SQL query.
- Payment: CreateRecord a QuickBooks Online customer payment. Returns the payment ID and object.
- Payment: GetFetch a QuickBooks Online customer payment by ID. Returns the payment object.
- Payment: QueryQuery QuickBooks Online customer payments with an optional SQL-like statement.
- Purchase Order: CreateCreate a QuickBooks Online purchase order for a vendor with line items. Returns the purchase order ID and object.
- Purchase Order: GetFetch a QuickBooks Online purchase order by ID. Returns the purchase order object.
- Purchase Order: QueryQuery QuickBooks Online purchase orders with SQL-like syntax. Returns matching purchase order rows.
- QueryRun a raw QuickBooks Online SQL query against any entity. Returns the whole QueryResponse.
- ReportFetch a QuickBooks Online report (e.g. ProfitAndLoss, BalanceSheet) with an optional date range.
- Sales Receipt: CreateCreate a QuickBooks Online sales receipt for a customer with line items. Returns the sales receipt ID and object.
- Sales Receipt: GetFetch a QuickBooks Online sales receipt by ID. Returns the sales receipt object.
- Sales Receipt: QueryQuery QuickBooks Online sales receipts with SQL-like syntax. Returns matching sales receipt rows.
- Tax Code: GetFetch a QuickBooks Online tax code by ID. Returns the tax code object.
- Tax Code: QueryQuery QuickBooks Online tax codes. Supply a WHERE clause or a full SQL query.
- Vendor: CreateCreate a QuickBooks Online vendor. Returns the vendor ID and object.
- Vendor: GetFetch a QuickBooks Online vendor by ID. Returns the vendor object.
- Vendor: QueryQuery QuickBooks Online vendors with SQL-like syntax. Returns matching rows.
Wire QuickBooks Online into the rest of your stack
Every action here drops onto the canvas alongside the other 3,585, so a QuickBooks Online step can sit between a form, a database and a message without any glue code.
