
Hubspot API Integration Profile
Information and guides about integrating with Hubspot API
Add Hubspot Integration to Your ProductGet Webhooks V3 App Id Subscriptions in Hubspot API
Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Path Parameters | pathParameters | object | |
App Id | pathParameters.appId | integer | |
Query | query | object | |
Headers | headers | object |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Results | results | array of items | List of event subscriptions for your app |
Created At | item.createdAt | string | When this subscription was created. Formatted as milliseconds from the [Unix epoch](#). |
Property Name | item.propertyName | string | The internal name of the property being monitored for changes. Only applies when `eventType` is `propertyChange`. |
Active | item.active | boolean | Determines if the subscription is active or paused. |
Event Type | item.eventType | string | Type of event to listen for. Can be one of `create`, `delete`, `deletedForPrivacy`, or `propertyChange`. |