name | data type | description |
---|---|---|
actionType | NotificationActionType | |
recipients | array of NotificationRecipientDetail |
Example
{ "actionType" : "SLACK", "recipients" : [ { "name" : "...", "type" : "ADMIN", "notificationPushSettings" : [ { "type" : "HEADER", "keyName" : "...", "value" : "..." }, { "type" : "HEADER", "keyName" : "...", "value" : "..." } ] }, { "name" : "...", "type" : "ADMIN", "notificationPushSettings" : [ { "type" : "HEADER", "keyName" : "...", "value" : "..." }, { "type" : "HEADER", "keyName" : "...", "value" : "..." } ] } ] }