Loading...
Loading...
Affinity integration. Manage Organizations, Leads, Pipelines, Users, Roles, Filters. Use when the user wants to interact with Affinity data.
npx skill4agent add membranedev/application-skills affinitymembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search affinity --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 |
|---|---|---|
| Get Lists | get-lists | Get all lists visible to the user |
| Get List Entries | get-list-entries | Get all entries in a specific list |
| Get Notes | get-notes | Get all notes associated with a person, organization, or opportunity |
| Search Organizations | search-organizations | Search for organizations in Affinity by name, domain, or other criteria |
| Search Persons | search-persons | Search for persons in Affinity by name, email, or other criteria |
| Search Opportunities | search-opportunities | Search for opportunities in Affinity |
| Get Person | get-person | Retrieve a specific person by their ID |
| Get Organization | get-organization | Retrieve a specific organization by its ID |
| Get Opportunity | get-opportunity | Retrieve a specific opportunity by its ID |
| Get Note | get-note | Retrieve a specific note by its ID |
| Get List | get-list | Retrieve a specific list by its ID with its fields |
| Create Person | create-person | Create a new person in Affinity |
| Create Organization | create-organization | Create a new organization in Affinity |
| Create Opportunity | create-opportunity | Create a new opportunity in Affinity |
| Create Note | create-note | Create a new note in Affinity |
| Create List Entry | create-list-entry | Add an entity (person, organization, or opportunity) to a list |
| Create List | create-list | Create a new list in Affinity |
| Update Person | update-person | Update an existing person in Affinity |
| Update Organization | update-organization | Update an existing organization in Affinity |
| Update Opportunity | update-opportunity | Update an existing opportunity in Affinity |
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