n8n-backup/workflows/My workflow 2.json

38 lines
1.6 KiB
JSON
Raw Normal View History

2023-04-30 16:00:22 +00:00
{
"active": false,
"connections": {},
"createdAt": "2023-06-28T10:20:31.415Z",
"id": "12",
2023-04-30 16:00:22 +00:00
"name": "My workflow 2",
"nodes": [
{
"parameters": {
"authentication": "headerAuth",
"endpoint": "https://lana-kk.myshopify.com/admin/api/2022-01/graphql.json",
"requestFormat": "json",
"query": "=query {\n\torders(first: 10, query: \"date:2023-06-01\") {\n\t\tedges {\n\t\t\tnode {\n\t\t\t\tname\n\t\t\t\tcreatedAt\n\t\t\t\tcurrentTotalPriceSet {\n\t\t\t\t\tshopMoney {\n\t\t\t\t\t\tamount\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tcustomerJourneySummary {\n\t\t\t\t\tdaysToConversion\n\t\t\t\t\tmoments(first: 5) {\n\t\t\t\t\t\tedges {\n\t\t\t\t\t\t\tnode {\n\t\t\t\t\t\t\t\t... on CustomerVisit {\n\t\t\t\t\t\t\t\t\tlandingPage\n\t\t\t\t\t\t\t\t\tutmParameters {\n\t\t\t\t\t\t\t\t\t\tsource\n\t\t\t\t\t\t\t\t\t\tcampaign\n\t\t\t\t\t\t\t\t\t\tterm\n\t\t\t\t\t\t\t\t\t\tcontent\n\t\t\t\t\t\t\t\t\t\tmedium\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n"
},
"id": "4b1c8e68-c3e8-47f5-a7be-205b1451b7bf",
"name": "GraphQL1",
"type": "n8n-nodes-base.graphql",
"typeVersion": 1,
"position": [
640,
620
],
"credentials": {
"httpHeaderAuth": {
"id": "14",
"name": "Shopify lanakk.com"
}
}
2023-04-30 16:00:22 +00:00
}
],
"pinData": {},
"settings": {},
"staticData": null,
"tags": [],
"triggerCount": 0,
"updatedAt": "2023-06-28T10:30:38.000Z",
"versionId": "5f072241-02cc-495c-9cea-b80591243e16"
2023-04-30 16:00:22 +00:00
}