Required Scopes
To configure a Sync for HubSpot, you need to request the following scopes from your HubSpot OAuth application: Contacts:crm.objects.contacts.read
crm.schemas.contacts.read
crm.objects.companies.read
crm.schemas.companies.read
crm.objects.deals.read
crm.schemas.deals.read
crm.objects.custom.read
crm.schemas.custom.read
Synced Objects
HubSpot supports the following Synced Objects:Contacts
Sync Configuration Options
Example
An array of HubSpot contact property names to sync. If not specified, the Sync will fetch all available contact properties.
Companies
Sync Configuration Options
Example
An array of HubSpot company property names to sync. If not specified, the Sync will fetch all available company properties.
Deals
Sync Configuration Options
Example
An array of HubSpot deal property names to sync. If not specified, the Sync will fetch all available deal properties.
Custom Objects
Custom Objects can be used to sync any object type (including custom user-defined object types) from HubSpot directly, without using a mapping to a Synced Object Type.Sync Configuration Options
Example
The internal name of the object type to sync, e.g.
feedback_submissions
.An array of HubSpot property names to use in the sync. If not specified, the Sync will fetch all available properties for the object type.