Loading...
Loading...
Agile CRM integration. Manage Persons, Organizations, Deals, Leads, Activities, Notes and more. Use when the user wants to interact with Agile CRM data.
npx skill4agent add membranedev/application-skills agile-crmmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search agile-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 | Retrieve a paginated list of contacts |
| List Companies | list-companies | Retrieve a paginated list of companies |
| List Deals | list-deals | Retrieve a paginated list of deals |
| List Tasks | list-tasks | Retrieve a list of tasks with optional filters |
| Get Contact by ID | get-contact-by-id | Retrieve a contact by its unique ID |
| Get Company by ID | get-company-by-id | Retrieve a company by its unique ID |
| Get Deal by ID | get-deal-by-id | Retrieve a deal by its unique ID |
| Get Task by ID | get-task-by-id | Retrieve a task by its unique ID |
| Create Contact | create-contact | Create a new contact in Agile CRM |
| Create Company | create-company | Create a new company in Agile CRM |
| Create Deal | create-deal | Create a new deal in Agile CRM |
| Create Task | create-task | Create a new task in Agile CRM |
| Update Contact | update-contact | Update properties of an existing contact by ID |
| Update Company | update-company | Update properties of an existing company by ID |
| Update Deal | update-deal | Update an existing deal by ID |
| Update Task | update-task | Update an existing task by ID |
| Delete Contact | delete-contact | Delete a contact by ID |
| Delete Company | delete-company | Delete a company by ID |
| Delete Deal | delete-deal | Delete a deal by ID |
| Delete Task | delete-task | Delete a task by 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