QuickBooks Online
Read and create QuickBooks Online accounting data — customers, invoices, company info — via the QuickBooks Online Accounting API v3.
Auth: user-delegated OAuth 2.0. Attach the matching OAuth credential once; the InTouch server injects a live access token and keeps it refreshed for you. Your secrets stay in the encrypted vault — never in the tool, never shown to the AI assistant.
Operations
queryget_customerget_invoicecreate_invoicecompany_info
Inputs
operation(required) — One of: query, get_customer, get_invoice, create_invoice, company_inforealmId(required) — QuickBooks company (realm) id — the tenant identifier in the URL path.id— Entity id — required for get_customer and get_invoice.query— Optional query params as a JSON object string. For the 'query' op pass the SQL-like statement, e.g. {"query": "select * from Customer maxresults 10"}.body— Request body as a JSON object string (for create_invoice).
Example
operation: query
realmId: <your realmId>