Notifications

Create a new notification channel

Create a new notification channel

post/notifications/channels

Request body

_idstring

MongoDB ObjectId represented as a hexadecimal string

namestring

Name of the notification channel

type'email' | 'slack' | 'dingtalk' | 'wechat_work' | 'telegram'

Type of notification channel

configobject

Configuration for the channel

created_atstring date-time
updated_atstring date-time
created_bystring

MongoDB ObjectId represented as a hexadecimal string

updated_bystring

MongoDB ObjectId represented as a hexadecimal string

Response

Notification channel created successfully

codeinteger
messagestring
dataobject

Changes