Files
n8n-workspace/Test.json
2001-01-01 00:00:00 +00:00

139 lines
4.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"updatedAt": "2026-04-04T19:52:26.718Z",
"createdAt": "2026-04-04T19:28:29.276Z",
"id": "W2OEeYHl5e7PhC21",
"name": "Test",
"active": false,
"isArchived": false,
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
-224,
0
],
"id": "a730f4a1-1ec3-4fcb-8c33-92625a563e0d",
"name": "When clicking Execute workflow"
},
{
"parameters": {
"action": "sign"
},
"type": "n8n-nodes-base.crypto",
"typeVersion": 2,
"position": [
208,
0
],
"id": "ba959660-f6a2-4f95-88c7-3a4c2d05b235",
"name": "Crypto",
"credentials": {
"crypto": {
"id": "yPa1ssCixMMmFJzo",
"name": "Crypto account"
}
}
},
{
"parameters": {
"operation": "runCustomScript",
"scriptCode": "=const deal_url = \"https://www.mydealz.de/\";\nawait $page.goto(deal_url, { waitUntil: ['load', 'domcontentloaded'] });\n\nconst cookies = await $page.cookies();\nresult = [{'data': JSON.stringify(cookies)}];\n\n//result = [];\n//result.push(cookies);\n\nreturn result",
"options": {
"launchArguments": {
"args": [
{
"arg": "--disable-features=HttpsFirstBalancedModeAutoEnable"
},
{
"arg": "--no-sandbox"
}
]
},
"stealth": true
}
},
"type": "CUSTOM.puppeteer",
"typeVersion": 1,
"position": [
-16,
0
],
"id": "0b8380e0-9597-4e82-99c9-5327ca4ef93c",
"name": "login",
"onError": "continueRegularOutput"
},
{
"parameters": {
"action": "sign"
},
"type": "n8n-nodes-base.crypto",
"typeVersion": 2,
"position": [
416,
0
],
"id": "f6a86829-a90a-4a5c-8d8b-fcf4a2fb0a43",
"name": "Crypto1"
}
],
"connections": {
"When clicking Execute workflow": {
"main": [
[
{
"node": "login",
"type": "main",
"index": 0
}
]
]
},
"login": {
"main": [
[
{
"node": "Crypto",
"type": "main",
"index": 0
}
]
]
},
"Crypto": {
"main": [
[
{
"node": "Crypto1",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1",
"binaryMode": "separate"
},
"staticData": null,
"meta": {
"templateCredsSetupCompleted": true
},
"pinData": {},
"versionId": "04b3e0ae-cfd5-4411-84d6-a06abd21b66e",
"activeVersionId": null,
"triggerCount": 0,
"shared": [
{
"updatedAt": "2026-04-04T19:28:29.279Z",
"createdAt": "2026-04-04T19:28:29.279Z",
"role": "workflow:owner",
"workflowId": "W2OEeYHl5e7PhC21",
"projectId": "cSAaWNJydnksD5EB"
}
],
"activeVersion": null,
"tags": []
}