Tips, Tricks & Best Practices

MaxGPT
メンバー

Merging Contacts with Same Phone Number

解決

Hi all,

 

I am looking for a way to merge contacts with the same phone number and different emails.  For context, we get many resubmissions where the person submits with the same phone number, but different email, creating two separate contacts which makes it much tougher on the salesforce side due to a duplication rule we have.  I am looking for a way to merge the email to the existing contacts in Hubspot that come in with the same phone number so I don't have multiple leads that are the same person.  If anyone knows of a workflow or workaround, let me know!

0 いいね!
1件の承認済みベストアンサー
karstenkoehler
解決策
殿堂入り | Solutions Partner
殿堂入り | Solutions Partner

Merging Contacts with Same Phone Number

解決

Hi @MaxGPT,

 

There is a code snippet here which you (or a developer) can adjust: https://github.com/HubSpot/sample-workflow-custom-code/blob/main/samples/dedupe_contact.js

 

Documentation on custom code actions: https://developers.hubspot.com/docs/api/workflows/custom-code-actions

 

If you have Operations Hub, this is your best option 🙂 It doesn't get easier / cheaper than that.

 

Best regards!

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

元の投稿で解決策を見る

4件の返信
Jonas_De_Mets
トップ投稿者

Merging Contacts with Same Phone Number

解決

Hi @MaxGPT,

Were you able to resolve the issue with the Operations Hub and custom code?
We released Koalify to make data deduplication in HubSpot easy.
I ran into the same issue a couple of times wrote a quick how to:
How to merge HubSpot contacts with same (mobile) phone number.


Hope it helps!

 

Best regards,

Jonas

Jonas De Mets
RevOps & Co-Founder @ Koalify

Connect via LinkedIn


Did my reply help answer your question? Please mark it as a solution.

0 いいね!
karstenkoehler
殿堂入り | Solutions Partner
殿堂入り | Solutions Partner

Merging Contacts with Same Phone Number

解決

Hi @MaxGPT,

 

This can be achieved either with custom code actions in workflows (if you have Operations Hub Professional and the help of a developer) or third party integrations like Insycle: https://www.insycle.com/hubspot/

 

Let me know if you have any follow up questions!

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.

0 いいね!
MaxGPT
メンバー

Merging Contacts with Same Phone Number

解決

We do have the Operations Hub, but I do not know how to custom code and I couldn't find examples of someone doing this.  Also, we have a pretty large database so Insycle would be pretty expensive and we do not need all the features it provides.  

 

What actions would you use to make this work?

0 いいね!
karstenkoehler
解決策
殿堂入り | Solutions Partner
殿堂入り | Solutions Partner

Merging Contacts with Same Phone Number

解決

Hi @MaxGPT,

 

There is a code snippet here which you (or a developer) can adjust: https://github.com/HubSpot/sample-workflow-custom-code/blob/main/samples/dedupe_contact.js

 

Documentation on custom code actions: https://developers.hubspot.com/docs/api/workflows/custom-code-actions

 

If you have Operations Hub, this is your best option 🙂 It doesn't get easier / cheaper than that.

 

Best regards!

Karsten Köhler
HubSpot Freelancer | RevOps & CRM Consultant | Community Hall of Famer

Beratungstermin mit Karsten vereinbaren

 

Did my post help answer your query? Help the community by marking it as a solution.