Intuit · Arazzo Workflow
Intuit Find or Create Customer
Version 1.0.0
Look up a customer by display name and create it only if missing.
View Spec
View on GitHub
AccountingCustom FieldsFinancialFinancial ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingArazzoWorkflows
Provider
Workflows
find-or-create-customer
Query for a customer by display name and create it if absent.
Queries the Customer entity by DisplayName and branches to read the existing customer or create a new one based on whether the query returned a match.
1
findCustomer
queryEntities
Query the Customer entity for an existing record by display name.
2
readCustomer
readCustomer
Read the matched customer back to return its full record.
3
createCustomer
createCustomer
Create a new customer when no existing record matched.
Source API Descriptions
openapi