AI Components / Webhook Config
Webhook Config
Webhook endpoint management with toggle, test, and event selection.
ai-devopsv0.5.0
Playground
Examples
Webhooks
<ai-webhook-config style="max-width:500px;"></ai-webhook-config>Import
import { AiWebhookConfig } from '@cognivo/components';// Or tree-shake: import '@cognivo/components/ai-webhook-config';Per-component imports ship only that component (~8 kB gzip).
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
webhooks | {id, url, events, active}[] | — | Webhook list |
availableEvents | string[] | — | Available events |
Events
| Event | Detail | Description |
|---|---|---|
ai-webhook-toggle | {id, active} | Toggle fired |