im not able to configure N8n hubspot trigger node - can anyone help?
See if it helps
@Marketing_Tools the trigger node needs an app connected first, go to credentials and add your HubSpot OAuth2 creds then it’ll let you pick events. here’s a minimal setup to get you started
add your HubSpot OAuth2 credentials in the trigger node, pick whatever event you actually need instead of contact.creation, activate the workflow and it registers the webhook automatically.
hi @Marketing_Tools
One thing worth adding is that after you activate the workflow, HubSpot needs to reach your n8n instance to deliver events. If you’re self-hosted, make sure your webhook URL is publicly accessible, if the registration succeeds but events never arrive, that’s almost always the cause.
For local development only, n8n start --tunnel can help during testing. For any real setup, you’ll want a stable public URL with your reverse proxy or domain configured correctly per the n8n webhook docs.
Which authentication method you are using, and at which exact step does it fail?