HubSpot
Version
This integration utilizes the HubSpot API v3.
Base URL
The base URL used for all HubSpot API endpoints:https://api.hubapi.com
Authentication & Authorization
The DataGrail HubSpot integration connects using OAuth 2.0.
Scopes
The HubSpot integration requires specific scopes that must be granted in order to function for a given capability.
Scope | Base | Access | Deletion | Data Discovery | System Detection |
---|---|---|---|---|---|
oauth | ✅ | ||||
content | ✳️ | ✳️ | ✳️ | ||
crm.lists.read | ✅ | ✅ | |||
crm.objects.contacts.read | ✅ | ||||
crm.objects.contacts.write | ✅ | ||||
crm.objects.custom.read | ✳️ | ||||
crm.objects.deals.read | ✅ | ✅ | |||
crm.schemas.contacts.read | ✅ | ||||
crm.schemas.companies.read | ✳️ | ||||
e-commerce | ✳️ | ||||
sales-email-read | ✳️ | ✳️ | ✳️ | ||
tickets | ✳️ |
Endpoints Utilized
DataGrail uses the following endpoints to authorize and test the connection:
Method | Endpoint | Purpose | Docs |
---|---|---|---|
GET | /integrations/v1/me | Verify authentication | |
GET | /oauth/authorize | Request authorization | |
GET | /oauth/v1/access-tokens/TOKEN | Verify scopes | |
GET | /oauth/v1/token | Get and refresh access token |
Limits
Limits in HubSpot are calculated using the leaky
bucket algorithm. All requests that are made after rate limits have been
exceeded are throttled and an HTTP 429 Too Many Requests
error is returned.
Requests succeed again after enough requests have emptied out of the bucket.
- DataGrail supports requests throttling to stay within 70-80% of specified service rate limits.
- DataGrail processes API responses with HTTP 429 status to interrupt requests, waiting and retrying (using an exponential backoff strategy).
Capabilities
Access
DataGrail's HubSpot integration provides Synchronous Access capabilities for the following supported identifier category: Email.Data Interactions
For Access requests, DataGrail will take the following actions:
- Search for Contacts using the Data Subject email address.
- If a match is found, DataGrail will extract all objects related to the contact, including the following:
Match Found
- Calls
- Emails
- Meetings
Endpoints Utilized
Deletion
DataGrail's HubSpot integration provides Synchronous Deletion capabilities for the following supported identifier category: Email.Data Interactions
For Deletion requests, DataGrail will take the following actions:
- Extract data subject information using the Access Flow.
- If a match is found, DataGrail will delete the contact and associated records (if selected).
Endpoints Utilized
Method | Endpoint | Purpose | Docs |
---|---|---|---|
POST | /crm/v3/objects/contacts/gdpr-delete | Delete contact and associated records |
Anonymization
By request, HubSpot deletion can be switched to anonymization mode.
In this mode, for a deletion request, DataGrail will not delete any objects, but update them, using pre-configured customer's anonymization rules.
System Detection
DataGrail provides continuous system detection, delivering a real-time inventory of your data assets.Data Interactions
DataGrail's System Detection process runs once daily and reads object properties and recently-updated contacts to detect new systems added in HubSpot:
- Fetch properties for the following objects:
- Contacts
- Tickets
- Products
- Line Items
- Companies
- Extract recently created/updated contacts.
- Get contact details by visitor ID for each contact identified in step 2.
Endpoints Utilized
Data Discovery
DataGrail's HubSpot integration provides data discovery capabilities based on the principle of finding any and all personal data that's stored in a data system.Data Interactions
DataGrail will take the following actions for HubSpot Data Discovery:
- Count number of all records for each of supported objects.
- Fetch example records for each of the supported objects.
Supported Objects
- contacts
- emails
- deals
- notes
- tasks
- calls
- meetings
- communications
- postal_mail
- custom objects detected through retrieving the standard objects above.
- Sample data for the next analysis and classification.
Endpoints Utilized
Disclaimer: The information contained in this message does not constitute as legal advice. We would advise seeking professional counsel before acting on or interpreting any material.