WebhookEvent is defined in the Telligent.Evolution.Extensibility.Api.Entities.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
class WebhookEvent
{
string Description { get; }
Guid Id { get; }
Type MessageType { get; }
string Name { get; }
string TypeSample { get; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| Description | string | |||
| Id | Guid | |||
| MessageType | Type | |||
| Name | string | |||
| TypeSample | string | Provides sample message information about the data returned to the webhook. |