Loading...
Loading...
Exact Online integration. Manage Organizations. Use when the user wants to interact with Exact Online data.
npx skill4agent add membranedev/application-skills exact-onlinemembranenpm install -g @membranehq/cli@latestmembrane login --tenant --clientName=<agentType>membrane login complete <code>--jsonconnection connectmembrane connect --connectorKey exact-onlinemembrane connection list --jsonmembrane action list --connectionId=CONNECTION_ID --intent "QUERY" --limit 10 --jsonidnamedescriptioninputSchemaoutputSchema| Name | Key | Description |
|---|---|---|
| List Accounts | list-accounts | Retrieve a list of accounts (customers, suppliers, prospects) from Exact Online CRM |
| List Contacts | list-contacts | Retrieve a list of contacts from Exact Online CRM |
| List Items | list-items | Retrieve a list of items (products/materials) from Exact Online logistics |
| List Sales Invoices | list-sales-invoices | Retrieve a list of sales invoices from Exact Online |
| List Sales Orders | list-sales-orders | Retrieve a list of sales orders from Exact Online |
| List GL Accounts | list-gl-accounts | Retrieve a list of General Ledger accounts from Exact Online financial |
| List Journal Entries | list-journal-entries | Retrieve a list of general journal entries from Exact Online financial |
| Get Account | get-account | Retrieve a single account by ID from Exact Online CRM |
| Get Contact | get-contact | Retrieve a single contact by ID from Exact Online CRM |
| Get Item | get-item | Retrieve a single item by ID from Exact Online logistics |
| Get Sales Invoice | get-sales-invoice | Retrieve a single sales invoice by ID from Exact Online |
| Get Sales Order | get-sales-order | Retrieve a single sales order by ID from Exact Online |
| Get GL Account | get-gl-account | Retrieve a single General Ledger account by ID from Exact Online financial |
| Create Account | create-account | Create a new account (customer, supplier, or prospect) in Exact Online CRM |
| Create Contact | create-contact | Create a new contact in Exact Online CRM |
| Create Item | create-item | Create a new item (product/material) in Exact Online logistics |
| Create Sales Invoice | create-sales-invoice | Create a new sales invoice in Exact Online |
| Create Sales Order | create-sales-order | Create a new sales order in Exact Online |
| Update Account | update-account | Update an existing account in Exact Online CRM |
| Update Contact | update-contact | Update an existing contact in Exact Online CRM |
membrane action create "DESCRIPTION" --connectionId=CONNECTION_ID --jsonBUILDINGmembrane action get <id> --wait --json--wait--timeoutstateBUILDINGREADYCONFIGURATION_ERRORSETUP_FAILEDerrormembrane action run <actionId> --connectionId=CONNECTION_ID --jsonmembrane action run <actionId> --connectionId=CONNECTION_ID --input '{"key": "value"}' --jsonoutputmembrane action list --intent=QUERY