I am integrating HubSpot with n8n using trigger nodes, which require some keys. I already have these keys.
Client ID
Client Secret
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.)
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.
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.