WebhookController Members
The WebhookController type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
WebhookController |
Initializes a new instance of the WebhookController class with a
fresh WebhookSender for outbound webhook delivery.
|
Methods
| Name | Description | |
|---|---|---|
|
|
Dispose |
Releases resources used by the controller — clears the cached
AdvantageAPIProfile and chains into the base disposal. Shadows the base
method so ACSP-specific state is always cleared before the WebAPI tear-down runs.
(Inherited from AdvantageApiContentController.) |
|
|
SendWebhook |
Send out the payload to distination URL
|
|
|
Subscribe |
placeholder for allow admin to subscribe a webhook to AdvantageCSP
the payload can be any json object which will contains data we need to handle
this subscription logic
|

