コンテンツにスキップ

Create notification channel

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

Type-specific configuration

object
Examples

Email channel

{
"type": "email",
"name": "Team Email",
"config": {
}
}

Channel created

object
channel

Created notification channel

object
verificationSent

True if a verification email was sent (email channels only)

boolean

Validation error