[]
        
(Showing Draft Content)

Notification

Notification

[GET] /api/notification/channels

Response

Status Code: 200

Success

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

Parameters

Name Type Located In
channelRequired string path

Response

Status Code: 200

Success

[POST] /api/notification/send

Request Schema

NotificationController+NotificationSendModel

Response

Status Code: 200

Success

Models

Ƭ NotificationController+NotificationSendModel

Notification send model

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

Ƭ NotificationController+NotificationContactModel

Notification contact model

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