Quickbooks Online
Actions
| Name | Description |
|---|---|
find_invoiceSearch for an invoice by its number in QuickBooks. | Search for an invoice by its number in QuickBooks. |
find_customerSearch for a customer by display name in QuickBooks. | Search for a customer by display name in QuickBooks. |
find_paymentFinds an existing payment in QuickBooks. | Finds an existing payment in QuickBooks. |
create_invoiceCreates an invoice in QuickBooks. | Creates an invoice in QuickBooks. |
create_expenseCreates an expense transaction (purchase) in QuickBooks. | Creates an expense transaction (purchase) in QuickBooks. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new_invoiceTriggers when an invoice is created . | Triggers when an invoice is created . |
new_expenseTriggers when an Expense (Purchase) is created. | Triggers when an Expense (Purchase) is created. |
new_customerTriggers when a new customer is created. | Triggers when a new customer is created. |
new_depositTriggers when a Deposit is created. | Triggers when a Deposit is created. |
new_transferTriggers when a Transfer is created. | Triggers when a Transfer is created. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'quickbooks',
actionName: 'find_invoice',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Quickbooks Online to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Quickbooks Online support?
Quickbooks Online supports 6 actions including Find Invoice, Find Customer, Find Payment, Create Invoice, Create Expense, and more.
Can I use Quickbooks Online with AI agents?
Yes. Add Quickbooks Online to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Quickbooks Online use?
Quickbooks Online uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Quickbooks Online integration cost?
The Quickbooks Online integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Quickbooks Online support?
Quickbooks Online supports 5 triggers including New Invoice, New Expense (Purchase), New Customer, New Deposit, New Transfer.
Connect Quickbooks Online in 2 minutes
Get 1,000 free actions every month. No credit card required.