Skip to main content

LeadCRMMergePayload

Identifies one CRM-side duplicate merge: the deal that survived it and the deals that were folded into it.

crm_integration_idCrm Integration Idrequired

The CRM integration the deals belong to. Deal IDs are only unique within one integration.

target_crm_idTarget Crm Idrequired

CRM ID of the deal that survived the merge.

Possible values: non-empty

source_crm_idsstring[]required

CRM IDs of the deals that were folded into the target and no longer exist.

Possible values: >= 1

LeadCRMMergePayload
{
"crm_integration_id": 0,
"target_crm_id": "string",
"source_crm_ids": [
"string"
]
}