[]
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| channelRequired | path | string |
Responses
[200] Success
Parameters
| Name | In | Type |
|---|---|---|
| channelRequired | path | string |
Responses
[200] Success
Request Body
Type: application/json-patch+json, application/json, text/json, application/*+json
NotificationController+NotificationSendModel
Responses
[200] Success
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. |
Notification contact model
| Name | Type | Description |
|---|---|---|
| addressNullable | string | Contact address. |
| displayNameNullable | string | Contact display name. |
| addressTypeNullable | string | The supported address type: organization, role, user |