diff --git a/n8n-workflow.json b/n8n-workflow.json index 675b37a..6499fb9 100644 --- a/n8n-workflow.json +++ b/n8n-workflow.json @@ -340,6 +340,29 @@ }, "renameOutput": true, "outputKey": "logs" + }, + { + "id": "keyword-list", + "conditions": { + "options": { + "caseSensitive": false, + "typeValidation": "loose" + }, + "conditions": [ + { + "id": "contains-list", + "leftValue": "={{ $json.message.text }}", + "rightValue": "list", + "operator": { + "type": "string", + "operation": "contains" + } + } + ], + "combinator": "and" + }, + "renameOutput": true, + "outputKey": "status" } ] },