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