leads_convert_status
Check the status of a lead-to-deal conversion job. Use the conversion ID to track progress and obtain the resulting deal ID when completed.
Instructions
Check the status of a lead-to-deal conversion job.
Use the conversion_id returned by leads_convert_to_deal. Possible statuses: queued, running, completed, failed. When completed, the response includes the resulting deal_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Lead UUID that is being converted | |
| conversion_id | Yes | ID returned by leads_convert_to_deal |