Create an event subscription
Create new event subscription for the specified app.
Path parameters
The identifier for the app.
Request body
A boolean indicating whether the subscription is active.
A string representing the type of event to subscribe to. Valid values include various property changes, creations, deletions, merges, restorations, association changes, and event completions.
A string providing a human-readable name for the event type.
A string representing the ID of the object type associated with the subscription.
A string indicating the specific property name related to the event type, if applicable.
Response
successful operation
A boolean indicating whether the subscription is currently active.
The date and time when the subscription was created, in ISO 8601 format.
The type of event that triggers the subscription. Valid values include various property changes, creations, deletions, merges, restores, and association changes for different HubSpot objects.
The name of the event type for the subscription.
The unique identifier for the subscription. It is an integer formatted as int64.
The identifier for the object type associated with the subscription. It is a string.
The name of the property associated with the subscription event, if applicable.
The date and time when the subscription was last updated, in ISO 8601 format.