ConfigureWebhookChannelInput
eventsstring[]required
Event types to subscribe to. Empty array removes the configuration.
Possible values: <= 100
enabledboolean
Whether the webhook is enabled for this channel. Defaults to true.
ConfigureWebhookChannelInput
{
"events": [
"string"
],
"enabled": true
}