简体   繁体   中英

How to integrate Hubspot with custom build CRM (avoiding hubspot UID's)

I have a custom built CRM that I would like to integrate with Hubspot. I would like to keep both systems active. At the moment we are manually copying the data from the custom built CRM into Hubspot. I would like to automate this using the Hubspot API.

Do I have to call the Hubspot API using the Hubspot UID's (I don't want to have to add a field in my existing CRM to record the Hubspot UID as that is just moving the existing manual entry to another area).

Thanks in advance

HubSpot's unique identifier for contacts are Contact ID and email address. So if you already have contacts' email addresses in your non-HubSPot CRM, I believe you would not need Contact ID as the UID to update existing contacts via API.

Here is the reference:

An email address is the primary identifier for a contact in HubSpot. These endpoints automatically deduplicate email addresses to keep HubSpot data clean.

HubSpot API is the way to go https://developers.hubspot.com/docs/api/overview , however, be sure to read the terms of use to avoid any compliance issue as you will be using their data sources:

https://legal.hubspot.com/developer-terms

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM