Plugin which defines event data to send to remote applications registered via webhooks.
IWebhookEvent
is defined in the Telligent.Evolution.Extensibility.Webhooks.Version1
namespace of Telligent.Evolution.Platform.dll
Definition
interface IWebhookEvent { string Description { get; } Guid Id { get; } Type MessageType { get; } string Name { get; } }
Properties
Name | Type | Description | Default | Options |
---|---|---|---|---|
Description | string | Description of the event this webhook will broadcast for. | ||
Id | Guid | Unique identifier of the event this webhook will broadcast for. | ||
MessageType | Type | Defines the structure of data returned when the webhook triggers. | ||
Name | string | Name of the event this webhook will broadcast for. |