Loading...
Loading...
ChMeetings integration. Manage data, records, and automate workflows. Use when the user wants to interact with ChMeetings data.
npx skill4agent add membranedev/application-skills chmeetingsmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search chmeetings --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 |
|---|---|---|
| Create Member Note | create-member-note | Create a new note for a member |
| List Member Notes | list-member-notes | Get all public notes for a specific person |
| Get Contribution Batch | get-contribution-batch | Get a contribution batch by ID |
| Create Contribution Batch | create-contribution-batch | Create a new contribution batch |
| List Contribution Batches | list-contribution-batches | Get all contribution batches with paging |
| List Campaign Pledges | list-campaign-pledges | Get all pledges for a specific campaign |
| List Campaigns | list-campaigns | Get all campaigns with paging |
| Delete Family | delete-family | Delete a family by ID |
| Create Family | create-family | Create a new family with members (minimum 2 members required) |
| Get Family | get-family | Get a specific family by ID |
| List Families | list-families | Get all families with optional search and paging |
| List Group Members | list-group-members | Get all people in groups |
| Create Contribution | create-contribution | Create a new contribution in ChMeetings |
| List Groups | list-groups | Get all groups from ChMeetings |
| List Contributions | list-contributions | Get all contributions with paging and filtering options |
| Delete Person | delete-person | Delete a person by their ID |
| Update Person | update-person | Update an existing person by their ID |
| Create Person | create-person | Create a new person in ChMeetings |
| Get Person | get-person | Get a person by their ID |
| List People | list-people | Get all people with paging and filtering options |
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