diff --git a/n8n-workflow.json b/n8n-workflow.json index 54524aa..3b7de90 100644 --- a/n8n-workflow.json +++ b/n8n-workflow.json @@ -2074,23 +2074,9 @@ "resource": "message", "operation": "sendMessage", "chatId": "={{ $json.message.chat.id }}", - "text": "Use buttons below or type commands:", + "text": "Choose a command:\n\n• Status - view containers\n• Start/Stop/Restart \n• Update \n• Logs ", "additionalFields": { - "parse_mode": "HTML", - "replyMarkup": "replyKeyboard", - "replyKeyboard": { - "rows": [ - { "row": { "buttons": [{ "text": "Status" }] } }, - { "row": { "buttons": [{ "text": "Start" }, { "text": "Stop" }] } }, - { "row": { "buttons": [{ "text": "Restart" }, { "text": "Update" }] } }, - { "row": { "buttons": [{ "text": "Logs" }] } } - ] - }, - "replyKeyboardOptions": { - "resize_keyboard": true, - "one_time_keyboard": false, - "is_persistent": true - } + "parse_mode": "HTML" } }, "id": "telegram-show-menu",