deals_convert_to_lead
Convert a deal into a lead by initiating a two-step asynchronous process. Returns a conversion ID to monitor progress until completed.
Instructions
Convert a deal into a lead (asynchronous, two-step flow).
Step 1 (this tool): POST starts the conversion. Returns { id: conversion_id, status: 'queued' | 'running' }. Step 2 (separate tool): poll deals_convert_status with the deal id AND the conversion_id returned here, every few seconds, until status === 'completed'. The completed response includes the resulting lead_id.
Related entities (notes, files, emails, activities) are transferred to the new lead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Deal ID to convert |