Compare commits

...

2 Commits

Author SHA1 Message Date
m3tam3re ec0c1b94bf [N8N Backup] Shopify <--> Mautic.json (different) 2023-08-29 00:00:51 +02:00
m3tam3re 319bffd734 [N8N Backup] Rechnungen -> DATEV.json (different) 2023-08-29 00:00:48 +02:00
2 changed files with 10 additions and 10 deletions

View File

@ -473,13 +473,13 @@
"staticData": { "staticData": {
"node:Gmail Trigger": { "node:Gmail Trigger": {
"possibleDuplicates": [ "possibleDuplicates": [
"18a2ce0756e47515" "18a3c54a04a0db71"
], ],
"lastTimeChecked": 1692970021 "lastTimeChecked": 1693229292
} }
}, },
"tags": [], "tags": [],
"triggerCount": 1, "triggerCount": 1,
"updatedAt": "2023-08-25T13:27:59.000Z", "updatedAt": "2023-08-28T13:28:59.000Z",
"versionId": "d5336b9a-260a-4f88-862e-edbbb760acb2" "versionId": "d5336b9a-260a-4f88-862e-edbbb760acb2"
} }

View File

@ -373,9 +373,9 @@
{ {
"parameters": { "parameters": {
"authentication": "oAuth2", "authentication": "oAuth2",
"email": "={{ $node[\"Webhook\"].json[\"body\"][\"email\"] }}", "email": "={{ $('Shopify Trigger').item.json[\"email\"] }}",
"firstName": "={{ $node[\"Webhook\"].json[\"body\"][\"first_name\"] }}", "firstName": "={{ $('Shopify Trigger').item.json[\"first_name\"] }}",
"lastName": "={{ $node[\"Webhook\"].json[\"body\"][\"last_name\"] }}", "lastName": "={{ $('Shopify Trigger').item.json[\"last_name\"] }}",
"company": "=", "company": "=",
"additionalFields": {}, "additionalFields": {},
"options": {} "options": {}
@ -432,7 +432,7 @@
"conditions": { "conditions": {
"boolean": [ "boolean": [
{ {
"value1": "={{ $node.Webhook.json.body.accepts_marketing }}", "value1": "={{ $('Shopify Trigger').item.json[\"accepts_marketing\"] }}",
"value2": "={{ true }}" "value2": "={{ true }}"
} }
] ]
@ -550,11 +550,11 @@
"settings": {}, "settings": {},
"staticData": { "staticData": {
"node:Shopify Trigger": { "node:Shopify Trigger": {
"webhookId": 1289465594121 "webhookId": 1289797501193
} }
}, },
"tags": [], "tags": [],
"triggerCount": 2, "triggerCount": 2,
"updatedAt": "2023-08-25T11:36:41.000Z", "updatedAt": "2023-08-28T12:42:26.000Z",
"versionId": "bd1863bc-07f6-4715-b7de-a081c5ac6cc8" "versionId": "6f7a68f7-7b82-48d6-ad81-32f0a75e5954"
} }