Click or drag to resize

Webhook Class

Represents the webhook object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsIdentifiableModel
    Smartsheet.Api.ModelsNamedModel
      Smartsheet.Api.ModelsWebhook

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class Webhook : NamedModel

The Webhook type exposes the following members.

Constructors
  NameDescription
Public methodWebhook
Top
Properties
  NameDescription
Public propertyApiClientId
Get the API Client Id corresponding to third-party app that created the Webhook.
Public propertyApiClientName
Get the API Client Name corresponding to third-party app that created the Webhook.
Public propertyCallbackUrl
Get the HTTPS URL where callbacks will be sent.
Public propertyCreatedAt
Gets the Time that the webhook was created.
Public propertyDisabledDetails
Get the details about the reason the Webhook was disabled.
Public propertyEnabled
Get the Flag indicating whether the Webhook is on (true) or off (false).
Public propertyEvents
Get the Array of the events that are subscribed to.
Public propertyModifiedAt
Gets the time that the webhook was modified.
Public propertyScope
Get the Scope of the subscription.
Public propertyScopeObjectId
Get the ID of the object that is subscribed to.
Public propertySharedSecret
Get the Shared secret for this webhook, randomly generated by Smartsheet.
Public propertyStats
Get the statistics for this webhook.
Public propertyStatus
Get the Webhook status.
Public propertySubscope
Get the webhook subscope.
Public propertyVersion
Get the webhook version.
Top
See Also