Overview
To authenticate Hubspot, you will need to provide the following information:
API Key
This guide will walk you through finding or creating those credentials within Hubspot.
Instructions
Step 1: Set up a private app
Go to your "Settings" by clicking the gear icon on the top right"
In the left sidebar, click on "Integrations" -> then click "Private apps" -> and finally click "Create a private app"
Provide a name for your application
Go to the "Scopes" tab and enable the following scopes
Permission | Required at minimum | Explanation |
crm.objects.companies.read | Yes | Needed if reading a company |
crm.objects.companies.write | No | Needed if writing a company |
crm.objects.contacts.read | Yes | Needed if reading contacts |
crm.objects.contacts.write | No | Needed if writing contacts |
crm.objects.custom.read | Yes | Needed if reading custom objects |
crm.objects.deals.read | Yes | Needed if reading deals |
crm.objects.deals.write | No | Needed if writing deals |
crm.objects.owners.read | Yes | Needed if reading owners |
crm.schemas.custom.read | Yes | Needed if reading custom objects' schema |
sales-email-read | Yes |
|
Step 2: Copy the generated key and enter it into the linking flow