#5293 - Source Hubspot fails in normalization step Co-authored-by: Oleksandr Bazarnov <oleksandr.bazarnov@globallogic.com>
3.0 KiB
Hubspot
Overview
The Hubspot connector can be used to sync your Hubspot data. It supports full refresh sync for all streams and incremental sync for Email Events and Subscription Changes streams.
Output schema
Several output streams are available from this source:
- Campaigns
- Companies
- Contact Lists
- Contacts
- Deal Pipelines
- Deals
- Email Events (Incremental)
- Engagements
- Forms
- Line Items
- Owners
- Products
- Quotes
- Subscription Changes (Incremental)
- Tickets
- Workflows
Features
| Feature | Supported? |
|---|---|
| Full Refresh Sync | Yes |
| Incremental Sync | Yes |
| Replicate Incremental Deletes | No |
| SSL connection | Yes |
| Namespaces | No |
Performance considerations
The connector is restricted by normal Hubspot rate limitations.
Getting started
Requirements
- Hubspot Account
- Api credentials
Setup guide
{% hint style="info" %} Hubspot's API will rate limit the amount of records you can sync daily, so make sure that you are on the appropriate plan if you are planning on syncing more than 250,000 records per day. {% endhint %}
This connector supports only authentication with API Key. To obtain API key for the account go to settings -> integrations (under the account banner) -> api key. If you already have an api key you can use that. Otherwise generated a new one. See docs for more details.
Changelog
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.1.9 | 2021-08-11 | 5334 | Fix empty strings inside float datatype |
| 0.1.8 | 2021-08-06 | 5250 | Fix issue with printing exceptions |
| 0.1.7 | 2021-07-27 | 4913 | Update fields schema |