v1
latestOpenAPI 3.1.02026-08-04253331435.1 KBCRM Leads
Convert Lead
Convert a lead to an Account, Contact, and optionally an Opportunity.
This is a Salesforce-specific operation that qualifies a lead and creates:
- Account (company)
- Contact (person)
- Opportunity (deal) - optional
Request body options:
- accountId: Associate with existing Account instead of creating new one
- contactId: Associate with existing Contact instead of creating new one
- createOpportunity: Whether to create an Opportunity (default: false)
- opportunityName: Name for the Opportunity (if creating one)
- ownerId: Assign to specific owner
- sendNotificationEmail: Send email notification (default: false)
Note: This endpoint is only supported for Salesforce integrations.
post/api/v3/crm/{integration_id}/leads/{lead_id}/convert
Path parameters
integration_idstring uuid required
The CRM integration ID
The CRM integration ID
lead_idstring required
The lead ID to convert
The lead ID to convert
Request body
Response
Successful Response