> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useparagon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# QuickBooks

> Browse the tools and triggers available for QuickBooks in ActionKit.

## Tools

<CardGroup cols={2}>
  <Card href="/actionkit/integrations/quickbooks/QUICKBOOKS_GET_ACCOUNTS" title="Get Accounts" horizontal />

  <Card href="/actionkit/integrations/quickbooks/QUICKBOOKS_GET_CUSTOMERS" title="Get Customers" horizontal />

  <Card href="/actionkit/integrations/quickbooks/QUICKBOOKS_CREATE_CUSTOMER" title="Create Customer" horizontal />

  <Card href="/actionkit/integrations/quickbooks/QUICKBOOKS_UPDATE_CUSTOMER" title="Update Customer" horizontal />

  <Card href="/actionkit/integrations/quickbooks/QUICKBOOKS_GET_INVOICES" title="Get Invoices" horizontal />

  <Card href="/actionkit/integrations/quickbooks/QUICKBOOKS_CREATE_INVOICE" title="Create Invoice" horizontal />

  <Card href="/actionkit/integrations/quickbooks/QUICKBOOKS_UPDATE_INVOICE" title="Update Invoice" horizontal />

  <Card href="/actionkit/integrations/quickbooks/QUICKBOOKS_SEND_INVOICE" title="Send Invoice" horizontal />

  <Card href="/actionkit/integrations/quickbooks/QUICKBOOKS_GET_PAYMENTS" title="Get Payments" horizontal />

  <Card href="/actionkit/integrations/quickbooks/QUICKBOOKS_CREATE_PAYMENT" title="Create Payment" horizontal />
</CardGroup>

<Info>**Don't see the tool you need?** Define your own using [Custom Tools](/actionkit/custom-tools).</Info>

## Triggers

<CardGroup cols={2}>
  <Card href="/actionkit/integrations/quickbooks/triggers/QUICKBOOKS_TRIGGER_ACCOUNT_CREATED" title="New Account" horizontal />

  <Card href="/actionkit/integrations/quickbooks/triggers/QUICKBOOKS_TRIGGER_CUSTOMER_CREATED" title="New Customer" horizontal />

  <Card href="/actionkit/integrations/quickbooks/triggers/QUICKBOOKS_TRIGGER_CUSTOMER_UPDATED" title="Customer Updated" horizontal />

  <Card href="/actionkit/integrations/quickbooks/triggers/QUICKBOOKS_TRIGGER_INVOICE_CREATED" title="New Invoice" horizontal />

  <Card href="/actionkit/integrations/quickbooks/triggers/QUICKBOOKS_TRIGGER_INVOICE_UPDATED" title="Invoice Updated" horizontal />

  <Card href="/actionkit/integrations/quickbooks/triggers/QUICKBOOKS_TRIGGER_PURCHASE_CREATED" title="New Purchase" horizontal />

  <Card href="/actionkit/integrations/quickbooks/triggers/QUICKBOOKS_TRIGGER_PURCHASE_UPDATED" title="Updated Purchase" horizontal />
</CardGroup>

<Info>**Don't see the trigger you need?** Define your own using [Custom Webhooks](/resources/custom-webhooks).</Info>
