
Hubspot API Integration Profile
Information and guides about integrating with Hubspot API
Add Hubspot Integration to Your AppPut Webhooks V3 App Id Settings in Hubspot API
Input schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Path Parameters | pathParameters | object | |
App Id | pathParameters.appId | integer | |
Query | query | object | |
Data | data | object | New or updated webhook settings for an app. |
Throttling | data.throttling | object | Configuration details for webhook throttling. |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Created At | createdAt | string | When this subscription was created. Formatted as milliseconds from the [Unix epoch](#). |
Throttling | throttling | object | Configuration details for webhook throttling. |
Period | throttling.period | string | Time scale for this setting. Can be either `SECONDLY` (per second) or `ROLLING_MINUTE` (per minute). |
Max Concurrent Requests | throttling.maxConcurrentRequests | number | The maximum number of HTTP requests HubSpot will attempt to make to your app in a given time frame determined by `period`. |
Target Url | targetUrl | string | A publicly available URL for Hubspot to call where event payloads will be delivered. See [link-so-some-doc](#) for details about the format of these event payloads. |