NGAlert: Add Line notification channel (#34157)

Signed-off-by: Ganesh Vernekar <ganeshvern@gmail.com>
This commit is contained in:
Ganesh Vernekar
2021-05-19 19:04:48 +02:00
committed by GitHub
parent 54c33c6cdd
commit fb9223ab42
5 changed files with 267 additions and 0 deletions
@@ -1289,6 +1289,31 @@ var expAvailableChannelJsonOutput = `
"secure": false
}
]
},
{
"type": "LINE",
"name": "LINE",
"heading": "LINE notify settings",
"description": "Send notifications to LINE notify",
"info": "",
"options": [
{
"element": "input",
"inputType": "text",
"label": "Token",
"description": "",
"placeholder": "LINE notify token key",
"propertyName": "token",
"selectOptions": null,
"showWhen": {
"field": "",
"is": ""
},
"required": true,
"validationRule": "",
"secure": true
}
]
}
]
`