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 be converted. |
| Overwrite | String | Indicates whether to overwrite existing values during the conversion.
デフォルト値はtrueです。 |
| NotifyLeaderOwner | String | Sends a notification to the lead owner if set to true.
デフォルト値はfalseです。 |
| NotifyNewEntityOwner | String | Sends a notification to the new record owner if set to true.
デフォルト値はfalseです。 |
| AccountId | String | Unique identifier of the associated account. |
| ContactId | String | Unique identifier of the associated contact. |
| UserId | String | Identifier of the user to whom the converted lead is assigned. |
| CampaignSource | String | Campaign source for the deal. This value appears in the Deals module. |
| DealName | String | Name of the deal created from the conversion. |
| ClosingDate | String | Expected closing date of the deal. |
| Stage | String | Identifier of the deal stage. |
| Amount | String | Total monetary amount of the deal. |
| Pipeline | String | Name or identifier of the pipeline used in the conversion. |
Result Set Columns
| Name | Type | Description |
| Contacts | String | Unique identifier of the newly created contact. |
| Deals | String | Unique identifier of the newly created deal. |
| Accounts | String | Unique identifier of the newly created account. |