Type Alias: AlertingWebhookType
AlertingWebhookType =
"slack"|"discord"|"generic"
Defined in: nestlens.config.ts:12
Payload format for an alerting webhook.
- 'slack': Slack incoming-webhook JSON (
{ text }) - 'discord': Discord webhook JSON (
{ content }) - 'generic': raw
{ event, entry }JSON