Loading...
Loading...
Dispatch integration. Manage Persons, Organizations, Deals, Leads, Projects, Activities and more. Use when the user wants to interact with Dispatch data.
npx skill4agent add membranedev/application-skills dispatchmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search dispatch --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 Users | list-users | Retrieve all users in the organization |
| List Vehicles | list-vehicles | Retrieve all vehicles in the organization |
| List Drivers | list-drivers | Retrieve all drivers in the organization |
| List Orders | list-orders | Retrieve a list of orders with optional filtering |
| List Invoices | list-invoices | List invoices from the user's organization |
| List Manifests | list-manifests | Retrieve all manifests for a specific date |
| List Organizations | list-organizations | Retrieve a list of organizations |
| Get Order | get-order | Retrieve details of a specific order by ID |
| Get Delivery | get-delivery | Retrieve details of a specific delivery by ID |
| Get Vehicle | get-vehicle | Retrieve details of a specific vehicle by ID |
| Get Invoice | get-invoice | Get details of a specific invoice by ID |
| Create Order | create-order | Create a new delivery order with pickup and drop-off information |
| Create Vehicle | create-vehicle | Create a new vehicle in the organization |
| Update Order | update-order | Edit an existing order |
| Delete Vehicle | delete-vehicle | Delete a vehicle from the organization |
| Get Delivery Events | get-delivery-events | Retrieve events/history for a specific delivery |
| Get Order Events | get-order-events | Retrieve events/history for a specific order |
| Create Estimate | create-estimate | Get a delivery cost estimate before creating an order |
| Cancel Order | cancel-order | Cancel an existing order |
| Assign Driver to Vehicle | assign-driver-to-vehicle | Assign a driver to a specific vehicle |
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