Loading...
Loading...
Solve CRM integration. Manage Organizations, Pipelines, Users, Goals, Filters. Use when the user wants to interact with Solve CRM data.
npx skill4agent add membranedev/application-skills solve-crmmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search solve-crm --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 Contacts | list-contacts | List contacts with optional filtering and search |
| List Companies | list-companies | List companies with optional filtering and search. |
| List Tickets | list-tickets | List tickets with optional filtering and search |
| Get Contact | get-contact | Get a contact by ID with all related data including activities and categories |
| Get Company | get-company | Get a company by ID with all related data |
| Get Ticket | get-ticket | Get a ticket by ID with all related data |
| Create Contact | create-contact | Create a new contact in Solve CRM |
| Create Company | create-company | Create a new company in Solve CRM |
| Create Ticket | create-ticket | Create a new ticket in Solve CRM |
| Update Contact | update-contact | Update an existing contact in Solve CRM |
| Update Company | update-company | Update an existing company in Solve CRM |
| Update Ticket | update-ticket | Update an existing ticket in Solve CRM |
| Delete Contact | delete-contact | Delete a contact from Solve CRM |
| Delete Company | delete-company | Delete a company from Solve CRM |
| Delete Ticket | delete-ticket | Delete a ticket from Solve CRM |
| Create Task | create-task | Create a task within a task list on a contact, company, or project blog |
| Create Note | create-note | Create a note on a contact, company, or project blog |
| Create Comment | create-comment | Create a comment on an activity (note, deal, file, follow-up, etc.) |
| Create Follow-up | create-followup | Create a follow-up reminder on a contact, company, or project blog |
| Log Interaction | log-interaction | Log a call or interaction on a contact, company, or project blog |
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