QuickBooks: Search Accounts logo

Catalog action Integrations pipedream:quickbooks

Search accounts in QuickBooks Online by name, type, or other criteria. Returns account IDs, names, types, and balances. Use this to look up account IDs needed for creating purchases or other transactions. Ideal for: account lookup, finding account IDs, listing expense categories.

At a Glance

FieldValue
Action IDquickbooks-search-accounts
CategoryIntegrations
Connectorpipedream:quickbooks
Requires gasNo
Funds movementNone declared
Tagspipedream, integration, oauth, quickbooks, accounting, bookkeeping, finance, search, query

Payload Schema

FieldTypeRequiredDescription
whereClausestringYesSQL-like WHERE clause for filtering (e.g., "Name = 'Checking Account'" or "AccountType = 'Expense'")
orderClausestringNoSQL-like ORDER BY clause (e.g., "Name ASC" or "AccountType DESC")
maxResultsstringNoMaximum number of results to return (e.g., "10"). Default is all results.
startPositionstringNoStarting position for pagination (e.g., "1" for first page, "11" for second page with maxResults=10)

Result Schema

FieldTypeRequiredDescription
successbooleanYesWhether the search was successful
dataobjectNoQuickBooks Query API response
exportsobjectNoPipedream exports (if any)

Examples

json
{ "type": "quickbooks-search-accounts", "payload": { "whereClause": "example-whereClause" }, "children": [], "connector": { "type": "pipedream:quickbooks", "id": "conn_pipedream_quickbooks" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I