Hubspot trigger

I want to add a hubspot trigger and the documentation talks about private apps. But when I addthe private app I dont have the client key and secret in the app. Any ideas?

Hi @anilerkan, the Hubspot trigger node would not support private app authentication and you would have to use OAuth2 instead (n8n refers to this as the “HubSpot Developer API” as it also requires a separate developer API token in addition to the regular OAuth2 details.

That said, this is a very cumbersome process in Hubspot when self-hosting n8n (as you’d first need to register as a developer with Hubspot and then register your client application) and I’d suggest avoiding the trigger unless you really need it. Going for a Schedule trigger combined with the regular Hubspot node fetching whatever you want to fetch is often simpler.

Thanks that’s great to hear. Will try that out.

1 Like

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