Loading...
Loading...
Capsule CRM integration. Manage crm and sales data, records, and workflows. Use when the user wants to interact with Capsule CRM data.
npx skill4agent add membranedev/application-skills capsule-crmmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search capsule-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 Users | list-users | List all users on the Capsule account |
| List Projects | list-projects | List all projects in Capsule CRM |
| List Tasks | list-tasks | List all tasks in Capsule CRM |
| List Opportunities | list-opportunities | List all opportunities in Capsule CRM |
| List Parties | list-parties | List all parties (people and organizations) in Capsule CRM |
| Get User | get-user | Get a specific user by ID |
| Get Project | get-project | Get a specific project by ID |
| Get Task | get-task | Get a specific task by ID |
| Get Opportunity | get-opportunity | Get a specific opportunity by ID |
| Get Party | get-party | Get a specific party (person or organization) by ID |
| Create Project | create-project | Create a new project in Capsule CRM |
| Create Task | create-task | Create a new task in Capsule CRM |
| Create Opportunity | create-opportunity | Create a new opportunity in Capsule CRM |
| Create Party | create-party | Create a new party (person or organization) in Capsule CRM |
| Update Project | update-project | Update an existing project in Capsule CRM |
| Update Task | update-task | Update an existing task in Capsule CRM |
| Update Opportunity | update-opportunity | Update an existing opportunity in Capsule CRM |
| Update Party | update-party | Update an existing party in Capsule CRM |
| Delete Project | delete-project | Delete a project from Capsule CRM |
| Delete Task | delete-task | Delete a task from Capsule CRM |
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