claude-code-remote-remake/config/channels.json

44 lines
677 B
JSON
Raw Normal View History

{
"desktop": {
"type": "local",
"enabled": true,
"config": {}
},
"email": {
"type": "email",
"enabled": true
},
"discord": {
"type": "chat",
"enabled": false,
"config": {
"webhook": "",
"username": "Claude-Code-Remote",
"avatar": null
}
},
"telegram": {
"type": "chat",
"enabled": false,
"config": {
"token": "",
"chatId": ""
}
},
"whatsapp": {
"type": "chat",
"enabled": false,
"config": {
"webhook": "",
"apiKey": ""
}
},
"feishu": {
"type": "chat",
"enabled": false,
"config": {
"webhook": "",
"secret": ""
}
}
}