[]
Response
Status Code: 200
Success
Parameters
| Name | Type | Located In |
|---|---|---|
| channelRequired | string | path |
Response
Status Code: 200
Success
Parameters
| Name | Type | Located In |
|---|---|---|
| channelRequired | string | path |
Response
Status Code: 200
Success
Request Schema
NotificationController+NotificationSendModel
Response
Status Code: 200
Success
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. |
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 |