Compare commits

..

No commits in common. "ec0c1b94bf7e123ba53b37d5236b34f2514ef37d" and "6a0f071cc96e88302743afddac7c389dd037effd" have entirely different histories.

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": [
"18a3c54a04a0db71" "18a2ce0756e47515"
], ],
"lastTimeChecked": 1693229292 "lastTimeChecked": 1692970021
} }
}, },
"tags": [], "tags": [],
"triggerCount": 1, "triggerCount": 1,
"updatedAt": "2023-08-28T13:28:59.000Z", "updatedAt": "2023-08-25T13:27: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": "={{ $('Shopify Trigger').item.json[\"email\"] }}", "email": "={{ $node[\"Webhook\"].json[\"body\"][\"email\"] }}",
"firstName": "={{ $('Shopify Trigger').item.json[\"first_name\"] }}", "firstName": "={{ $node[\"Webhook\"].json[\"body\"][\"first_name\"] }}",
"lastName": "={{ $('Shopify Trigger').item.json[\"last_name\"] }}", "lastName": "={{ $node[\"Webhook\"].json[\"body\"][\"last_name\"] }}",
"company": "=", "company": "=",
"additionalFields": {}, "additionalFields": {},
"options": {} "options": {}
@ -432,7 +432,7 @@
"conditions": { "conditions": {
"boolean": [ "boolean": [
{ {
"value1": "={{ $('Shopify Trigger').item.json[\"accepts_marketing\"] }}", "value1": "={{ $node.Webhook.json.body.accepts_marketing }}",
"value2": "={{ true }}" "value2": "={{ true }}"
} }
] ]
@ -550,11 +550,11 @@
"settings": {}, "settings": {},
"staticData": { "staticData": {
"node:Shopify Trigger": { "node:Shopify Trigger": {
"webhookId": 1289797501193 "webhookId": 1289465594121
} }
}, },
"tags": [], "tags": [],
"triggerCount": 2, "triggerCount": 2,
"updatedAt": "2023-08-28T12:42:26.000Z", "updatedAt": "2023-08-25T11:36:41.000Z",
"versionId": "6f7a68f7-7b82-48d6-ad81-32f0a75e5954" "versionId": "bd1863bc-07f6-4715-b7de-a081c5ac6cc8"
} }