Automatisierte Angebotsanforderungen mit OpenAI, Google Sheets und CraftMyPDF
Dies ist ein CRM, Multimodal AI-Bereich Automatisierungsworkflow mit 9 Nodes. Hauptsächlich werden Code, EmailSend, FormTrigger, HttpRequest, GoogleSheets und andere Nodes verwendet. Automatisierte RFQ-Anfragen mit OpenAI, Google Sheets und CraftMyPDF
- •Möglicherweise sind Ziel-API-Anmeldedaten erforderlich
- •Google Sheets API-Anmeldedaten
- •OpenAI API Key
Verwendete Nodes (9)
{
"meta": {
"instanceId": "783d2046f405cc6ecb20ef185376ed1023323a3da628b9d8156b1fb75c75e037",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "8adfda8f-0d79-4971-81dd-fe6e122b69e8",
"name": "Formular: Angebot anfordern",
"type": "n8n-nodes-base.formTrigger",
"position": [
-1104,
224
],
"webhookId": "FORM-QUOTE-ID",
"parameters": {},
"typeVersion": 2.2
},
{
"id": "93b03299-bfdc-4da6-8641-099dfb56b75a",
"name": "Google Tabellen: Produkte",
"type": "n8n-nodes-base.googleSheets",
"position": [
-816,
224
],
"parameters": {},
"typeVersion": 4.7
},
{
"id": "2dbb5986-9d8b-47f1-a090-c5b130d72ce3",
"name": "LLM: Auswählen & Angebot erstellen (nur JSON)",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
-544,
224
],
"parameters": {},
"typeVersion": 1.8
},
{
"id": "02cd071e-e579-4b43-be2b-231ea3999544",
"name": "Code: Zuordnung für CraftMyPDF",
"type": "n8n-nodes-base.code",
"position": [
-192,
224
],
"parameters": {},
"typeVersion": 2
},
{
"id": "62b778a3-5663-4621-b7fb-d6795ef606b9",
"name": "PDF erstellen",
"type": "n8n-nodes-craftmypdf.craftMyPdf",
"position": [
64,
224
],
"parameters": {},
"typeVersion": 1
},
{
"id": "dbe95252-aadc-4e76-824f-9595e3ec55d2",
"name": "PDF-Datei abrufen",
"type": "n8n-nodes-base.httpRequest",
"position": [
336,
224
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "51aa3d33-2ed8-408e-8e44-109b4fed46d7",
"name": "E-Mail: Angebot senden",
"type": "n8n-nodes-base.emailSend",
"position": [
576,
224
],
"webhookId": "8934d5d2-fe1f-4b79-9445-c794acf61d3d",
"parameters": {},
"typeVersion": 2.1
},
{
"id": "5e113929-c891-4fba-a8a6-242e29937fc3",
"name": "Haftnotiz",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1104,
-176
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "2b96dde8-578f-42f5-97ff-dfe849de64c3",
"name": "Haftnotiz1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-320,
-176
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"62b778a3-5663-4621-b7fb-d6795ef606b9": {
"main": [
[
{
"node": "dbe95252-aadc-4e76-824f-9595e3ec55d2",
"type": "main",
"index": 0
}
]
]
},
"dbe95252-aadc-4e76-824f-9595e3ec55d2": {
"main": [
[
{
"node": "51aa3d33-2ed8-408e-8e44-109b4fed46d7",
"type": "main",
"index": 0
}
]
]
},
"8adfda8f-0d79-4971-81dd-fe6e122b69e8": {
"main": [
[
{
"node": "93b03299-bfdc-4da6-8641-099dfb56b75a",
"type": "main",
"index": 0
}
]
]
},
"93b03299-bfdc-4da6-8641-099dfb56b75a": {
"main": [
[
{
"node": "2dbb5986-9d8b-47f1-a090-c5b130d72ce3",
"type": "main",
"index": 0
}
]
]
},
"02cd071e-e579-4b43-be2b-231ea3999544": {
"main": [
[
{
"node": "62b778a3-5663-4621-b7fb-d6795ef606b9",
"type": "main",
"index": 0
}
]
]
},
"2dbb5986-9d8b-47f1-a090-c5b130d72ce3": {
"main": [
[
{
"node": "02cd071e-e579-4b43-be2b-231ea3999544",
"type": "main",
"index": 0
}
]
]
}
}
}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?
Fortgeschritten - Kundenbeziehungsmanagement, Multimodales KI
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.
Verwandte Workflows
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.
Diesen Workflow teilen