[]
        
(Showing Draft Content)

Notification

Notification

[GET] /api/notification/channels

Responses

[200] Success

[GET] /api/notification/contacts/{channel}

Parameters

Name In Type
channelRequired path string

Responses

[200] Success

[GET] /api/notification/channels/{channel}/settings

Parameters

Name In Type
channelRequired path string

Responses

[200] Success

[POST] /api/notification/send

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

NotificationController+NotificationSendModel

Responses

[200] Success

Models

Ƭ NotificationController+NotificationSendModel

Notification send model

Name Type Description
subjectNullable string Notification subject
channelNullable string Notification channel. The supported channel: Email, DingTalk, Wechat, Slack, MSTeams
contentNullable string Notification content.
contactsNullable Array<NotificationController+NotificationContactModel> Notification contact list.

Ƭ NotificationController+NotificationContactModel

Notification contact model

Name Type Description
addressNullable string Contact address.
displayNameNullable string Contact display name.
addressTypeNullable string The supported address type: organization, role, user