(简化)通知媒介列表
开发中
GET
https://api.flashcat.cloud/api/n9e/simplified-notify-channel-configs
最后修改时间:2025-02-19 08:42:27
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.flashcat.cloud/api/n9e/simplified-notify-channel-configs'
响应示例响应示例
{
"dat": [
{
"name": "FeiShu Notification",
"ident": "feishu_channel",
"param_config": {
"param_type": "user_info",
"user_info": {
"contact_key": "feishu_robot_token",
"batch": true
},
"flashduty": {},
"custom": {}
}
},
{
"name": "Email Notification",
"ident": "email_channel",
"param_config": {
"param_type": "user_info",
"user_info": {
"contact_key": "user_email@example.com"
},
"flashduty": {},
"custom": {}
}
}
],
"err": ""
}