简体   繁体   English

如何将 Hubspot 与自定义构建 CRM 集成(避免 hubspot UID)

[英]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.我有一个定制的 CRM,我想与 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.目前,我们正在手动将数据从定制的 CRM 复制到 Hubspot。 I would like to automate this using the Hubspot API.我想使用 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).我是否必须使用 Hubspot UID 调用 Hubspot API(我不想在现有的 CRM 中添加一个字段来记录 Hubspot UID,因为这只是将现有的手动输入移动到另一个区域)。

Thanks in advance提前致谢

HubSpot's unique identifier for contacts are Contact ID and email address. HubSpot 的联系人唯一标识符是联系人 ID 和 email 地址。 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.因此,如果您的非 HubSPot CRM 中已经有联系人的 email 地址,我相信您不需要联系人 ID 作为 UID 即可通过 API 更新现有联系人。

Here is the reference:是参考:

An email address is the primary identifier for a contact in HubSpot. email 地址是 HubSpot 中联系人的主要标识符。 These endpoints automatically deduplicate email addresses to keep HubSpot data clean.这些端点会自动对 email 地址进行重复数据删除,以保持 HubSpot 数据干净。

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: HubSpot API 是通往 go https://developers.hubspot.com/docs/api/overview的方式,但是,请务必阅读任何合规性问题,因为您将使用他们的数据来源:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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