Create a notification channel
termix_alerts_create_notification_channelCreate a notification channel to receive alerts via webhook, ntfy, or Discord. Configure the channel URL and topic to enable alert delivery.
Instructions
Create a notification channel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| type | Yes | ||
| config | Yes | Shape depends on "type". webhook/discord: {"url": string}. ntfy: {"url": string, "topic": string}. A discord webhook URL must match https://discord.com/api/webhooks/... (or canary./ptb. / discordapp.com). | |
| enabled | No |