mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
| .. | ||
| README.md | ||
| using-access-token.gif | ||
| using-developer-api-key.gif | ||
| using-oauth.gif | ||
| permalink |
|---|
| /credentials/hubspot |
HubSpot
You can find information about the operations supported by the HubSpot node on the integrations page. You can also browse the source code of the node on GitHub.
Prerequisites
Create a HubSpot account.
Using OAuth
- Access your HubSpot Developer Home.
- Click on the Manage apps button.
- Click on the Create app button in the top right.
- Specify an app name in the Public app name field.
- Click on the 'Auth' tab.
- Use the provided Client ID and the Client secret with your HubSpot OAuth2 API credentials in n8n.
- If you are using the HubSpot Trigger node, copy the App ID along with the information in the previous step.
- Copy your OAuth Callback URL from the 'Create New Credentials' screen in n8n and paste in the Redirect URL section.
- In the Scopes section, make sure that the 'Basic OAuth functionality' scope is selected from the Add a required scope dropdown list.
- Select any other Scopes you plan to use with n8n.
- Click on the Save button to save your settings in HubSpot.
- Back in n8n, click on the circle button in the OAuth section to connect your HubSpot account to n8n.
- Click the Save button to save your credentials.
Using Access Token
- Access your HubSpot dashboard.
- Click on the gear icon on the top right.
- Click on Integrations and then API key.
- Click on the Create key button.
- Use the key with HubSpot node credentials in n8n.
Using Developer API Key (for HubSpot Trigger node)
- Access your HubSpot Developer Home.
- Click on 'Apps' in the top bar.
- Click on the Get HubSpot API key button.
- Click on the Show key button.
- Use the displayed Developer API key with your HubSpot Trigger node credentials in n8n.


