Loading...
Loading...
Junip integration. Manage Persons, Organizations, Deals, Activities, Notes, Files and more. Use when the user wants to interact with Junip data.
npx skill4agent add membranedev/application-skills junipmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search junip --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 |
|---|---|---|
| Get Store Overview | get-store-overview | Get an overview of the store including aggregate review statistics |
| List Reviews | list-reviews | List all reviews across all products with optional filtering |
| Get Review | get-review | Get a specific review by its ID |
| List Product Overviews | list-product-overviews | List product overviews with aggregate review statistics for multiple products |
| Get Product Overview | get-product-overview | Get an overview of a product including aggregate review statistics like average rating and review count |
| List Store Reviews | list-store-reviews | List all store-level reviews |
| List Product Reviews | list-product-reviews | List all reviews for a specific product |
| Get Product | get-product | Get a specific product by its ID including review statistics |
| List Products | list-products | List all products in your Junip store with their review statistics |
| Get Stores | get-stores | Retrieve the list of stores associated with your Junip account |
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