n8n-backup/workflows/Rechnungen -> DATEV.json

210 lines
4.3 KiB
JSON
Raw Normal View History

{
"active": true,
"connections": {
"Gmail Trigger": {
"main": [
[
{
"node": "Gmail",
"type": "main",
"index": 0
}
]
]
},
"Gmail": {
"main": [
[
{
"node": "IF",
"type": "main",
"index": 0
}
]
]
},
"IF": {
"main": [
[
{
"node": "An Datev weiterleiten",
"type": "main",
"index": 0
}
],
[
{
"node": "NoOp",
"type": "main",
"index": 0
}
]
]
},
"An Datev weiterleiten": {
"main": [
[
{
"node": "Datev Label anhängen",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2023-03-27T11:07:01.918Z",
"id": 7,
"name": "Rechnungen -> DATEV",
"nodes": [
{
"parameters": {
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"filters": {}
},
"id": "b4421482-9533-4a70-a010-bc37198173de",
"name": "Gmail Trigger",
"type": "n8n-nodes-base.gmailTrigger",
"typeVersion": 1,
"position": [
280,
-200
],
"credentials": {
"gmailOAuth2": {
"id": "16",
"name": "Gmail - buchhaltung@lanakk.com"
}
}
},
{
"parameters": {
"operation": "get",
"messageId": "={{$json[\"id\"]}}",
"simple": false,
"options": {
"dataPropertyAttachmentsPrefixName": "attachment_",
"downloadAttachments": true
}
},
"id": "92850b56-b38e-49a1-8fd7-253b022a3fa2",
"name": "Gmail",
"type": "n8n-nodes-base.gmail",
"typeVersion": 2,
"position": [
500,
-200
],
"credentials": {
"gmailOAuth2": {
"id": "16",
"name": "Gmail - buchhaltung@lanakk.com"
}
}
},
{
"parameters": {
"conditions": {
"string": [
{
"value1": "={{$binary.attachment_0.fileExtension}}",
"operation": "isNotEmpty"
},
{
"value1": "={{$json[\"labelIds\"][1]}}",
"operation": "notEqual",
"value2": "SENT"
}
]
}
},
"id": "d7bbeaa9-8961-4f71-a21c-11009aad9712",
"name": "IF",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"position": [
720,
-200
]
},
{
"parameters": {
"sendTo": "79e9685d-6952-420b-a9b0-db1950def732@uploadmail.datev.de",
"subject": "=Neuer Beleg - {{$now}}",
"message": "=",
"options": {
"attachmentsUi": {
"attachmentsBinary": [
{
"property": "attachment_0"
}
]
}
}
},
"id": "92b1ec51-291e-43bb-9f62-96ab3acb1f6c",
"name": "An Datev weiterleiten",
"type": "n8n-nodes-base.gmail",
"typeVersion": 2,
"position": [
960,
-320
],
"credentials": {
"gmailOAuth2": {
"id": "16",
"name": "Gmail - buchhaltung@lanakk.com"
}
}
},
{
"parameters": {
"operation": "addLabels",
"messageId": "={{$node[\"An Datev weiterleiten\"].json[\"id\"]}}",
"labelIds": [
"Label_5013070903895930344"
]
},
"id": "94d4e183-8b86-48ea-9a7d-c620ce431b5e",
"name": "Datev Label anhängen",
"type": "n8n-nodes-base.gmail",
"typeVersion": 2,
"position": [
1160,
-320
],
"credentials": {
"gmailOAuth2": {
"id": "16",
"name": "Gmail - buchhaltung@lanakk.com"
}
}
},
{
"parameters": {},
"id": "a38e57c7-1953-45bd-87cc-c4bd9aaf4e57",
"name": "NoOp",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
960,
-60
]
}
],
"pinData": {},
"settings": {},
"staticData": {
"node:Gmail Trigger": {
"lastTimeChecked": "1679973824"
}
},
"tags": [],
"updatedAt": "2023-03-28T03:23:44.000Z"
}