pipedrive_get_lead_conversion_status
Retrieve the status of an async lead-to-deal conversion using the conversion job ID.
Instructions
Get the status of an async lead-to-deal conversion by conversion ID (Pipedrive v2 GET /leads/{id}/convert/status/{conversion_id}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Lead UUID | |
| conversion_id | Yes | Conversion job UUID returned by the convert call |