Obtaining connection values for HubSpot CRM
About this task
This topic provides instructions for obtaining the connection values for HubSpot CRM connector.
Procedure
- To obtain the connection values for Application client ID,
Application client secret, Access token, and
Refresh token (BASIC OAUTH authorization method) in
HubSpot CRM and to connect to App Connect, complete the following steps:
- Log in to the Hub Spot CRM account.
- On your developer account page, click Apps in the navigation bar.
- Click Create app.
- Click the Auth tab to view your client ID and client secret.
- Complete the necessary information and configure the scopes for your app.
- Copy the client ID and client secret values and save them somewhere safe.Tip: For more information about creating an application and obtaining client ID and client secret, see Public apps on the HubSpot API Docs page.
- To generate an Access token and Refresh token, see Working with OAuth on the HubSpot API Docs page.
- To generate the connection value for Access token
(BEARER TOKEN authorization method) in HubSpot CRM, complete the following steps: Important: You must be a super admin to access private apps in your HubSpot account.
- Log in to the HubSpot CRM account.
- Go to Integrations > Private Apps.
- Click Create private app.
- Complete the necessary information and configure the scopes for your app.
- Click Create app.
- Review the information about your application's access token, and then click Continue creating.
- On the Details tab, copy the Access token value and save it somewhere
safe.Tip: For more information about generating an access token, see Private apps on the HubSpot API Docs page.