Loading...
Loading...
KickoffLabs integration. Manage Leads, Users, Organizations, Goals, Filters, Activities and more. Use when the user wants to interact with KickoffLabs data.
npx skill4agent add membranedev/application-skills kickofflabsmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search kickofflabs --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 |
|---|---|---|
| Mark Action Completed | mark-action-completed | Marks a contest action as complete for a lead. |
| List Campaign Lead Tags | list-campaign-lead-tags | Fetches campaign lead tags that have been created |
| List Campaign Actions | list-campaign-actions | Fetches campaign scoring actions that have been created |
| Get Campaign Stats | get-campaign-stats | Fetches campaign overview stats including total leads and waitlist information |
| Tag Lead | tag-lead | Tags (and optionally creates) a lead with the given lead tag |
| Add Points to Lead | add-points | Assign custom points to a lead or group of leads. |
| Block Lead | block-lead | Manually flag a lead as fraudulent (up to 200 at once) |
| Approve Lead | approve-lead | Manually override a lead that has been flagged as fraudulent (up to 200 at once) |
| Verify Lead | verify-lead | Verify one or more leads in your contest (up to 200 at once) |
| Delete Lead | delete-lead | Remove one or more leads from your campaign (up to 200 emails at once) |
| Get Lead | get-lead | Get the lead information for a lead on your campaign by email or social ID |
| Create or Update Lead | create-or-update-lead | Adds a new lead or modifies an existing lead on your campaign |
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