Webhook
is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
class Webhook { string CallBackUrl { get; set; } int? Id { get; set; } bool? IsEnabled { get; set; } DateTime? NextSendDate { get; set; } string SecretToken { get; set; } string Status { get; set; } ApiList<WebhookEvent> WebhookEvents { get; set; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
CallBackUrl | string | |||
Id | int? | |||
IsEnabled | bool? | |||
NextSendDate | DateTime? | |||
SecretToken | string | |||
Status | string | |||
WebhookEvents | ApiList<WebhookEvent> |