[N8N Backup] Shopify <--> Mautic.json (different)

This commit is contained in:
m3tam3re 2023-08-29 00:00:51 +02:00
parent 319bffd734
commit ec0c1b94bf
1 changed files with 7 additions and 7 deletions

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"
} }