From 917ed6d2dfeca593be8852f0107e5ba00b6b735e Mon Sep 17 00:00:00 2001 From: Floke Date: Fri, 6 Mar 2026 10:35:39 +0000 Subject: [PATCH] =?UTF-8?q?n8n=5Fworkflow=5FidentifyCompetitors.json=20gel?= =?UTF-8?q?=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- n8n_workflow_identifyCompetitors.json | 85 --------------------------- 1 file changed, 85 deletions(-) delete mode 100644 n8n_workflow_identifyCompetitors.json diff --git a/n8n_workflow_identifyCompetitors.json b/n8n_workflow_identifyCompetitors.json deleted file mode 100644 index 2668b24a..00000000 --- a/n8n_workflow_identifyCompetitors.json +++ /dev/null @@ -1,85 +0,0 @@ -{ - "name": "Market Intelligence: Identify Competitors", - "nodes": [ - { - "parameters": { - "path": "identify-competitors", - "options": {} - }, - "name": "Start", - "type": "n8n-nodes-base.webhook", - "typeVersion": 1, - "position": [ - 800, - 300 - ], - "webhookId": "identify-competitors" - }, - { - "parameters": { - "model": "gemini-pro", - "prompt": "Goal: Identify 10 DIRECT COMPETITORS or LOOKALIKES for the company found at URL: \"{{$json.body.referenceUrl}}\" in \"{{$json.body.targetMarket}}\".\n\nOUTPUT LANGUAGE: {{$json.body.language === 'de' ? 'German' : 'English'}}.\n\nRules:\n1. Focus on the same business model (e.g. Retailer vs Retailer, Brand vs Brand).\n2. Exclude the reference company itself.\n\nReturn ONLY a valid JSON array of objects, where each object has the keys \"name\", \"url\", and \"description\". Example: [{ \"name\": \"...\", \"url\": \"...\", \"description\": \"...\" }]", - "options": { - "responseFormat": "json" - } - }, - "name": "Identify Competitors", - "type": "n8n-nodes-base.googleGemini", - "typeVersion": 1, - "position": [ - 1020, - 300 - ], - "credentials": { - "googleGeminiApi": { - "id": "YOUR_GEMINI_CREDENTIAL_ID", - "name": "Google Gemini API" - } - } - }, - { - "parameters": { - "options": {} - }, - "name": "Respond to Webhook", - "type": "n8n-nodes-base.respondToWebhook", - "typeVersion": 1, - "position": [ - 1240, - 300 - ] - } - ], - "connections": { - "Start": { - "main": [ - [ - { - "node": "Identify Competitors", - "type": "main", - "index": 0 - } - ] - ] - }, - "Identify Competitors": { - "main": [ - [ - { - "node": "Respond to Webhook", - "type": "main", - "index": 0 - } - ] - ] - } - }, - "active": true, - "settings": {}, - "tags": [ - { - "id": "1", - "name": "Market Intelligence" - } - ] -} \ No newline at end of file