Table of Contents

Enum WebhookStatus

Namespace
Smartsheet.Api.Models
Assembly
smartsheet-csharp-sdk.dll

Represents the user Status.

public enum WebhookStatus

Fields

DISABLED_ADMINISTRATIVE = 7

Webhook has been disabled by Smartsheet support.

DISABLED_APP_REVOKED = 5

Webhook has been disabled because the third-party app associated with the webhook has had its access revoked.

DISABLED_BY_OWNER = 2

Webhook has been disabled by the owner.

DISABLED_CALLBACK_FAILED = 4

Webhook has been disabled because callback was not successfully delivered to the Callback URL.

DISABLED_SCOPE_INACCESSIBLE = 6

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_VERIFICATION_FAILED = 3

Webhook verification has failed.

ENABLED = 0

Webhook is active.

NEW_NOT_VERIFIED = 1

Webhook has been created but is not enabled because it has not yet been verified.

See Also