Loading...
Loading...
Pipedrive integration. Manage crm and sales data, records, and workflows. Use when the user wants to interact with Pipedrive data.
npx skill4agent add membranedev/application-skills pipedrivemembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search pipedrive --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 Deals | list-deals | Get all deals with optional filtering by user, stage, or status |
| List Leads | list-leads | Get all leads with optional filtering |
| List Persons | list-persons | Get all persons (contacts) with optional filtering |
| List Organizations | list-organizations | Get all organizations with optional filtering |
| List Products | list-products | Returns all products |
| List Users | list-users | Returns all users in the company |
| List Stages | list-stages | Returns all stages |
| List Pipelines | list-pipelines | Returns all pipelines |
| Get Deal | get-deal | Get details of a specific deal by ID |
| Get Lead | get-lead | Get details of a specific lead by ID |
| Get Person | get-person | Get details of a specific person by ID |
| Get Organization | get-organization | Get details of a specific organization by ID |
| Get Product | get-product | Returns details about a specific product |
| Get User | get-user | Returns details about a specific user |
| Create Deal | create-deal | Add a new deal to Pipedrive |
| Create Lead | create-lead | Add a new lead to Pipedrive |
| Create Person | create-person | Add a new person (contact) to Pipedrive |
| Create Organization | create-organization | Add a new organization to Pipedrive |
| Update Deal | update-deal | Update an existing deal |
| Update Lead | update-lead | Update an existing lead |
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