Invoice NINJA Rechnungsautomatisierungs-Workflow
Dies ist ein Invoice Processing-Bereich Automatisierungsworkflow mit 6 Nodes. Hauptsächlich werden Gmail, HttpRequest, GoogleSheets, GoogleSheetsTrigger und andere Nodes verwendet. Automatisierung der Erstellung und Versendung von Rechnungen mit Google Sheets, Invoice Ninja und Gmail
- •Google-Konto + Gmail API-Anmeldedaten
- •Möglicherweise sind Ziel-API-Anmeldedaten erforderlich
- •Google Sheets API-Anmeldedaten
Verwendete Nodes (6)
Kategorie
{
"id": "qclESQ5SPXlYdUS1",
"meta": {
"instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae",
"templateCredsSetupCompleted": true
},
"name": "Invoice Automation Workflow with Invoice NINJA",
"tags": [],
"nodes": [
{
"id": "1009fb50-b8fe-4949-8756-c61311d0ab1f",
"name": "0. Google Sheets (Rechnungsauslöser)",
"type": "n8n-nodes-base.googleSheetsTrigger",
"position": [
-112,
64
],
"parameters": {},
"description": "Triggers when a project's status is changed to 'Ready for Invoice'.",
"typeVersion": 1
},
{
"id": "bba87058-2b13-4f63-8999-f45b43256ff5",
"name": "1. HTTP Request (Rechnung erstellen)",
"type": "n8n-nodes-base.httpRequest",
"position": [
144,
64
],
"parameters": {},
"description": "Sends data to the invoicing service API to create a new invoice.",
"typeVersion": 1
},
{
"id": "adbca28b-bd7a-488d-86bd-8280be4cebb7",
"name": "2. Gmail (Rechnung senden)",
"type": "n8n-nodes-base.gmail",
"position": [
400,
64
],
"parameters": {},
"description": "Emails the newly created invoice to the client.",
"typeVersion": 1
},
{
"id": "029aee61-c444-4445-bd04-00ac3b86d708",
"name": "3. Google Sheets (Status aktualisieren)",
"type": "n8n-nodes-base.googleSheets",
"position": [
640,
64
],
"parameters": {},
"description": "Updates the project status to 'Invoiced' in Google Sheets.",
"typeVersion": 3
},
{
"id": "8d23368c-48fe-4752-a277-0d320b9045ae",
"name": "Haftnotiz",
"type": "n8n-nodes-base.stickyNote",
"position": [
-192,
0
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "33b56fca-b0c9-4c74-a17c-134aa775045c",
"name": "Haftnotiz1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-192,
304
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "0b42dd37-a3f4-4948-a9ae-1ec2550585a7",
"connections": {
"adbca28b-bd7a-488d-86bd-8280be4cebb7": {
"main": [
[
{
"node": "029aee61-c444-4445-bd04-00ac3b86d708",
"type": "main",
"index": 0
}
]
]
},
"bba87058-2b13-4f63-8999-f45b43256ff5": {
"main": [
[
{
"node": "adbca28b-bd7a-488d-86bd-8280be4cebb7",
"type": "main",
"index": 0
}
]
]
},
"1009fb50-b8fe-4949-8756-c61311d0ab1f": {
"main": [
[
{
"node": "bba87058-2b13-4f63-8999-f45b43256ff5",
"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 - Rechnungsverarbeitung
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
Marth
@marthSimplifying Business with Smart Automation. I create and share user-friendly, highly efficient n8n workflow templates for SMEs, focusing on digital marketing, sales, and operational excellence. Get ready to automate, innovate, and elevate your business. Connect me on Linkedin for custom solutions.
Diesen Workflow teilen