From pipedrive
Create a new deal in Pipedrive with contacts, value, and pipeline stage
npx claudepluginhub talentir/pipedrive-claude-plugin --plugin pipedrive<deal title and details># /create-deal Create a new deal in Pipedrive CRM. ## Usage Create deal: $ARGUMENTS --- ## Steps 1. **Parse the request** — Extract deal title, value, contact name, organization, pipeline, and stage from the user's input 2. **Find linked records** — If a contact or organization name is mentioned: - Use `search_persons` to find the person and get their `id` - Use `search_organizations` to find the org and get their `id` - If not found, ask if user wants to create them first 3. **Resolve pipeline/stage** — If a stage or pipeline is mentioned: - Use `get_pipelines` to list ...
Create a new deal in Pipedrive CRM.
/create-deal [deal title and details]
Create deal: $ARGUMENTS
search_persons to find the person and get their idsearch_organizations to find the org and get their idget_pipelines to list available pipelinesget_stages to find the right stageDeal: [title]
Value: $[amount] [currency]
Contact: [person name] (ID: [id])
Organization: [org name] (ID: [id])
Pipeline: [pipeline name] → Stage: [stage name]
Ask: "Create this deal?"create_deal with all gathered parameters