Générer des propositions de vente IA sélectionnées avec OpenAI, Qdrant et CraftMyPDF
Ceci est unLead Nurturing, AI RAGworkflow d'automatisation du domainecontenant 15 nœuds.Utilise principalement des nœuds comme Set, Code, EmailSend, FormTrigger, HttpRequest. Générez des devis de vente sélectionnés IA avec OpenAI, Qdrant et CraftMyPDF PDF delivery
- •Peut nécessiter les informations d'identification d'authentification de l'API cible
- •Clé API OpenAI
- •Informations de connexion au serveur Qdrant
- •Clé API Google Gemini
Nœuds utilisés (15)
Catégorie
{
"meta": {
"instanceId": "783d2046f405cc6ecb20ef185376ed1023323a3da628b9d8156b1fb75c75e037"
},
"nodes": [
{
"id": "6024e2ec-0a2d-4e0a-9e90-9c20da7bf6c1",
"name": "Note adhésive",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
0
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "3c4cf768-02eb-4a2f-830d-389581d94476",
"name": "Note adhésive1",
"type": "n8n-nodes-base.stickyNote",
"position": [
0,
480
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "e360e245-7dfb-4b50-b8ab-9929ba1b53f6",
"name": "Note adhésive2",
"type": "n8n-nodes-base.stickyNote",
"position": [
1360,
480
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "58eba77d-a3f2-47c4-98be-c2947c4506c1",
"name": "Formulaire : Demande de devis",
"type": "n8n-nodes-base.formTrigger",
"position": [
32,
288
],
"webhookId": "FORM-QUOTE-ID",
"parameters": {},
"typeVersion": 2.2
},
{
"id": "51f3b457-56fb-41dd-921c-89f3c87e4e07",
"name": "Set : Préparer le contexte de l'agent",
"type": "n8n-nodes-base.set",
"position": [
416,
288
],
"parameters": {},
"typeVersion": 3.4
},
{
"id": "84cd898b-994e-4258-a511-c0a524701832",
"name": "OpenAI Chat Model (Agent)",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
704,
496
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "217a67b4-cc63-46cd-be00-d9ce8331b76a",
"name": "Agent de devis de vente",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
784,
288
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "7596c355-4174-48bb-b612-af217a99f699",
"name": "Qdrant Vector Store (Produits)",
"type": "@n8n/n8n-nodes-langchain.vectorStoreQdrant",
"position": [
816,
672
],
"parameters": {},
"typeVersion": 1
},
{
"id": "e1f3367a-7b76-43a2-9fb8-becec399dd6d",
"name": "Embeddings OpenAI (Produits)",
"type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi",
"position": [
816,
816
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "0c4ee604-6b4d-4468-9ff0-7865b6581422",
"name": "PRODUCTS_QDRANT",
"type": "@n8n/n8n-nodes-langchain.toolVectorStore",
"position": [
976,
496
],
"parameters": {},
"typeVersion": 1
},
{
"id": "8ab0eaf6-6fac-406e-a030-f83fdead366b",
"name": "Code : Map for CraftMyPDF",
"type": "n8n-nodes-base.code",
"position": [
1280,
288
],
"parameters": {},
"typeVersion": 2
},
{
"id": "5035d222-3685-4b71-aa62-8f73e888ac75",
"name": "Créer un PDF",
"type": "n8n-nodes-craftmypdf.craftMyPdf",
"position": [
1584,
288
],
"parameters": {},
"typeVersion": 1
},
{
"id": "c145f87f-38d0-4178-a180-4b94bdfdc1a4",
"name": "Obtenir le fichier PDF",
"type": "n8n-nodes-base.httpRequest",
"position": [
1856,
288
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "71a385b1-ddd2-4ee3-92cb-3b03a1b4ca6a",
"name": "E-mail : Envoyer le devis",
"type": "n8n-nodes-base.emailSend",
"position": [
2096,
288
],
"webhookId": "8934d5d2-fe1f-4b79-9445-c794acf61d3d",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "433c3e34-d5b0-4429-9bb9-98f4884ebab4",
"name": "Google Gemini Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"position": [
1120,
688
],
"parameters": {},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"5035d222-3685-4b71-aa62-8f73e888ac75": {
"main": [
[
{
"node": "c145f87f-38d0-4178-a180-4b94bdfdc1a4",
"type": "main",
"index": 0
}
]
]
},
"c145f87f-38d0-4178-a180-4b94bdfdc1a4": {
"main": [
[
{
"node": "71a385b1-ddd2-4ee3-92cb-3b03a1b4ca6a",
"type": "main",
"index": 0
}
]
]
},
"0c4ee604-6b4d-4468-9ff0-7865b6581422": {
"ai_tool": [
[
{
"node": "217a67b4-cc63-46cd-be00-d9ce8331b76a",
"type": "ai_tool",
"index": 0
}
]
]
},
"217a67b4-cc63-46cd-be00-d9ce8331b76a": {
"main": [
[
{
"node": "8ab0eaf6-6fac-406e-a030-f83fdead366b",
"type": "main",
"index": 0
}
]
]
},
"58eba77d-a3f2-47c4-98be-c2947c4506c1": {
"main": [
[
{
"node": "51f3b457-56fb-41dd-921c-89f3c87e4e07",
"type": "main",
"index": 0
}
]
]
},
"8ab0eaf6-6fac-406e-a030-f83fdead366b": {
"main": [
[
{
"node": "5035d222-3685-4b71-aa62-8f73e888ac75",
"type": "main",
"index": 0
}
]
]
},
"433c3e34-d5b0-4429-9bb9-98f4884ebab4": {
"ai_languageModel": [
[
{
"node": "0c4ee604-6b4d-4468-9ff0-7865b6581422",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"84cd898b-994e-4258-a511-c0a524701832": {
"ai_languageModel": [
[
{
"node": "217a67b4-cc63-46cd-be00-d9ce8331b76a",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"51f3b457-56fb-41dd-921c-89f3c87e4e07": {
"main": [
[
{
"node": "217a67b4-cc63-46cd-be00-d9ce8331b76a",
"type": "main",
"index": 0
}
]
]
},
"e1f3367a-7b76-43a2-9fb8-becec399dd6d": {
"ai_embedding": [
[
{
"node": "7596c355-4174-48bb-b612-af217a99f699",
"type": "ai_embedding",
"index": 0
}
]
]
},
"7596c355-4174-48bb-b612-af217a99f699": {
"ai_vectorStore": [
[
{
"node": "0c4ee604-6b4d-4468-9ff0-7865b6581422",
"type": "ai_vectorStore",
"index": 0
}
]
]
}
}
}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é ?
Intermédiaire - Nurturing de leads, RAG IA
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.
Workflows recommandés
Cong Nguyen
@cong-nguyenI’m a developer specialized in building web and mobile applications with AI integration and intelligent automation. With a solid background in data science, I help businesses build smarter digital solutions using cutting-edge technologies.
Partager ce workflow