[N8N Backup] Shopify <--> Mautic.json (different)
This commit is contained in:
parent
da01c0b700
commit
8e59c1793f
|
@ -264,8 +264,7 @@
|
||||||
{
|
{
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"authentication": "headerAuth",
|
"authentication": "headerAuth",
|
||||||
"endpoint": "https://lana-kk.myshopify.com/admin/api/2022-01/graphql.json",
|
"endpoint": "https://lana-kk.myshopify.com/admin/api/2023-04/graphql.json",
|
||||||
"requestFormat": "json",
|
|
||||||
"query": "={\n customers(first: 1, query: \"email:'{{ $json[\"body\"][\"mautic.lead_channel_subscription_changed\"][0][\"contact\"][\"fields\"][\"core\"][\"email\"][\"value\"] }}'\" ) {\n edges {\n node {\n id\n email\n marketingOptInLevel\n }\n }\n }\n}"
|
"query": "={\n customers(first: 1, query: \"email:'{{ $json[\"body\"][\"mautic.lead_channel_subscription_changed\"][0][\"contact\"][\"fields\"][\"core\"][\"email\"][\"value\"] }}'\" ) {\n edges {\n node {\n id\n email\n marketingOptInLevel\n }\n }\n }\n}"
|
||||||
},
|
},
|
||||||
"id": "1bc94c14-ceda-42e1-94dc-1ac91ac72f8b",
|
"id": "1bc94c14-ceda-42e1-94dc-1ac91ac72f8b",
|
||||||
|
@ -278,8 +277,8 @@
|
||||||
],
|
],
|
||||||
"credentials": {
|
"credentials": {
|
||||||
"httpHeaderAuth": {
|
"httpHeaderAuth": {
|
||||||
"id": "14",
|
"id": "26",
|
||||||
"name": "Shopify lanakk.com"
|
"name": "lanakk.com - Shopify"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -343,8 +342,8 @@
|
||||||
],
|
],
|
||||||
"credentials": {
|
"credentials": {
|
||||||
"httpHeaderAuth": {
|
"httpHeaderAuth": {
|
||||||
"id": "14",
|
"id": "26",
|
||||||
"name": "Shopify lanakk.com"
|
"name": "lanakk.com - Shopify"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -366,8 +365,8 @@
|
||||||
],
|
],
|
||||||
"credentials": {
|
"credentials": {
|
||||||
"httpHeaderAuth": {
|
"httpHeaderAuth": {
|
||||||
"id": "14",
|
"id": "26",
|
||||||
"name": "Shopify lanakk.com"
|
"name": "lanakk.com - Shopify"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -531,17 +530,31 @@
|
||||||
940,
|
940,
|
||||||
1000
|
1000
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"parameters": {
|
||||||
|
"endpoint": "https://swapi-graphql.netlify.app/.netlify/functions/index",
|
||||||
|
"query": "query Query { allFilms { films { title director releaseDate speciesConnection { species { name classification homeworld { name } } } } } }"
|
||||||
|
},
|
||||||
|
"id": "fe1512a0-bb72-4ef1-b6db-f676336c3fbe",
|
||||||
|
"name": "GraphQL1",
|
||||||
|
"type": "n8n-nodes-base.graphql",
|
||||||
|
"typeVersion": 1,
|
||||||
|
"position": [
|
||||||
|
780,
|
||||||
|
-140
|
||||||
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"pinData": {},
|
"pinData": {},
|
||||||
"settings": {},
|
"settings": {},
|
||||||
"staticData": {
|
"staticData": {
|
||||||
"node:Shopify Trigger": {
|
"node:Shopify Trigger": {
|
||||||
"webhookId": 1277448028425
|
"webhookId": 1278132093193
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"triggerCount": 2,
|
"triggerCount": 2,
|
||||||
"updatedAt": "2023-06-28T11:10:33.000Z",
|
"updatedAt": "2023-07-03T13:13:22.000Z",
|
||||||
"versionId": "f04dd5cd-8f9e-4f54-a16c-51ffdb54b3b0"
|
"versionId": "71645759-216e-40ec-8b5c-3ba48b22cc4d"
|
||||||
}
|
}
|
Loading…
Reference in New Issue