Loading...
Loading...
Chargify integration. Manage data, records, and automate workflows. Use when the user wants to interact with Chargify data.
npx skill4agent add membranedev/application-skills chargifymembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search chargify --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 Events | list-events | List events for your site. |
| List Payment Profiles | list-payment-profiles | List all payment profiles for a customer or the entire site. |
| List Coupons | list-coupons | Retrieve a list of coupons for your site. |
| Get Site Stats | get-site-stats | Get statistics about your site including MRR, total revenue, and subscription counts. |
| List Product Families | list-product-families | Retrieve a list of product families for a site. |
| Get Invoice | get-invoice | Retrieve a single invoice by its UID. |
| List Invoices | list-invoices | List invoices for a site with filtering options. |
| Get Product | get-product | Retrieve a product by its ID or handle. |
| List Products | list-products | List all products for your site. |
| Cancel Subscription | cancel-subscription | Cancel a subscription immediately or at the end of the billing period. |
| Update Subscription | update-subscription | Update an existing subscription's product, payment profile, or other settings. |
| Get Subscription | get-subscription | Retrieve a subscription by its Chargify ID. |
| Create Subscription | create-subscription | Create a new subscription for a customer and product. |
| List Subscriptions | list-subscriptions | List all subscriptions for a site. |
| Delete Customer | delete-customer | Delete a customer. |
| Update Customer | update-customer | Update an existing customer's information. |
| Get Customer | get-customer | Retrieve a customer by their Chargify ID. |
| Create Customer | create-customer | Create a new customer. |
| List Customers | list-customers | List all customers associated with your site. |
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