Skip to content

HubSpot 节点#

使用 HubSpot 节点在 HubSpot 中自动化工作,并将 HubSpot 与其他应用程序集成。n8n 内置支持广泛的 HubSpot 功能,包括创建、更新、删除和获取联系人、交易、列表、互动和公司。

在此页面上,您将找到 HubSpot 节点支持的操作列表和更多资源的链接。

凭据

请参考 HubSpot 凭据 获取设置身份验证的指导。

此节点可用作 AI 工具

此节点可用于增强 AI 代理的功能。以这种方式使用时,许多参数可以自动设置,或使用 AI 指导的信息设置 - 在 AI 工具参数文档中了解更多信息。

操作#

  • Contact 联系人
    • Create/Update 创建/更新联系人
    • Delete 删除联系人
    • Get 获取联系人
    • Get all 获取所有联系人
    • Get recently created/updated 获取最近创建/更新的联系人
    • Search 搜索联系人
  • Contact List 联系人列表
    • Add 将联系人添加到列表
    • Remove 从列表中移除联系人
  • Company 公司
    • Create 创建公司
    • Delete 删除公司
    • Get 获取公司
    • Get all 获取所有公司
    • Get recently created 获取最近创建的公司
    • Get recently modified 获取最近修改的公司
    • Search 按域名搜索公司
    • Update 更新公司
  • Deal 交易
    • Create 创建交易
    • Delete 删除交易
    • Get 获取交易
    • Get all 获取所有交易
    • Get recently created 获取最近创建的交易
    • Get recently modified 获取最近修改的交易
    • Search 搜索交易
    • Update 更新交易
  • Engagement 互动
    • Create 创建互动
    • Delete 删除互动
    • Get 获取互动
    • Get all 获取所有互动
  • Form 表单
    • Get all 获取表单的所有字段
    • Submit 向表单提交数据
  • Ticket 工单
    • Create 创建工单
    • Delete 删除工单
    • Get 获取工单
    • Get all 获取所有工单
    • Update 更新工单

模板和示例#

Create HubSpot contacts from LinkedIn post interactions

by Pauline

View template details
Real Estate Lead Generation with BatchData Skip Tracing & CRM Integration

by Preston Zeller

View template details
Update HubSpot when a new invoice is registered in Stripe

by Jonathan

View template details
Browse HubSpot integration templates, or search all templates

如果不支持您的操作该怎么办#

如果此节点不支持您想要执行的操作,您可以使用 HTTP 请求节点来调用服务的 API。

您可以在 HTTP 请求节点中使用为此服务创建的凭据:

  1. 在 HTTP 请求节点中,选择身份验证 > 预定义凭据类型
  2. 选择您要连接的服务。
  3. 选择您的凭据。

有关更多信息,请参阅自定义 API 操作