コンテンツにスキップ

Create notification channel

POST
/dashboard/notification-channels
object
type
required
string
Allowed values: email slack discord line webhook
name
required
string
<= 100 characters
config
required

Type-specific configuration

object
Examples

Email channel

{
"type": "email",
"name": "Team Email",
"config": {
"to": "alerts@example.com"
}
}

Channel created

Validation error