Loading...
Loading...
Chartmogul integration. Manage data, records, and automate workflows. Use when the user wants to interact with Chartmogul data.
npx skill4agent add membranedev/application-skills chartmogulmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search chartmogul --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 | Retrieves a list of customers from your ChartMogul account with optional filtering. |
| List Plans | list-plans | Retrieves a list of subscription plans. |
| List Contacts | list-contacts | Retrieves a list of contacts with optional filtering. |
| List Tasks | list-tasks | Retrieves a list of tasks with optional filtering. |
| List Opportunities | list-opportunities | Retrieves a list of sales opportunities with optional filtering. |
| List Invoices | list-invoices | Retrieves a list of invoices with optional filtering. |
| Get Customer | get-customer | Retrieves a single customer by their ChartMogul UUID. |
| Get Plan | get-plan | Retrieves a single plan by UUID. |
| Get Contact | get-contact | Retrieves a single contact by UUID. |
| Get Task | get-task | Retrieves a single task by UUID. |
| Get Opportunity | get-opportunity | Retrieves a single opportunity by UUID. |
| Create Customer | create-customer | Creates a new customer in ChartMogul. |
| Create Plan | create-plan | Creates a new subscription plan. |
| Create Contact | create-contact | Creates a new contact for a customer. |
| Create Task | create-task | Creates a new task for a customer. |
| Create Opportunity | create-opportunity | Creates a new sales opportunity. |
| Update Customer | update-customer | Updates an existing customer in ChartMogul. |
| Update Plan | update-plan | Updates an existing plan. |
| Update Contact | update-contact | Updates an existing contact. |
| Delete Customer | delete-customer | Deletes a customer from ChartMogul. |
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