gyprock
gyprock

Reputation: 1

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

Upvotes: 0

Views: 305

Answers (2)

Alice
Alice

Reputation: 21

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.

Upvotes: 0

Kelly Smith
Kelly Smith

Reputation: 1

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

Upvotes: 0

Related Questions