WebhookChannelConfigOutput
applicationChannelIdstring<uuid>required
The application channel ID.
webhookIdstring<uuid>required
The webhook ID.
eventsstring[]required
Subscribed event types.
enabledbooleanrequired
Whether the webhook is enabled for this channel.
WebhookChannelConfigOutput
{
"applicationChannelId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"webhookId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"events": [
"string"
],
"enabled": true
}