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
Public Enumeration WebhookStatus
public enum class WebhookStatus
Members
| Member name | Value | Description |
---|
| ENABLED | 0 |
Webhook is active.
|
| NEW_NOT_VERIFIED | 1 |
Webhook has been created but is not enabled because it has not yet been verified.
|
| DISABLED_BY_OWNER | 2 |
Webhook has been disabled by the owner.
|
| DISABLED_VERIFICATION_FAILED | 3 |
Webhook verification has failed.
|
| DISABLED_CALLBACK_FAILED | 4 |
Webhook has been disabled because callback was not successfully delivered to the Callback URL.
|
| DISABLED_APP_REVOKED | 5 |
Webhook has been disabled because the third-party app associated with the webhook has had its access revoked.
|
| 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_ADMINISTRATIVE | 7 |
Webhook has been disabled by Smartsheet support.
|
See Also