Loading...
Loading...
Growsurf integration. Manage Persons, Organizations, Deals, Leads, Projects, Activities and more. Use when the user wants to interact with Growsurf data.
npx skill4agent add membranedev/application-skills growsurfmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search growsurf --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 |
|---|---|---|
| Send Invites | send-invites | Sends bulk referral email invites on behalf of a participant. |
| Get Campaign Analytics | get-campaign-analytics | Retrieves analytics stats for a campaign. |
| List Referrals | list-referrals | Retrieves a list of referrals in the program. |
| Delete Reward | delete-reward | Deletes a reward. |
| Fulfill Reward | fulfill-reward | Marks an approved reward as fulfilled. |
| Approve Reward | approve-reward | Approves a pending reward. |
| List Participant Rewards | list-participant-rewards | Retrieves rewards earned by a participant in a program. |
| Delete Participant | delete-participant | Removes a participant from the program using the participant ID. |
| Trigger Referral | trigger-referral | Triggers a referral using an existing referred participant's ID, awarding referral credit to their referrer. |
| Update Participant | update-participant | Updates a participant within the program using the ID of the participant. |
| Add Participant | add-participant | Adds a new participant to the program. |
| Get Leaderboard | get-leaderboard | Retrieves a list of participants in the program ordered by referral count. |
| List Participants | list-participants | Retrieves a list of participants in the program with pagination support |
| Get Participant by Email | get-participant-by-email | Retrieves a single participant from a program using the given participant email |
| Get Participant by ID | get-participant-by-id | Retrieves a single participant from a program using the given participant ID |
| List Campaigns | list-campaigns | Retrieves a list of your programs. |
| Get Campaign | get-campaign | Retrieves a program for the given program ID |
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