Loading...
Loading...
CrowdPower integration. Manage Organizations, Users, Goals, Filters. Use when the user wants to interact with CrowdPower data.
npx skill4agent add membranedev/application-skills crowdpowermembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search crowdpower --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 |
|---|---|---|
| Bulk Create Customers | bulk-create-customers | Create or update multiple customers in CrowdPower in a single request |
| Add Tag | add-tag | Add a tag to a customer in CrowdPower |
| Create Charge | create-charge | Create a charge for a customer in CrowdPower to track revenue |
| Create Event | create-event | Create an event for a customer in CrowdPower |
| Create Customer | create-customer | Create or update a single customer in CrowdPower |
| Track | track | Create or update customers and send events, charges, and tags in a single API call |
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