Produktion: Bewerbungsschreiben-Generator

Experte

Dies ist ein HR, AI-Bereich Automatisierungsworkflow mit 20 Nodes. Hauptsächlich werden Set, Webhook, Markdown, Agent, RespondToWebhook und andere Nodes verwendet, kombiniert mit KI-Technologie für intelligente Automatisierung. KI-gestützer Upwork-Bewerbungsschreiben Generator - Integration Pinecone, Groq, Google Gemini, SerpAPI

Voraussetzungen
  • HTTP Webhook-Endpunkt (wird von n8n automatisch generiert)
  • Pinecone API Key
Workflow-Vorschau
Visualisierung der Node-Verbindungen, mit Zoom und Pan
Workflow exportieren
Kopieren Sie die folgende JSON-Konfiguration und importieren Sie sie in n8n
{
  "id": "4FnexGEw3EKxHlzw",
  "meta": {
    "instanceId": "d16fb7d4b3eb9b9d4ad2ee6a7fbae593d73e9715e51f583c2a0e9acd1781c08e",
    "templateCredsSetupCompleted": true
  },
  "name": "Prod: Cover Letter Generator",
  "tags": [
    {
      "id": "Vs70y1mj5s2XzUap",
      "name": "Production",
      "createdAt": "2024-12-24T14:42:00.549Z",
      "updatedAt": "2024-12-24T14:42:00.549Z"
    }
  ],
  "nodes": [
    {
      "id": "98b74f0f-4fe1-4501-9c96-8b7b4969308b",
      "name": "KI-Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        188,
        20
      ],
      "parameters": {},
      "typeVersion": 1.7
    },
    {
      "id": "79ff8cbb-866b-45ba-bec5-3d02d573b69b",
      "name": "Pinecone Vektorspeicher",
      "type": "@n8n/n8n-nodes-langchain.vectorStorePinecone",
      "position": [
        -324,
        435
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "5d86f816-53b3-433c-9570-f3f07375ec2c",
      "name": "Einbettungen Google Gemini",
      "type": "@n8n/n8n-nodes-langchain.embeddingsGoogleGemini",
      "position": [
        -236,
        630
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "e9f86249-b1df-4f85-8924-1b35efa5534e",
      "name": "Webhook-Trigger",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -1140,
        20
      ],
      "webhookId": "87466a6e-2c70-4862-865c-5fdd1313557c",
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "fe11ef69-aada-4eb3-a7e1-0dffa54c8b1e",
      "name": "Fensterpufferspeicher",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        172,
        240
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "df37619f-f7fc-403e-b41f-bcb27c5034a1",
      "name": "Groq-Chatmodell",
      "type": "@n8n/n8n-nodes-langchain.lmChatGroq",
      "position": [
        52,
        240
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "75e711b5-4675-4006-a70f-a9ea7839cad8",
      "name": "Auf Webhook-Trigger antworten",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        1008,
        20
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "c057a3fd-d0b8-435d-9111-50f173448f99",
      "name": "Markdown",
      "type": "n8n-nodes-base.markdown",
      "position": [
        788,
        20
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "93a9f162-9d86-4ce6-9d8e-4a45026747cf",
      "name": "Felder_Zuordnungen",
      "type": "n8n-nodes-base.set",
      "position": [
        -920,
        20
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "d58d312e-c995-4183-a53d-1d7f67f26fac",
      "name": "Einfache LLM-Kette",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        -700,
        20
      ],
      "parameters": {},
      "typeVersion": 1.5
    },
    {
      "id": "b3d6ca0d-3a03-4a23-aa4c-672be3cac6af",
      "name": "Groq-Chatmodell1",
      "type": "@n8n/n8n-nodes-langchain.lmChatGroq",
      "position": [
        -612,
        240
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "b112f5b3-71c5-4be4-abb0-8a68095b102a",
      "name": "Frage-und-Antwort-Kette",
      "type": "@n8n/n8n-nodes-langchain.chainRetrievalQa",
      "position": [
        -324,
        20
      ],
      "parameters": {},
      "typeVersion": 1.4
    },
    {
      "id": "66bf3d46-9edf-4db6-89ce-d08a1f0eeec3",
      "name": "Vektorspeicher-Retriever",
      "type": "@n8n/n8n-nodes-langchain.retrieverVectorStore",
      "position": [
        -324,
        240
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "56c90cd4-b0a2-493d-99a9-bbb8d376635e",
      "name": "Fragen mit Vektorspeicher beantworten",
      "type": "@n8n/n8n-nodes-langchain.toolVectorStore",
      "position": [
        292,
        242.5
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "31d3cb1f-9289-4220-af2f-5f9d8b56bbdd",
      "name": "SerpAPI",
      "type": "@n8n/n8n-nodes-langchain.toolSerpApi",
      "position": [
        588,
        240
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "36062623-556e-4a0f-8cab-f7de150b2c1d",
      "name": "Notizzettel",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -740,
        -220
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "2db7a969-2c06-4078-8ca5-62374fc6d383",
      "name": "Notizzettel1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -360,
        -220
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "352bdb73-3b34-4ada-9c1f-0b60d79cf6d3",
      "name": "Notizzettel2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        20,
        -220
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "9a08b587-c8dd-4246-a1ab-99828a01af3a",
      "name": "Notizzettel3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        740,
        -220
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "cfc704e2-8d48-4361-b0e3-7899c8ba1695",
      "name": "Notizzettel4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1180,
        -220
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "24291116-031f-4dd9-bc4e-89ff30adab75",
  "connections": {
    "31d3cb1f-9289-4220-af2f-5f9d8b56bbdd": {
      "ai_tool": [
        [
          {
            "node": "98b74f0f-4fe1-4501-9c96-8b7b4969308b",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "93a9f162-9d86-4ce6-9d8e-4a45026747cf",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "98b74f0f-4fe1-4501-9c96-8b7b4969308b": {
      "main": [
        [
          {
            "node": "c057a3fd-d0b8-435d-9111-50f173448f99",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c057a3fd-d0b8-435d-9111-50f173448f99": {
      "main": [
        [
          {
            "node": "Auf Webhook antworten",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "d58d312e-c995-4183-a53d-1d7f67f26fac": {
      "main": [
        [
          {
            "node": "b112f5b3-71c5-4be4-abb0-8a68095b102a",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "93a9f162-9d86-4ce6-9d8e-4a45026747cf": {
      "main": [
        [
          {
            "node": "d58d312e-c995-4183-a53d-1d7f67f26fac",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "df37619f-f7fc-403e-b41f-bcb27c5034a1": {
      "ai_languageModel": [
        [
          {
            "node": "98b74f0f-4fe1-4501-9c96-8b7b4969308b",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "b3d6ca0d-3a03-4a23-aa4c-672be3cac6af": {
      "ai_languageModel": [
        [
          {
            "node": "d58d312e-c995-4183-a53d-1d7f67f26fac",
            "type": "ai_languageModel",
            "index": 0
          },
          {
            "node": "b112f5b3-71c5-4be4-abb0-8a68095b102a",
            "type": "ai_languageModel",
            "index": 0
          },
          {
            "node": "56c90cd4-b0a2-493d-99a9-bbb8d376635e",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "fe11ef69-aada-4eb3-a7e1-0dffa54c8b1e": {
      "ai_memory": [
        [
          {
            "node": "98b74f0f-4fe1-4501-9c96-8b7b4969308b",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "79ff8cbb-866b-45ba-bec5-3d02d573b69b": {
      "ai_tool": [
        []
      ],
      "ai_vectorStore": [
        [
          {
            "node": "66bf3d46-9edf-4db6-89ce-d08a1f0eeec3",
            "type": "ai_vectorStore",
            "index": 0
          },
          {
            "node": "56c90cd4-b0a2-493d-99a9-bbb8d376635e",
            "type": "ai_vectorStore",
            "index": 0
          }
        ]
      ]
    },
    "66bf3d46-9edf-4db6-89ce-d08a1f0eeec3": {
      "ai_retriever": [
        [
          {
            "node": "b112f5b3-71c5-4be4-abb0-8a68095b102a",
            "type": "ai_retriever",
            "index": 0
          }
        ]
      ]
    },
    "Embeddings Google Gemini": {
      "ai_embedding": [
        [
          {
            "node": "79ff8cbb-866b-45ba-bec5-3d02d573b69b",
            "type": "ai_embedding",
            "index": 0
          }
        ]
      ]
    },
    "b112f5b3-71c5-4be4-abb0-8a68095b102a": {
      "main": [
        [
          {
            "node": "98b74f0f-4fe1-4501-9c96-8b7b4969308b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "56c90cd4-b0a2-493d-99a9-bbb8d376635e": {
      "ai_tool": [
        [
          {
            "node": "98b74f0f-4fe1-4501-9c96-8b7b4969308b",
            "type": "ai_tool",
            "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 - Personalwesen, Künstliche Intelligenz

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 Nodes20
Kategorie2
Node-Typen15
Schwierigkeitsbeschreibung

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

Autor
Udit Rawat

Udit Rawat

@ailistmaster

Hi, I’m Udit, an Acquia-certified developer with a strong background in web development and creating enterprise solutions. Recently, I’ve transitioned into AI and ML, I hold DIAT Professional AI Certification. I specialize in building AI-driven automation to streamline workflows, improve efficiency, and solve complex problems. With expertise in AI/ML tools and years of experience in Acquia and Drupal, I’m passionate about leveraging tech to drive innovation and create smarter solutions.

Externe Links
Auf n8n.io ansehen

Diesen Workflow teilen

Kategorien

Kategorien: 34