[N8N Backup] My workflow 2.json (different)

This commit is contained in:
m3tam3re 2023-05-01 06:00:24 +02:00
parent d762611db4
commit 714b0257aa
1 changed files with 54 additions and 3 deletions

View File

@ -51,6 +51,17 @@
} }
] ]
] ]
},
"HTTP Request": {
"main": [
[
{
"node": "GraphQL",
"type": "main",
"index": 0
}
]
]
} }
}, },
"createdAt": "2023-04-30T12:45:41.935Z", "createdAt": "2023-04-30T12:45:41.935Z",
@ -180,8 +191,22 @@
}, },
{ {
"parameters": { "parameters": {
"url": "https://lana-kk.myshopify.com/admin/customers/search.json",
"authentication": "predefinedCredentialType", "authentication": "predefinedCredentialType",
"nodeCredentialType": "shopifyApi", "nodeCredentialType": "shopifyApi",
"sendQuery": true,
"queryParameters": {
"parameters": [
{
"name": "query",
"value": "email:dev@lanakk.com"
},
{
"name": "fields",
"value": "email,id"
}
]
},
"options": {} "options": {}
}, },
"id": "dd2b8b8e-1929-49d0-88bc-3e2cc9aff981", "id": "dd2b8b8e-1929-49d0-88bc-3e2cc9aff981",
@ -191,7 +216,33 @@
"position": [ "position": [
260, 260,
840 840
] ],
"credentials": {
"shopifyApi": {
"id": "13",
"name": "lanakk.com"
}
}
},
{
"parameters": {
"authentication": "headerAuth",
"requestMethod": "GET"
},
"id": "1bc94c14-ceda-42e1-94dc-1ac91ac72f8b",
"name": "GraphQL",
"type": "n8n-nodes-base.graphql",
"typeVersion": 1,
"position": [
480,
840
],
"credentials": {
"httpHeaderAuth": {
"id": "14",
"name": "Shopify lanakk.com"
}
}
} }
], ],
"pinData": {}, "pinData": {},
@ -199,6 +250,6 @@
"staticData": null, "staticData": null,
"tags": [], "tags": [],
"triggerCount": 0, "triggerCount": 0,
"updatedAt": "2023-04-30T13:28:06.000Z", "updatedAt": "2023-05-01T03:58:08.000Z",
"versionId": "f68ba8f5-a150-4e27-bedb-07ab522cfbb7" "versionId": "84d292a2-6dea-4b1e-b454-e4fe5dbf816d"
} }