Loading...
Loading...
Copperx integration. Manage Organizations, Pipelines, Users, Filters. Use when the user wants to interact with Copperx data.
npx skill4agent add membranedev/application-skills copperxmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search copperx --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 Customers | list-customers | List all customers with optional filtering |
| List Subscriptions | list-subscriptions | List all subscriptions with optional filtering |
| List Invoices | list-invoices | List all invoices with optional filtering |
| List Products | list-products | List all products |
| List Prices | list-prices | List all prices |
| List Coupons | list-coupons | List all coupons |
| List Transactions | list-transactions | List all transactions with optional filtering |
| List Payment Links | list-payment-links | List all payment links |
| Get Customer | get-customer | Retrieve a customer by their ID |
| Get Subscription | get-subscription | Retrieve a subscription by ID |
| Get Invoice | get-invoice | Retrieve an invoice by ID |
| Get Product | get-product | Retrieve a product by ID |
| Get Price | get-price | Retrieve a price by ID |
| Get Coupon | get-coupon | Retrieve a coupon by ID |
| Get Payment Link | get-payment-link | Retrieve a payment link by ID |
| Create Customer | create-customer | Create a new customer in Copperx |
| Create Invoice | create-invoice | Create a new invoice for a customer |
| Create Product | create-product | Create a new product with a default price |
| Update Customer | update-customer | Update an existing customer's information |
| Update Product | update-product | Update a product |
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