Click or drag to resize

WebhookStatus Enumeration

Represents the user Status.

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 enum WebhookStatus
Members
  Member nameValueDescription
ENABLED0 Webhook is active.
NEW_NOT_VERIFIED1 Webhook has been created but is not enabled because it has not yet been verified.
DISABLED_BY_OWNER2 Webhook has been disabled by the owner.
DISABLED_VERIFICATION_FAILED3 Webhook verification has failed.
DISABLED_CALLBACK_FAILED4 Webhook has been disabled because callback was not successfully delivered to the Callback URL.
DISABLED_APP_REVOKED5 Webhook has been disabled because the third-party app associated with the webhook has had its access revoked.
DISABLED_SCOPE_INACCESSIBLE6 Webhook has been disabled because its owner lost access to the corresponding data in Smartsheet (either because the object was deleted or sharing permissions were revoked).
DISABLED_ADMINISTRATIVE7 Webhook has been disabled by Smartsheet support.
See Also