La fonction de suggestion automatique permet d'affiner rapidement votre recherche en suggérant des correspondances possibles au fur et à mesure de la frappe.
Yes, info about merges is stored in this contact property:
Merged Contact IDs: the Record IDs of contacts that were merged into the contact record. This is automatically set by HubSpot once a contact merge is completed.
Best regards!
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer
API - Is there a way to find out if a Contact has been merged
Résolue
Hi @JackWhite24 , this bites many integrations. The clean way is to rely on HubSpot’s “Merged Contact IDs” property (API name hs_merged_object_ids) that lives on the surviving contact.
If you only have an old ID in hand, you can search for the winner by querying contacts where hs_merged_object_ids contains that old ID, then use the found record’s current hs_object_id as the canonical ID going forward. Also useful: HubSpot explicitly allows updating a merged record using any of its previous IDs via the basic update endpoint; the platform resolves the old ID to the active record (see “Using Object APIs,” note about hs_merged_object_ids: (https://developers.hubspot.com/docs/guides/crm/using-object-apis )
Do you control a private app so you can run a CRM Search filter on hs_merged_object_ids? If yes, that’s the most robust path. Hope this helps.
Did my answer help? Please mark it as a solution to help others find it too.
Ruben Burdin HubSpot Advisor Founder @ Stacksync Real-Time Data Sync between any CRM and Database
API - Is there a way to find out if a Contact has been merged
Résolue
Hi @JackWhite24 , this bites many integrations. The clean way is to rely on HubSpot’s “Merged Contact IDs” property (API name hs_merged_object_ids) that lives on the surviving contact.
If you only have an old ID in hand, you can search for the winner by querying contacts where hs_merged_object_ids contains that old ID, then use the found record’s current hs_object_id as the canonical ID going forward. Also useful: HubSpot explicitly allows updating a merged record using any of its previous IDs via the basic update endpoint; the platform resolves the old ID to the active record (see “Using Object APIs,” note about hs_merged_object_ids: (https://developers.hubspot.com/docs/guides/crm/using-object-apis )
Do you control a private app so you can run a CRM Search filter on hs_merged_object_ids? If yes, that’s the most robust path. Hope this helps.
Did my answer help? Please mark it as a solution to help others find it too.
Ruben Burdin HubSpot Advisor Founder @ Stacksync Real-Time Data Sync between any CRM and Database
Yes, info about merges is stored in this contact property:
Merged Contact IDs: the Record IDs of contacts that were merged into the contact record. This is automatically set by HubSpot once a contact merge is completed.
Best regards!
Karsten Köhler HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer