Hubspot Integration with N8N Cloud

Describe the problem/error/question

I am integrating HubSpot with n8n using trigger nodes, which require some keys. I already have these keys.

  1. Client ID
  2. Client Secret
  3. APP ID
    I cannot find the “Developer API Key”. I have tried contacting HubSpot support, and according to them, it was deprecated in 2022.
    Can you please guide me on how to connect my developer account to n8n and use HubSpot trigger nodes?

What is the error message (if any)?

Please share your workflow

I want to get a callback from hubspot and duplicate these records in another CRM.

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

information on your n8n setup

  • n8n version: 1.38.2
  • **Database (default: SQLite):**SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main): default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): n8n cloud
  • **Operating system:**Cloud

hello @faizanaliyounas

Seems like a bug with Hubspot trigger Node. As the usual Node has options to define other authentication schemas.

@Jon

So does this mean we cannot currently use hubspot trigger? Just started a trial and the entire point was to test out the integration between n8n and hubspot.

Looks like I can poll hubspot every so often using the “Node” option but that is definitely not the solution I am after, I am looking for an event driven (trigger) flow.

Thanks

Well… you are still able to use the Webhook node. All trigger Nodes are, basically, the custom Webhooks. But you will need to setup the subscription for it.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.