Loading...
Loading...
Expedy integration. Manage Organizations, Pipelines, Users, Filters. Use when the user wants to interact with Expedy data.
npx skill4agent add membranedev/application-skills expedymembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search expedy --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 |
|---|---|---|
| Create USB Print Job | create-usb-print-job | Send a print job to a USB printer connected to an Expedy Cloud Print Box. |
| Read USB Scan Results | read-usb-scan-results | Read the results of a previous USB device scan, including device status and information for each USB port. |
| Scan USB Devices | scan-usb-devices | Trigger a scan of USB devices connected to an Expedy device. |
| Get USB Configuration | get-usb-configuration | Get the USB printer configuration for an Expedy device, including information about connected printers on each USB port. |
| Update Device | update-device | Trigger a software update on an Expedy device. |
| Shutdown Device | shutdown-device | Remotely shut down an Expedy device (Cloud Print Box or Raspberry Pi). |
| Reboot Device | reboot-device | Remotely reboot an Expedy device (Cloud Print Box or Raspberry Pi). |
| Ping Device | ping-device | Send a ping request to an Expedy device to check connectivity and get the last ping timestamp. |
| Get Device Status | get-device-status | Get the current status of an Expedy device, including the timestamp of its last ping to the API platform. |
| Create Print Job | create-print-job | Send a print job to an Expedy cloud printer. |
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