Erstellung personalisierter Stadtreise-Itinerars mit Telegram-Bot und GPT-4o

Experte

Dies ist ein Automatisierungsworkflow mit 21 Nodes. Hauptsächlich werden Set, Switch, Telegram, AimlApi, TelegramTrigger und andere Nodes verwendet. Erstellen Sie personalisierte Stadtreise-Pläne mit Telegram-Bot und GPT-4o

Voraussetzungen
  • Telegram Bot Token

Kategorie

-
Workflow-Vorschau
Visualisierung der Node-Verbindungen, mit Zoom und Pan
Workflow exportieren
Kopieren Sie die folgende JSON-Konfiguration und importieren Sie sie in n8n
{
  "meta": {
    "instanceId": "cada80a3b862e5c30bbbe4bc17b0a086c9bff473dcd467133c5ad007cb666975",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "39455ee5-3d68-4db1-acac-696f98157c43",
      "name": "Notizzettel6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -528,
        912
      ],
      "parameters": {
        "color": 6,
        "height": 480,
        "content": "### Different prompts for different cases"
      },
      "typeVersion": 1
    },
    {
      "id": "a25e132c-635f-4876-8013-17d7388ecbd6",
      "name": "Notizzettel7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        512,
        1008
      ],
      "parameters": {
        "color": 6,
        "width": 384,
        "height": 272,
        "content": "## Generates and sends message  to Telegram"
      },
      "typeVersion": 1
    },
    {
      "id": "19fe166b-5fdb-421e-bbe2-4759f2a19f0b",
      "name": "Notizzettel",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -192,
        912
      ],
      "parameters": {
        "color": 6,
        "width": 608,
        "height": 480,
        "content": "## Prompts for different request templates"
      },
      "typeVersion": 1
    },
    {
      "id": "67a24ff6-111c-4e73-b4fd-e89f2be569c8",
      "name": "any other promt",
      "type": "n8n-nodes-base.set",
      "position": [
        240,
        1104
      ],
      "parameters": {
        "mode": "raw",
        "options": {},
        "jsonOutput": "={\n  \"prompt\": \"You are TravelBot, a smart travel assistant and personal guide 🌍✨. Write in the language in which the request was made, except for the list of presets, they are in English. Your task is to create a n-day trip plan for any city based on unique or customized preferences provided by the user. Explain that the user can follow **presets/templates** for different types of travel, such as Cozy, Extreme, Family, Budget, Luxury, Cultural, Nature, Romantic, or Nightlife, or create their own combination.\\n\\nInclude in the plan:\\n- What to see (sights, interesting places)\\n- Where to eat (cafes, restaurants, street food)\\n- Tips for getting around, life hacks, and city features\\n\\nStyle: flexible, friendly, engaging, with emojis where appropriate. Match the tone and emphasis to the user's unique request.\\n\\nPresentation format for Telegram (bold, italics, line breaks):\\nDay 1:\\nWhat to see: …\\nWhere to eat: …\\nTips: …\\nDay 2: …\\nDay 3: …\\n\\nPrompt the user to mention if they want the plan with any special conditions (budget, with children, extreme activities, etc.) and adapt the plan accordingly.\"\n}"
      },
      "typeVersion": 3.4
    },
    {
      "id": "8a1a5adf-901d-4fdd-af71-cfcc5ca7ef08",
      "name": "cozy promt",
      "type": "n8n-nodes-base.set",
      "position": [
        112,
        976
      ],
      "parameters": {
        "mode": "raw",
        "options": {},
        "jsonOutput": "{\n  \"prompt\": \"You are a travel expert and personal guide. Based on the user's request, create a n-day trip plan for the specified city. Write in the language in which the request was made If the user has not specified the number of days, set it to 3 days, focusing on a cozy, relaxing experience 🛋️. Include charming cafes, small museums, scenic streets, and relaxed activities. Presentation style: warm, friendly, calm, with emojis where appropriate. Format for Telegram with bold, italics, line breaks.\\nDay 1:\\nWhat to see: …\\nWhere to eat: …\\nTips: …\\nDay 2: …\\nDay 3: …\"\n}"
      },
      "typeVersion": 3.4
    },
    {
      "id": "fc18a929-fd85-425c-86b4-f7070dde9758",
      "name": "extreme promt",
      "type": "n8n-nodes-base.set",
      "position": [
        -16,
        976
      ],
      "parameters": {
        "mode": "raw",
        "options": {},
        "jsonOutput": "{\n  \"prompt\": \"You are a travel expert and personal guide. Based on the user's request, create a n-day trip plan for the specified city. Write in the language in which the request was made.If the user has not specified the number of days, set it to 3 days, focusing on adrenaline and extreme activities 🧗‍♂️🏄‍♂️. Include adventurous sports, active tours, and thrilling experiences. Presentation style: energetic, exciting, dynamic, with emojis where appropriate. Format for Telegram with bold, italics, line breaks.\\nDay 1:\\nWhat to see: …\\nWhere to eat: …\\nTips: …\\nDay 2: …\\nDay 3: …\"\n}"
      },
      "typeVersion": 3.4
    },
    {
      "id": "ec0b727a-d33f-404b-bc9b-a5471fdd8928",
      "name": "family promt",
      "type": "n8n-nodes-base.set",
      "position": [
        -144,
        976
      ],
      "parameters": {
        "mode": "raw",
        "options": {},
        "jsonOutput": "={\n  \"prompt\": \"You are a travel expert and personal guide. Based on the user's request, create a n-day trip plan for the specified city. Write in the language in which the request was made. If the user has not specified the number of days, set it to 3 days, focusing on family-friendly activities 👨‍👩‍👧‍👦. Include parks, zoos, safe tours, and activities suitable for children. Recommend cafes with child-friendly menus. Presentation style: cheerful, clear, friendly, with emojis where appropriate. Format for Telegram with bold, italics, line breaks.\\nDay 1:\\nWhat to see: …\\nWhere to eat: …\\nTips: …\\nDay 2: …\\nDay 3: …\"\n}"
      },
      "typeVersion": 3.4
    },
    {
      "id": "62e9b5c4-fc86-4b56-be3a-7cd262cba259",
      "name": "budget promt",
      "type": "n8n-nodes-base.set",
      "position": [
        112,
        1104
      ],
      "parameters": {
        "mode": "raw",
        "options": {},
        "jsonOutput": "{\n  \"prompt\": \"You are a travel expert and personal guide. Based on the user's request, create a n-day trip plan for the specified city. Write in the language in which the request was made. If the user has not specified the number of days, set it to 3 days, focusing on budget-friendly travel 💰. Include free or inexpensive attractions, affordable eateries, local markets, and tips for saving money on transport and tickets. Presentation style: practical, concise, friendly, with emojis where appropriate. Format for Telegram with bold, italics, line breaks.\\nDay 1:\\nWhat to see: …\\nWhere to eat: …\\nTips: …\\nDay 2: …\\nDay 3: …\"\n}"
      },
      "typeVersion": 3.4
    },
    {
      "id": "d13e599d-5687-4229-940d-909fe57fcd1b",
      "name": "luxury promt",
      "type": "n8n-nodes-base.set",
      "position": [
        -16,
        1104
      ],
      "parameters": {
        "mode": "raw",
        "options": {},
        "jsonOutput": "{\n  \"prompt\": \"You are a travel expert and personal guide. Based on the user's request, create a n-day trip plan for the specified city. Write in the language in which the request was made. If the user has not specified the number of days, set it to 3 days, focusing on luxury travel ✨. Include premium restaurants, 5-star hotels, exclusive tours, and high-end experiences. Presentation style: elegant, sophisticated, friendly, with selective emojis. Format for Telegram with bold, italics, line breaks.\\nDay 1:\\nWhat to see: …\\nWhere to eat: …\\nTips: …\\nDay 2: …\\nDay 3: …\"\n}"
      },
      "typeVersion": 3.4
    },
    {
      "id": "9dd42ca0-8774-4e47-a611-bc2ecd645831",
      "name": "cultural promt",
      "type": "n8n-nodes-base.set",
      "position": [
        -144,
        1104
      ],
      "parameters": {
        "mode": "raw",
        "options": {},
        "jsonOutput": "{\n  \"prompt\": \"You are a travel expert and personal guide. Based on the user's request, create a n-day trip plan for the specified city.  Write in the language in which the request was made. If the user has not specified the number of days, set it to 3 days, focusing on cultural experiences 🎨🏛️. Include museums, theaters, historical sites, festivals, and local traditions. Presentation style: informative, engaging, friendly, with emojis where appropriate. Format for Telegram with bold, italics, line breaks.\\nDay 1:\\nWhat to see: …\\nWhere to eat: …\\nTips: …\\nDay 2: …\\nDay 3: …\"\n}"
      },
      "typeVersion": 3.4
    },
    {
      "id": "83d7e91d-4724-45b2-aaa5-85697e53d015",
      "name": "nature promt",
      "type": "n8n-nodes-base.set",
      "position": [
        112,
        1232
      ],
      "parameters": {
        "mode": "raw",
        "options": {},
        "jsonOutput": "{\n  \"prompt\": \"You are a travel expert and personal guide. Based on the user's request, create a n-day trip plan for the specified city.  Write in the language in which the request was made. If the user has not specified the number of days, set it to 3 days, focusing on nature and outdoor activities 🌲🏞️. Include hikes, national parks, beaches, and eco-friendly experiences. Presentation style: fresh, relaxed, friendly, with emojis where appropriate. Format for Telegram with bold, italics, line breaks.\\nDay 1:\\nWhat to see: …\\nWhere to eat: …\\nTips: …\\nDay 2: …\\nDay 3: …\"\n}"
      },
      "typeVersion": 3.4
    },
    {
      "id": "42e57d37-c087-4843-94b8-75798357125c",
      "name": "romantic promt",
      "type": "n8n-nodes-base.set",
      "position": [
        -16,
        1232
      ],
      "parameters": {
        "mode": "raw",
        "options": {},
        "jsonOutput": "={\n  \"prompt\": \"You are a travel expert and personal guide. Based on the user's request, create a n-day trip plan for the specified city. Write in the language in which the request was made. If the user has not specified the number of days, set it to 3 days, focusing on romantic experiences 💕🌅. Include cozy walks, scenic views, romantic restaurants, and quiet spots. Presentation style: warm, charming, friendly, with emojis where appropriate. Format for Telegram with bold, italics, line breaks.\\nDay 1:\\nWhat to see: …\\nWhere to eat: …\\nTips: …\\nDay 2: …\\nDay 3: …\"\n}"
      },
      "typeVersion": 3.4
    },
    {
      "id": "d39396cb-d372-4672-a7d3-1bc6f5cba7ec",
      "name": "nightlife promt",
      "type": "n8n-nodes-base.set",
      "position": [
        -144,
        1232
      ],
      "parameters": {
        "mode": "raw",
        "options": {},
        "jsonOutput": "={\n  \"prompt\": \"You are a travel expert and personal guide. Based on the user's request, create a n-day trip plan for the specified city.  Write in the language in which the request was made. If the user has not specified the number of days, set it to 3 days, focusing on nightlife 🌃🎶🍸. Include bars, clubs, evening events, concerts, and the best night spots. Presentation style: lively, energetic, casual, with emojis emphasizing nightlife. Format for Telegram with bold, italics, line breaks.\\nDay 1:\\nWhat to see: …\\nWhere to eat: …\\nTips: …\\nDay 2: …\\nDay 3: …\"\n}"
      },
      "typeVersion": 3.4
    },
    {
      "id": "51296dc8-11bc-4326-b92a-3795cf29beb1",
      "name": "Notizzettel - Erste Schritte",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -816,
        112
      ],
      "parameters": {
        "color": 3,
        "width": 600,
        "height": 592,
        "content": "## 🌍 Travel Idea Generator — Getting Started in 4 Steps\n\n1) 🔐 **Set Up Access**\nTelegram: Insert your bot token (created in BotFather) into the Telegram Trigger and Send Message nodes.\nAI/ML API: Enter your API key in the AI/ML account credentials section.\n\n2) ▶️ **Activate Your Workflow**\nUse the Active switch in the top bar of the editor to turn on the workflow.\n\n3) 💬 **Interact via Telegram**\nSend the city name to the bot. You can optionally use **presets/templates** for different travel styles:\n- `/cozy` — relaxed, charming places 🛋️\n- `/extreme` — active/adrenaline 🧗‍♂️\n- `/family` — kid-friendly 👨‍👩‍👧‍👦\n- `/budget` — economical 💰\n- `/luxury` — premium experiences ✨\n- `/cultural` — museums, history 🎨🏛️\n- `/nature` — parks, hikes 🌲🏞️\n- `/romantic` — scenic & cozy 💕\n- `/nightlife` — bars, clubs, concerts 🌃🎶🍸\n\nCustomize your trip to suit your mood!"
      },
      "typeVersion": 1
    },
    {
      "id": "feaf638b-ff99-4f0e-80da-79105af2b9d6",
      "name": "Notizzettel - Knotenübersicht",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -192,
        32
      ],
      "parameters": {
        "color": 3,
        "width": 598,
        "height": 256,
        "content": "## 🔍 Node Overview\n\n- **Telegram Trigger**: Listens for incoming messages from users.\n- **Show Typing Indicator**: Displays “typing…” in the chat to simulate a real conversation.\n- **Route by Input Type (Switch)**: Detects if the user used a preset (#cozy, #extreme, etc.) or plain city name.\n- **AI/ML Prompt Builder**: Constructs the JSON payload for the TravelBot AI with city, number of days (default 3), and preset details.\n- **Send Message to Telegram**: Sends the generated travel plan back to the user."
      },
      "typeVersion": 1
    },
    {
      "id": "8b04c11b-71f5-4c16-a14f-e4f0477bf07c",
      "name": "Notizzettel - Beispiel",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -192,
        304
      ],
      "parameters": {
        "color": 3,
        "width": 604,
        "height": 488,
        "content": "## 🟡 Example:\n\n**Input via Telegram:**\n```text\n/nightlife Tokyo, 3-day plan\n```\n**Output:**\n\nSure thing! Get ready for an epic Tokyo nightlife adventure! 🌃🎶\n\nDay 1: Shibuya & Shinjuku Vibes!\n\nWhat to see:\n- Start your night in Shibuya with a visit to the \nmesmerizing Shibuya Crossing — it's like nothing else! 🌟\n- Explore the vibrant streets of Center Gai where the energy never dies.\n\nWhere to eat:\n- Feast on delicious Yakitori at Torikizoku—it's cheap and cheerful! 🍢\n\n\nDay 2: ...\nDay 3: ...\n"
      },
      "typeVersion": 1
    },
    {
      "id": "7926c388-e0a8-484c-9637-c3e61dd77c39",
      "name": "Personalisierte Antwort generieren",
      "type": "n8n-nodes-aimlapi.aimlApi",
      "position": [
        560,
        1104
      ],
      "parameters": {
        "model": "openai/gpt-4o",
        "prompt": "={{ $json.prompt }}\n\nMessage:\n{{ $('Start: Receive Message on Telegram').item.json.message.text }}",
        "options": {},
        "requestOptions": {}
      },
      "credentials": {
        "aimlApi": {
          "id": "fvQJKC0MvPwz2leC",
          "name": "AI/ML account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "e25a864c-f3a9-4d2f-bcea-5103b8b9b4b6",
      "name": "Nachricht an Telegram senden",
      "type": "n8n-nodes-base.telegram",
      "position": [
        736,
        1104
      ],
      "webhookId": "fa689c4d-4c59-49c8-bbd6-0ab170d2f659",
      "parameters": {
        "text": "={{ $json.content }}",
        "chatId": "={{ $('Start: Receive Message on Telegram').item.json.message.chat.id }}",
        "additionalFields": {
          "appendAttribution": false
        }
      },
      "credentials": {
        "telegramApi": {
          "id": "vcQ9yq99i4udENxn",
          "name": "Telegram account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "39c64be0-69de-4e8c-a461-a848698c9d0d",
      "name": "Schreibindikator anzeigen",
      "type": "n8n-nodes-base.telegram",
      "position": [
        -688,
        1120
      ],
      "webhookId": "fa689c4d-4c59-49c8-bbd6-0ab170d2f659",
      "parameters": {
        "chatId": "={{ $('Start: Receive Message on Telegram').item.json.message.chat.id }}",
        "operation": "sendChatAction"
      },
      "credentials": {
        "telegramApi": {
          "id": "vcQ9yq99i4udENxn",
          "name": "Telegram account"
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "4d1c4543-0ce9-46bd-af3a-7cfcbf51893c",
      "name": "Start: Nachricht auf Telegram empfangen",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -912,
        1120
      ],
      "webhookId": "b04097ef-4484-4648-aee4-d3652537c8c3",
      "parameters": {
        "updates": [
          "message"
        ],
        "additionalFields": {}
      },
      "credentials": {
        "telegramApi": {
          "id": "vcQ9yq99i4udENxn",
          "name": "Telegram account"
        }
      },
      "typeVersion": 1.1
    },
    {
      "id": "76804b14-c326-4e5f-8192-4aa9ffe777e4",
      "name": "Nach Eingabetyp weiterleiten",
      "type": "n8n-nodes-base.switch",
      "position": [
        -464,
        992
      ],
      "parameters": {
        "rules": {
          "values": [
            {
              "outputKey": "Cozy",
              "conditions": {
                "options": {
                  "version": 2,
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "71a70192-b1c2-44fc-9e0b-cad9cc5eaac4",
                    "operator": {
                      "type": "string",
                      "operation": "startsWith"
                    },
                    "leftValue": "={{ $('Start: Receive Message on Telegram').item.json.message.text }}",
                    "rightValue": "/cozy"
                  }
                ]
              },
              "renameOutput": true
            },
            {
              "outputKey": "Extreme",
              "conditions": {
                "options": {
                  "version": 2,
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "1b5b1c7e-99e9-4e6d-a050-2d3c1c22c236",
                    "operator": {
                      "type": "string",
                      "operation": "startsWith"
                    },
                    "leftValue": "={{ $('Start: Receive Message on Telegram').item.json.message.text }}",
                    "rightValue": "/extreme"
                  }
                ]
              },
              "renameOutput": true
            },
            {
              "outputKey": "Family",
              "conditions": {
                "options": {
                  "version": 2,
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "a9ad78e2-623b-4d1b-b0b8-bdaebf8bd71c",
                    "operator": {
                      "type": "string",
                      "operation": "startsWith"
                    },
                    "leftValue": "={{ $('Start: Receive Message on Telegram').item.json.message.text }}",
                    "rightValue": "/family"
                  }
                ]
              },
              "renameOutput": true
            },
            {
              "outputKey": "Budget",
              "conditions": {
                "options": {
                  "version": 2,
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "2604da35-2f8f-4404-b64e-799575adc1b6",
                    "operator": {
                      "type": "string",
                      "operation": "startsWith"
                    },
                    "leftValue": "={{ $('Start: Receive Message on Telegram').item.json.message.text }}",
                    "rightValue": "/budget"
                  }
                ]
              },
              "renameOutput": true
            },
            {
              "outputKey": "Luxury",
              "conditions": {
                "options": {
                  "version": 2,
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "678235ce-0723-405c-a12d-0edfcbec83fb",
                    "operator": {
                      "type": "string",
                      "operation": "startsWith"
                    },
                    "leftValue": "={{ $('Start: Receive Message on Telegram').item.json.message.text }}",
                    "rightValue": "/luxury"
                  }
                ]
              },
              "renameOutput": true
            },
            {
              "outputKey": "Cultural",
              "conditions": {
                "options": {
                  "version": 2,
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "344f4a98-85d3-4589-b3a9-988b18f7b006",
                    "operator": {
                      "type": "string",
                      "operation": "startsWith"
                    },
                    "leftValue": "={{ $('Start: Receive Message on Telegram').item.json.message.text }}",
                    "rightValue": "/cultural"
                  }
                ]
              },
              "renameOutput": true
            },
            {
              "outputKey": "Nature",
              "conditions": {
                "options": {
                  "version": 2,
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "a4a4fd56-439c-4703-82e4-b0d162762399",
                    "operator": {
                      "type": "string",
                      "operation": "startsWith"
                    },
                    "leftValue": "={{ $('Start: Receive Message on Telegram').item.json.message.text }}",
                    "rightValue": "/nature"
                  }
                ]
              },
              "renameOutput": true
            },
            {
              "outputKey": "Romantic",
              "conditions": {
                "options": {
                  "version": 2,
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "543cc207-68d9-49ee-a60c-b31f1fb0a2d0",
                    "operator": {
                      "type": "string",
                      "operation": "startsWith"
                    },
                    "leftValue": "={{ $('Start: Receive Message on Telegram').item.json.message.text }}",
                    "rightValue": "/romantic"
                  }
                ]
              },
              "renameOutput": true
            },
            {
              "outputKey": "Nightlife",
              "conditions": {
                "options": {
                  "version": 2,
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "71f867a5-248d-44bc-a42b-c3f2d6227e78",
                    "operator": {
                      "type": "string",
                      "operation": "startsWith"
                    },
                    "leftValue": "={{ $('Start: Receive Message on Telegram').item.json.message.text }}",
                    "rightValue": "/nightlife"
                  }
                ]
              },
              "renameOutput": true
            },
            {
              "outputKey": "Any other",
              "conditions": {
                "options": {
                  "version": 2,
                  "leftValue": "",
                  "caseSensitive": true,
                  "typeValidation": "strict"
                },
                "combinator": "and",
                "conditions": [
                  {
                    "id": "6f3a36ca-2348-4573-bbd7-4aa8088ec296",
                    "operator": {
                      "type": "string",
                      "operation": "exists",
                      "singleValue": true
                    },
                    "leftValue": "={{ $('Start: Receive Message on Telegram').item.json.message.text }}",
                    "rightValue": ""
                  }
                ]
              },
              "renameOutput": true
            }
          ]
        },
        "options": {}
      },
      "notesInFlow": false,
      "typeVersion": 3.2
    }
  ],
  "pinData": {},
  "connections": {
    "8a1a5adf-901d-4fdd-af71-cfcc5ca7ef08": {
      "main": [
        [
          {
            "node": "7926c388-e0a8-484c-9637-c3e61dd77c39",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ec0b727a-d33f-404b-bc9b-a5471fdd8928": {
      "main": [
        [
          {
            "node": "7926c388-e0a8-484c-9637-c3e61dd77c39",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "d13e599d-5687-4229-940d-909fe57fcd1b": {
      "main": [
        [
          {
            "node": "7926c388-e0a8-484c-9637-c3e61dd77c39",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "83d7e91d-4724-45b2-aaa5-85697e53d015": {
      "main": [
        [
          {
            "node": "7926c388-e0a8-484c-9637-c3e61dd77c39",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "fc18a929-fd85-425c-86b4-f7070dde9758": {
      "main": [
        [
          {
            "node": "7926c388-e0a8-484c-9637-c3e61dd77c39",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "9dd42ca0-8774-4e47-a611-bc2ecd645831": {
      "main": [
        [
          {
            "node": "7926c388-e0a8-484c-9637-c3e61dd77c39",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "42e57d37-c087-4843-94b8-75798357125c": {
      "main": [
        [
          {
            "node": "7926c388-e0a8-484c-9637-c3e61dd77c39",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "67a24ff6-111c-4e73-b4fd-e89f2be569c8": {
      "main": [
        [
          {
            "node": "7926c388-e0a8-484c-9637-c3e61dd77c39",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "d39396cb-d372-4672-a7d3-1bc6f5cba7ec": {
      "main": [
        [
          {
            "node": "7926c388-e0a8-484c-9637-c3e61dd77c39",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "76804b14-c326-4e5f-8192-4aa9ffe777e4": {
      "main": [
        [
          {
            "node": "8a1a5adf-901d-4fdd-af71-cfcc5ca7ef08",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "fc18a929-fd85-425c-86b4-f7070dde9758",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "ec0b727a-d33f-404b-bc9b-a5471fdd8928",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "62e9b5c4-fc86-4b56-be3a-7cd262cba259",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "d13e599d-5687-4229-940d-909fe57fcd1b",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "9dd42ca0-8774-4e47-a611-bc2ecd645831",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "83d7e91d-4724-45b2-aaa5-85697e53d015",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "42e57d37-c087-4843-94b8-75798357125c",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "d39396cb-d372-4672-a7d3-1bc6f5cba7ec",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "67a24ff6-111c-4e73-b4fd-e89f2be569c8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "39c64be0-69de-4e8c-a461-a848698c9d0d": {
      "main": [
        [
          {
            "node": "76804b14-c326-4e5f-8192-4aa9ffe777e4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "7926c388-e0a8-484c-9637-c3e61dd77c39": {
      "main": [
        [
          {
            "node": "e25a864c-f3a9-4d2f-bcea-5103b8b9b4b6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4d1c4543-0ce9-46bd-af3a-7cfcbf51893c": {
      "main": [
        [
          {
            "node": "39c64be0-69de-4e8c-a461-a848698c9d0d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Häufig gestellte Fragen

Wie verwende ich diesen Workflow?

Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.

Für welche Szenarien ist dieser Workflow geeignet?

Experte

Ist es kostenpflichtig?

Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.

Workflow-Informationen
Schwierigkeitsgrad
Experte
Anzahl der Nodes21
Kategorie-
Node-Typen6
Schwierigkeitsbeschreibung

Für fortgeschrittene Benutzer, komplexe Workflows mit 16+ Nodes

Externe Links
Auf n8n.io ansehen

Diesen Workflow teilen

Kategorien

Kategorien: 34