Plugin which registers webhook(s) to API events.
IWebhookRegistrar is defined in the Telligent.Evolution.Extensibility.Webhooks.Version1 namespace of Telligent.Evolution.Platform.dll
Definition
interface IWebhookRegistrar : IPlugin { void Register(IWebhookController controller); }
Methods
void Register(IWebhookController controller);
Exposes controller to webhook registrar.
Parameters
| Name | Type | Description | Required | Default | Options |
|---|---|---|---|---|---|
| controller | IWebhookController | Controller | Required |