Click or drag to resize

Webhook Properties

The Webhook type exposes the following members.

Properties
  NameDescription
Public propertyCreated
The timestamp that the webhook being created.
Public propertyEvent
The event type for the webhook.
Public propertyFilter
The filter that defines the webhook scope.
Public propertyId
The identifier of this webhook.
Public propertyName
A user-friendly name for this webhook.
Public propertyResource
The resource type for the webhook.
Public propertySecret
The Secret use to generate payload signiture.
Public propertyStatus
The status of the webhook. Use
active
to reactivate a disabled webhook.
Public propertyTargetUrl
The URL that receives POST requests for each event.
Top
See Also