Loading...
Loading...
Weclapp integration. Manage Organizations. Use when the user wants to interact with Weclapp data.
npx skill4agent add membranedev/application-skills weclappmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search weclapp --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 Articles | list-articles | List articles (products) with optional filtering and pagination |
| List Parties | list-parties | List parties (customers, suppliers, leads) with optional filtering and pagination |
| List Sales Orders | list-sales-orders | List sales orders with optional filtering and pagination |
| List Sales Invoices | list-sales-invoices | List sales invoices with optional filtering and pagination |
| List Purchase Orders | list-purchase-orders | List all purchase orders with optional filtering and pagination |
| List Users | list-users | List users with optional filtering and pagination |
| List Tasks | list-tasks | List tasks with optional filtering and pagination |
| List Tickets | list-tickets | List support tickets with optional filtering and pagination |
| List Opportunities | list-opportunities | List all sales opportunities with optional filtering and pagination |
| Get Article | get-article | Get an article by ID |
| Get Party | get-party | Get a party by ID |
| Get Sales Order | get-sales-order | Get a sales order by ID |
| Get Sales Invoice | get-sales-invoice | Get a sales invoice by ID |
| Get Purchase Order | get-purchase-order | Get a purchase order by ID |
| Get User | get-user | Get a user by ID |
| Get Task | get-task | Get a task by ID |
| Get Ticket | get-ticket | Get a ticket by ID |
| Create Article | create-article | Create a new article (product) |
| Create Party | create-party | Create a new party (customer, supplier, or lead) |
| Create Sales Order | create-sales-order | Create a new sales order |
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