pipedrive_convert_lead_to_deal
Convert a lead to a deal using the lead UUID. Optionally specify stage or pipeline; polls until conversion completes and returns the new deal ID.
Instructions
Convert a lead into a deal (Pipedrive v2). The conversion runs asynchronously; this tool polls until it completes (typically under 5s) and returns the new deal ID. If it is still running after ~30s, it returns the conversion_id and status for manual follow-up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Lead UUID to convert | |
| stage_id | No | Stage ID for the created deal (pipeline inferred from stage) | |
| pipeline_id | No | Pipeline ID for the created deal (ignored if stage_id is given) |