Quickbooks
Overview
SLUG: QUICKBOOKS
Description
Quickbooks is a cloud-based accounting software that helps you manage your finances, track your income and expenses, and get insights into your business
Authentication Details
OAuth2
Connecting to Quickbooks
Create an auth config
Use the dashboard to create an auth config for the Quickbooks toolkit. This allows you to connect multiple Quickbooks accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Integration”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using OAuth2
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Quickbooks toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
QUICKBOOKS_CREATE_ACCOUNT
Tool Name: Create Account
Description
Action Parameters
Action Response
QUICKBOOKS_CREATE_CUSTOMER
Tool Name: Create Customer
Description
Action Parameters
Action Response
QUICKBOOKS_CREATE_EMPLOYEE
Tool Name: Create Employee
Description
Action Parameters
Action Response
QUICKBOOKS_CREATE_VENDOR
Tool Name: Create Vendor
Description
Action Parameters
Action Response
QUICKBOOKS_CUSTOMER_BALANCE_DETAIL
Tool Name: Customer Balance Detail
Description
Action Parameters
Action Response
QUICKBOOKS_CUSTOMER_BALANCE_REPORT
Tool Name: Customer Balance Report
Description
Action Parameters
Action Response
QUICKBOOKS_QUERY_ACCOUNT
Tool Name: Query Account
Description
Action Parameters
Action Response
QUICKBOOKS_READ_ACCOUNT
Tool Name: Read Account
Description
Action Parameters
Action Response
QUICKBOOKS_READ_CUSTOMER
Tool Name: Read Customer
Description
Action Parameters
Action Response
QUICKBOOKS_READ_EMPLOYEE
Tool Name: Read Employee
Description
Action Parameters
Action Response
QUICKBOOKS_READ_VENDOR
Tool Name: Read Vendor
Description
Action Parameters
Action Response
QUICKBOOKS_VENDOR_BALANCE_DETAIL
Tool Name: Vendor Balance Detail
Description
Action Parameters
Action Response
QUICKBOOKS_VENDOR_BALANCE_REPORT
Tool Name: Vendor Balance Report
Description
Action Parameters
Action Response