Loading...
Loading...
Sage Accounting integration. Manage accounting data, records, and workflows. Use when the user wants to interact with Sage Accounting data.
npx skill4agent add membranedev/application-skills sage-accountingmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search sage-accounting --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 |
|---|---|---|
| List Sales Invoices | list-sales-invoices | Retrieves a list of sales invoices from Sage Accounting |
| List Purchase Invoices | list-purchase-invoices | Retrieves a list of purchase invoices (bills) from Sage Accounting |
| List Contacts | list-contacts | Retrieves a list of contacts (customers and suppliers) from Sage Accounting |
| List Products | list-products | Retrieves a list of products from Sage Accounting |
| List Journal Entries | list-journal-entries | Retrieves a list of journal entries from Sage Accounting |
| List Bank Accounts | list-bank-accounts | Retrieves a list of bank accounts from Sage Accounting |
| List Ledger Accounts | list-ledger-accounts | Retrieves a list of ledger accounts (chart of accounts) from Sage Accounting |
| List Contact Payments | list-contact-payments | Retrieves a list of contact payments (customer receipts) from Sage Accounting |
| List Sales Credit Notes | list-sales-credit-notes | Retrieves a list of sales credit notes from Sage Accounting |
| Get Sales Invoice | get-sales-invoice | Retrieves a specific sales invoice by ID from Sage Accounting |
| Get Purchase Invoice | get-purchase-invoice | Retrieves a specific purchase invoice by ID from Sage Accounting |
| Get Contact | get-contact | Retrieves a specific contact by ID from Sage Accounting |
| Get Product | get-product | Retrieves a specific product by ID from Sage Accounting |
| Get Journal Entry | get-journal-entry | Retrieves a specific journal entry by ID from Sage Accounting |
| Get Bank Account | get-bank-account | Retrieves a specific bank account by ID from Sage Accounting |
| Create Sales Invoice | create-sales-invoice | Creates a new sales invoice in Sage Accounting |
| Create Purchase Invoice | create-purchase-invoice | Creates a new purchase invoice (bill) in Sage Accounting |
| Create Contact | create-contact | Creates a new contact (customer or supplier) in Sage Accounting |
| Create Product | create-product | Creates a new product in Sage Accounting |
| Update Contact | update-contact | Updates an existing contact in Sage Accounting |
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