Production : Générateur de lettres de motivation

Avancé

Ceci est unHR, AIworkflow d'automatisation du domainecontenant 20 nœuds.Utilise principalement des nœuds comme Set, Webhook, Markdown, Agent, RespondToWebhook, combinant la technologie d'intelligence artificielle pour une automatisation intelligente. Générateur de candidatures Upwork piloté par l'IA - intégrant Pinecone, Groq, Google Gemini, SerpAPI

Prérequis
  • Point de terminaison HTTP Webhook (généré automatiquement par n8n)
  • Clé API Pinecone
Aperçu du workflow
Visualisation des connexions entre les nœuds, avec support du zoom et du déplacement
Exporter le workflow
Copiez la configuration JSON suivante dans n8n pour importer et utiliser ce workflow
{
  "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": "Agent IA",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        188,
        20
      ],
      "parameters": {},
      "typeVersion": 1.7
    },
    {
      "id": "79ff8cbb-866b-45ba-bec5-3d02d573b69b",
      "name": "Vector Store Pinecone",
      "type": "@n8n/n8n-nodes-langchain.vectorStorePinecone",
      "position": [
        -324,
        435
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "5d86f816-53b3-433c-9570-f3f07375ec2c",
      "name": "Embeddings Google Gemini",
      "type": "@n8n/n8n-nodes-langchain.embeddingsGoogleGemini",
      "position": [
        -236,
        630
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "e9f86249-b1df-4f85-8924-1b35efa5534e",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -1140,
        20
      ],
      "webhookId": "87466a6e-2c70-4862-865c-5fdd1313557c",
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "fe11ef69-aada-4eb3-a7e1-0dffa54c8b1e",
      "name": "Mémoire Tampon Fenêtrée",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        172,
        240
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "df37619f-f7fc-403e-b41f-bcb27c5034a1",
      "name": "Modèle de Chat Groq",
      "type": "@n8n/n8n-nodes-langchain.lmChatGroq",
      "position": [
        52,
        240
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "75e711b5-4675-4006-a70f-a9ea7839cad8",
      "name": "Répondre à Webhook",
      "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": "Champs_Mappages",
      "type": "n8n-nodes-base.set",
      "position": [
        -920,
        20
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "d58d312e-c995-4183-a53d-1d7f67f26fac",
      "name": "Chaîne LLM Basique",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        -700,
        20
      ],
      "parameters": {},
      "typeVersion": 1.5
    },
    {
      "id": "b3d6ca0d-3a03-4a23-aa4c-672be3cac6af",
      "name": "Modèle de Chat Groq1",
      "type": "@n8n/n8n-nodes-langchain.lmChatGroq",
      "position": [
        -612,
        240
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "b112f5b3-71c5-4be4-abb0-8a68095b102a",
      "name": "Chaîne Question-Réponse",
      "type": "@n8n/n8n-nodes-langchain.chainRetrievalQa",
      "position": [
        -324,
        20
      ],
      "parameters": {},
      "typeVersion": 1.4
    },
    {
      "id": "66bf3d46-9edf-4db6-89ce-d08a1f0eeec3",
      "name": "Récupérateur Vector Store",
      "type": "@n8n/n8n-nodes-langchain.retrieverVectorStore",
      "position": [
        -324,
        240
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "56c90cd4-b0a2-493d-99a9-bbb8d376635e",
      "name": "Répondre aux questions avec un Vector Store",
      "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": "Note Adhésive",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -740,
        -220
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "2db7a969-2c06-4078-8ca5-62374fc6d383",
      "name": "Note Adhésive1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -360,
        -220
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "352bdb73-3b34-4ada-9c1f-0b60d79cf6d3",
      "name": "Note Adhésive2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        20,
        -220
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "9a08b587-c8dd-4246-a1ab-99828a01af3a",
      "name": "Note Adhésive3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        740,
        -220
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "cfc704e2-8d48-4361-b0e3-7899c8ba1695",
      "name": "Note Adhésive4",
      "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
          }
        ]
      ]
    },
    "e9f86249-b1df-4f85-8924-1b35efa5534e": {
      "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": "75e711b5-4675-4006-a70f-a9ea7839cad8",
            "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
          }
        ]
      ]
    },
    "5d86f816-53b3-433c-9570-f3f07375ec2c": {
      "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
          }
        ]
      ]
    }
  }
}
Foire aux questions

Comment utiliser ce workflow ?

Copiez le code de configuration JSON ci-dessus, créez un nouveau workflow dans votre instance n8n et sélectionnez "Importer depuis le JSON", collez la configuration et modifiez les paramètres d'authentification selon vos besoins.

Dans quelles scénarios ce workflow est-il adapté ?

Avancé - Ressources Humaines, Intelligence Artificielle

Est-ce payant ?

Ce workflow est entièrement gratuit et peut être utilisé directement. Veuillez noter que les services tiers utilisés dans le workflow (comme l'API OpenAI) peuvent nécessiter un paiement de votre part.

Informations sur le workflow
Niveau de difficulté
Avancé
Nombre de nœuds20
Catégorie2
Types de nœuds15
Description de la difficulté

Adapté aux utilisateurs avancés, avec des workflows complexes contenant 16+ nœuds

Auteur
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.

Liens externes
Voir sur n8n.io

Partager ce workflow

Catégories

Catégories: 34