Loading...
Loading...
Microsoft Dynamics 365 Business Central integration. Manage Companies. Use when the user wants to interact with Microsoft Dynamics 365 Business Central data.
npx skill4agent add membranedev/application-skills microsoft-dynamics-365-business-centralmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search microsoft-dynamics-365-business-central --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 Accounts | list-accounts | Retrieve a list of general ledger accounts from Business Central |
| List General Ledger Entries | list-general-ledger-entries | Retrieve a list of general ledger entries from Business Central |
| List Employees | list-employees | Retrieve a list of employees from Business Central |
| List Purchase Invoices | list-purchase-invoices | Retrieve a list of purchase invoices from Business Central |
| List Sales Orders | list-sales-orders | Retrieve a list of sales orders from Business Central |
| List Sales Invoices | list-sales-invoices | Retrieve a list of sales invoices from Business Central |
| List Items | list-items | Retrieve a list of items (products) from Business Central |
| List Vendors | list-vendors | Retrieve a list of vendors from Business Central |
| List Customers | list-customers | Retrieve a list of customers from Business Central |
| Get Account | get-account | Retrieve a specific general ledger account by ID |
| Get Employee | get-employee | Retrieve a specific employee by ID |
| Get Purchase Invoice | get-purchase-invoice | Retrieve a specific purchase invoice by ID |
| Get Sales Order | get-sales-order | Retrieve a specific sales order by ID |
| Get Sales Invoice | get-sales-invoice | Retrieve a specific sales invoice by ID |
| Get Item | get-item | Retrieve a specific item (product) by ID |
| Get Vendor | get-vendor | Retrieve a specific vendor by ID |
| Get Customer | get-customer | Retrieve a specific customer by ID |
| Create Employee | create-employee | Create a new employee in Business Central |
| Create Purchase Invoice | create-purchase-invoice | Create a new purchase invoice in Business Central |
| Create Sales Order | create-sales-order | Create a new sales order in Business Central |
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