Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 815 Bytes

File metadata and controls

13 lines (9 loc) · 815 Bytes

HubSpot.NET.Model.SubscriptionCreateRequest

New webhook settings for an app.

Properties

Name Type Description Notes
EventType string Type of event to listen for. Can be one of `create`, `delete`, `deletedForPrivacy`, or `propertyChange`.
PropertyName string The internal name of the property to monitor for changes. Only applies when `eventType` is `propertyChange`. [optional]
Active bool Determines if the subscription is active or paused. Defaults to false. [optional]

[Back to Model list] [Back to API list] [Back to README]