ConvertLead
Transforms a qualified lead into related contact, account, and deal records in one step.
Input
| Name | Type | Description |
| LeadId | String | Unique identifier of the lead to convert. |
| Overwrite | String | Indicates whether the conversion process overwrites existing records.
The default value is true. |
| NotifyLeaderOwner | String | Indicates whether to notify the owner of the lead about the conversion.
The default value is false. |
| NotifyNewEntityOwner | String | Indicates whether to notify the owner of the newly created records.
The default value is false. |
| AccountId | String | Identifier of the account associated with the converted lead. |
| ContactId | String | Identifier of the contact associated with the converted lead. |
| UserId | String | Identifier of the user to assign the converted lead to. |
| CampaignSource | String | Source campaign associated with the deal. Can be found in the Deals module. |
| DealName | String | Name to assign to the new deal created from the conversion. |
| ClosingDate | String | Expected closing date of the deal. |
| Stage | String | Identifier of the stage in the pipeline where the deal is placed. |
| Amount | String | Total amount of the deal. |
| Pipeline | String | Pipeline to which the new deal is assigned. |
Result Set Columns
| Name | Type | Description |
| Contacts | String | Identifier of the contact created during conversion. |
| Deals | String | Identifier of the deal created during conversion. |
| Accounts | String | Identifier of the account created during conversion. |