You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: airbyte-integrations/builds.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
| Google Directory API |[](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/source-google-directory)|
35
35
| Google Workspace Admin |[](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/source-google-workspace-admin-reports)|
| IBM Db2 |[](https://dnsgjos7lj2fu.cloudfront.net/tests/summary/source-db2)|
# TODO: Additional processing was added due to the fact that users receive 414 errors while syncing their streams (issues #3977 and #5835).
335
-
# We will need to fix this code when the Hubspot developers add the ability to use a special parameter to get all properties for an entity.
336
-
# According to Hubspot Community (https://community.hubspot.com/t5/APIs-Integrations/Get-all-contact-properties-without-explicitly-listing-them/m-p/447950)
335
+
# We will need to fix this code when the HubSpot developers add the ability to use a special parameter to get all properties for an entity.
336
+
# According to HubSpot Community (https://community.hubspot.com/t5/APIs-Integrations/Get-all-contact-properties-without-explicitly-listing-them/m-p/447950)
337
337
# and the official documentation, this does not exist at the moment.
"description": "Hubspot client_id. See our <a href=\"https://docs.airbyte.io/integrations/sources/hubspot\">docs</a> if you need help finding this id.",
43
+
"description": "HubSpot client_id. See our <a href=\"https://docs.airbyte.io/integrations/sources/hubspot\">docs</a> if you need help finding this id.",
44
44
"type": "string",
45
45
"examples": ["123456789000"]
46
46
},
47
47
"client_secret": {
48
48
"title": "Client Secret",
49
-
"description": "Hubspot client_secret. See our <a href=\"https://docs.airbyte.io/integrations/sources/hubspot\">docs</a> if you need help finding this secret.",
49
+
"description": "HubSpot client_secret. See our <a href=\"https://docs.airbyte.io/integrations/sources/hubspot\">docs</a> if you need help finding this secret.",
50
50
"type": "string",
51
51
"examples": ["secret"],
52
52
"airbyte_secret": true
53
53
},
54
54
"refresh_token": {
55
55
"title": "Refresh token",
56
-
"description": "Hubspot refresh_token. See our <a href=\"https://docs.airbyte.io/integrations/sources/hubspot\">docs</a> if you need help generating the token.",
56
+
"description": "HubSpot refresh_token. See our <a href=\"https://docs.airbyte.io/integrations/sources/hubspot\">docs</a> if you need help generating the token.",
57
57
"type": "string",
58
58
"examples": ["refresh_token"],
59
59
"airbyte_secret": true
@@ -76,7 +76,7 @@
76
76
},
77
77
"api_key": {
78
78
"title": "API key",
79
-
"description": "Hubspot API Key. See our <a href=\"https://docs.airbyte.io/integrations/sources/hubspot\">docs</a> if you need help finding this key.",
79
+
"description": "HubSpot API Key. See our <a href=\"https://docs.airbyte.io/integrations/sources/hubspot\">docs</a> if you need help finding this key.",
Copy file name to clipboardexpand all lines: docs/integrations/sources/hubspot.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Hubspot
1
+
# HubSpot
2
2
3
3
## Features
4
4
@@ -11,7 +11,7 @@
11
11
12
12
## Troubleshooting
13
13
14
-
Check out common troubleshooting issues for the Hubspot connector on our Discourse [here](https://discuss.airbyte.io/tags/c/connector/11/source-hubspot).
14
+
Check out common troubleshooting issues for the HubSpot connector on our Discourse [here](https://discuss.airbyte.io/tags/c/connector/11/source-hubspot).
15
15
16
16
## Supported Tables
17
17
@@ -35,25 +35,25 @@ This source is capable of syncing the following tables and their data:
**Note**: Hubspot API currently only supports `quotes` endpoint using API Key, using Oauth it is impossible to access this stream (as reported by [community.hubspot.com](https://community.hubspot.com/t5/APIs-Integrations/Help-with-using-Feedback-CRM-API-and-Quotes-CRM-API/m-p/449104/highlight/true#M44411)).
38
+
**Note**: HubSpot API currently only supports `quotes` endpoint using API Key, using Oauth it is impossible to access this stream (as reported by [community.hubspot.com](https://community.hubspot.com/t5/APIs-Integrations/Help-with-using-Feedback-CRM-API-and-Quotes-CRM-API/m-p/449104/highlight/true#M44411)).
39
39
40
40
## Getting Started \(Airbyte Open-Source / Airbyte Cloud\)
41
41
42
42
#### Requirements
43
43
44
-
*Hubspot Account
44
+
*HubSpot Account
45
45
* Api credentials
46
46
* If using Oauth, [scopes](https://legacydocs.hubspot.com/docs/methods/oauth2/initiate-oauth-integration#scopes) enabled for the streams you want to sync
47
47
48
48
{% hint style="info" %}
49
-
Hubspot's API will [rate limit](https://developers.hubspot.com/docs/api/usage-details) 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.
49
+
HubSpot's API will [rate limit](https://developers.hubspot.com/docs/api/usage-details) 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.
50
50
{% endhint %}
51
51
52
52
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](https://knowledge.hubspot.com/integrations/how-do-i-get-my-hubspot-api-key) for more details.
53
53
54
54
## Rate Limiting & Performance
55
55
56
-
The connector is restricted by normal Hubspot[rate limitations](https://legacydocs.hubspot.com/apps/api_guidelines).
56
+
The connector is restricted by normal HubSpot[rate limitations](https://legacydocs.hubspot.com/apps/api_guidelines).
57
57
58
58
When connector reads the stream using `API Key` that doesn't have neccessary permissions to read particular stream, like `workflows`, which requires to be enabled in order to be processed, the log message returned to the output and sync operation goes on with other streams available.
59
59
@@ -96,6 +96,7 @@ If you are using Oauth, most of the streams require the appropriate [scopes](htt
0 commit comments