Loading...
Loading...
Ezeep Blue integration. Manage Users, Organizations, Printers. Use when the user wants to interact with Ezeep Blue data.
npx skill4agent add membranedev/application-skills ezeep-bluemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search ezeep-blue --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 Print Job Status | get-print-job-status | Retrieves the status of a print job. |
| Submits a print job for a file that has been uploaded or referenced by URL | ||
| Prepare Upload | prepare-upload | Initiates a file upload for printing. |
| Get Configuration | get-configuration | Retrieves user and system configuration including supported file extensions for printing |
| Get Printer Properties | get-printer-properties | Retrieves detailed properties and capabilities of a specific printer or all printers |
| Get Printers | get-printers | Retrieves a list of all printers available to the authenticated user |
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