WebhookNotificationBody`1 Model

Represents the top level body sent to the third party webhook

Required
Type : WebhookNotificationType

The type of notification (as a WebhookNotificationType). Defines the expected schema for Body. See the comments on WebhookNotificationType for the expected schema

Required
Body : object

Will vary schema according to value of Type.

Example
{
  "Type": 1,
  "Body": {}
}