AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
QuickBooks OnlineQuickBooks Online

Find customer

This query returns Quickbooks Online customers.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns Quickbooks Online customers.
API endpoint slug
quickbooks_online.find_customer
Runtime method
performQuery("quickbooks_online.find_customer")

Query fields

Email address Text input > Other

Label
Email address:
Helper text
You must use either this field or Display Name.
Slug
email_address
Required
false
Can have default value
true

Display name Text input > Other

Label
Display name:
Helper text
You must use this field or Email Address.
Slug
display_name
Required
false
Can have default value
true

Ingredients

Display nameThe display name of the customer

Slug
display_name
Filter code
QuickbooksOnline.findCustomer.DisplayName
Type
String
Example
John Doe

Primary emailThe primary email address of the customer

Slug
primary_email
Filter code
QuickbooksOnline.findCustomer.PrimaryEmail
Type
String
Example
example@example.com

Primary phoneThe primary phone number of the customer

Slug
primary_phone
Filter code
QuickbooksOnline.findCustomer.PrimaryPhone
Type
String
Example
123-456-7890

Web addressThe web address of the customer

Slug
web_address
Filter code
QuickbooksOnline.findCustomer.WebAddress
Type
String
Example
https://example.com

BalanceThe balance of the customer

Slug
balance
Filter code
QuickbooksOnline.findCustomer.Balance
Type
String
Example
100

NotesThe notes for the customer

Slug
notes
Filter code
QuickbooksOnline.findCustomer.Notes
Type
String
Example
This is a note

Bill addr line1The first line of the billing address

Slug
bill_addr_line_1
Filter code
QuickbooksOnline.findCustomer.BillAddrLine1
Type
String
Example
123 Main St

Bill addr line2The second line of the billing address

Slug
bill_addr_line_2
Filter code
QuickbooksOnline.findCustomer.BillAddrLine2
Type
String
Example
Apt 1

Bill addr cityThe city of the billing address

Slug
bill_addr_city
Filter code
QuickbooksOnline.findCustomer.BillAddrCity
Type
String
Example
New York

Bill addr stateThe state of the billing address

Slug
bill_addr_state
Filter code
QuickbooksOnline.findCustomer.BillAddrState
Type
String
Example
NY

Bill addr postal codeThe postal code of the billing address

Slug
bill_addr_postal_code
Filter code
QuickbooksOnline.findCustomer.BillAddrPostalCode
Type
String
Example
10001

IDThe ID of the customer

Slug
id
Filter code
QuickbooksOnline.findCustomer.Id
Type
String
Example
123

Parent IDThe ID of the parent customer

Slug
parent_id
Filter code
QuickbooksOnline.findCustomer.ParentId
Type
String
Example
123

TaxableWhether or not this customer is taxable

Slug
taxable
Filter code
QuickbooksOnline.findCustomer.Taxable
Type
String
Example
true