Create notification channel
POST /dashboard/notification-channels
POST
/dashboard/notification-channels
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
type
required
string
name
required
string
config
required
Type-specific configuration
object
Examples
Email channel
{ "type": "email", "name": "Team Email", "config": { }}Slack channel
{ "type": "slack", "name": "Slack Alerts", "config": { "webhookUrl": "https://hooks.slack.com/services/..." }}Discord channel
{ "type": "discord", "name": "Discord Alerts", "config": { "webhookUrl": "https://discord.com/api/webhooks/..." }}LINE channel
{ "type": "line", "name": "LINE Alert", "config": { "channelAccessToken": "your-channel-access-token", "to": "U1234567890abcdef1234567890abcdef" }}Webhook channel
{ "type": "webhook", "name": "Custom Webhook", "config": { "url": "https://example.com/webhook", "secret": "your-secret" }}Responses
Section titled “ Responses ”Channel created
Validation error