Loading...
Loading...
Quickbooks integration. Manage accounting data, records, and workflows. Use when the user wants to interact with Quickbooks data.
npx skill4agent add membranedev/application-skills quickbooksmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search quickbooks --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| Query | query | Run a SQL-like query against any QuickBooks entity |
| Query Customers | query-customers | Query customers using SQL-like syntax |
| Get Customer | get-customer | Retrieve a customer by ID from QuickBooks |
| Get Invoice | get-invoice | Retrieve an invoice by ID from QuickBooks |
| Get Vendor | get-vendor | Retrieve a vendor by ID from QuickBooks |
| Get Item | get-item | Retrieve an item by ID from QuickBooks |
| Get Account | get-account | Retrieve an account by ID from QuickBooks |
| Get Bill | get-bill | Retrieve a bill by ID from QuickBooks |
| Get Payment | get-payment | Retrieve a payment by ID from QuickBooks |
| Get Estimate | get-estimate | Retrieve an estimate by ID from QuickBooks |
| Get Purchase Order | get-purchase-order | Retrieve a purchase order by ID from QuickBooks |
| Create Customer | create-customer | Create a new customer in QuickBooks |
| Create Invoice | create-invoice | Create a new invoice in QuickBooks |
| Create Vendor | create-vendor | Create a new vendor in QuickBooks |
| Create Item | create-item | Create a new item (product/service) in QuickBooks |
| Create Account | create-account | Create a new account in the chart of accounts |
| Create Bill | create-bill | Create a new bill (accounts payable) in QuickBooks |
| Create Payment | create-payment | Create a payment to record money received from a customer |
| Create Estimate | create-estimate | Create a new estimate/quote in QuickBooks |
| Create Purchase Order | create-purchase-order | Create a new purchase order in QuickBooks |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY