
Hubspot API Integration Profile
Information and guides about integrating with Hubspot API
Add Hubspot Integration to Your AppPost Webhooks V3 App Id Subscriptions 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 webhook settings for an app. |
Property Name | data.propertyName | string | The internal name of the property to monitor for changes. Only applies when `eventType` is `propertyChange`. |
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](#). |
Property Name | propertyName | string | The internal name of the property being monitored for changes. Only applies when `eventType` is `propertyChange`. |
Active | active | boolean | Determines if the subscription is active or paused. |
Event Type | eventType | string | Type of event to listen for. Can be one of `create`, `delete`, `deletedForPrivacy`, or `propertyChange`. |
Id | id | string | The unique ID of the subscription. |