Loading...
Loading...
Action Builder integration. Manage data, records, and automate workflows. Use when the user wants to interact with Action Builder data.
npx skill4agent add membranedev/application-skills action-buildermembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search action-builder --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 Person Taggings | list-person-taggings | Retrieve all taggings (applied tags) for a specific person |
| Create Connection | create-connection | Create a connection between two entities in a campaign |
| List Person Connections | list-person-connections | Retrieve all connections for a specific person |
| Get Tag | get-tag | Retrieve details of a specific tag by ID |
| Delete Tag | delete-tag | Delete a tag from a campaign |
| Create Tag | create-tag | Create a new tag (response) in a campaign |
| List Tags | list-tags | Retrieve a list of tags in a specific campaign |
| Create Person | create-person | Create a new person in a campaign using the Person Signup Helper |
| Update Person | update-person | Update an existing person's information |
| Get Person | get-person | Retrieve details of a specific person by ID |
| List People | list-people | Retrieve a list of people in a specific campaign |
| Get Campaign | get-campaign | Retrieve details of a specific campaign by ID |
| List Campaigns | list-campaigns | Retrieve a list of all campaigns associated with your API key |
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