Loading...
Loading...
Invoiced integration. Manage Organizations. Use when the user wants to interact with Invoiced data.
npx skill4agent add membranedev/application-skills invoicedmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search invoiced --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 Subscriptions | list-subscriptions | Retrieve a list of subscriptions |
| List Items | list-items | Retrieve a list of catalog items |
| List Payments | list-payments | Retrieve a list of payments |
| List Invoices | list-invoices | Retrieve a list of invoices |
| List Customers | list-customers | Retrieve a list of customers |
| Get Subscription | get-subscription | Retrieve a subscription by ID |
| Get Item | get-item | Retrieve a catalog item by ID |
| Get Payment | get-payment | Retrieve a payment by ID |
| Get Invoice | get-invoice | Retrieve an invoice by ID |
| Get Customer | get-customer | Retrieve a customer by ID |
| Create Subscription | create-subscription | Create a new subscription for a customer |
| Create Item | create-item | Create a catalog item (product or service) |
| Create Payment | create-payment | Create a new payment and optionally apply it to invoices |
| Create Invoice | create-invoice | Create a new invoice with line items |
| Create Customer | create-customer | Create a new customer in Invoiced |
| Update Subscription | update-subscription | Update an existing subscription |
| Update Item | update-item | Update an existing catalog item |
| Update Payment | update-payment | Update an existing payment |
| Update Invoice | update-invoice | Update an existing invoice |
| Update Customer | update-customer | Update an existing customer |
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