[N8N Backup] My workflow.json (different)

This commit is contained in:
m3tam3re 2023-04-25 18:00:22 +02:00
parent 0210d9b9cb
commit 4179da3509
1 changed files with 44 additions and 15 deletions

View File

@ -1,24 +1,53 @@
{ {
"active": false, "active": false,
"connections": {}, "connections": {
"createdAt": "2023-03-31T10:05:27.626Z", "When clicking \"Execute Workflow\"": {
"id": "8", "main": [
[
{
"node": "Google Ads",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2023-04-25T14:20:01.248Z",
"id": "10",
"name": "My workflow", "name": "My workflow",
"nodes": [ "nodes": [
{ {
"parameters": { "parameters": {},
"path": "a2213ec1-01fa-4ce3-aef3-97ee640d7b45", "id": "0fd74cd9-739b-4624-b0a4-7eb6c3003953",
"options": {} "name": "When clicking \"Execute Workflow\"",
}, "type": "n8n-nodes-base.manualTrigger",
"id": "a01b3619-7c3e-4ce2-a896-033461583f28",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
840, 1140,
380 560
]
},
{
"parameters": {
"managerCustomerId": "661-871-3180",
"clientCustomerId": "209-455-0926",
"additionalOptions": {}
},
"id": "519d526a-434d-45b9-a3e2-0b8e3a4fa056",
"name": "Google Ads",
"type": "n8n-nodes-base.googleAds",
"typeVersion": 1,
"position": [
1340,
560
], ],
"webhookId": "a2213ec1-01fa-4ce3-aef3-97ee640d7b45" "credentials": {
"googleAdsOAuth2Api": {
"id": "21",
"name": "Google Ads account"
}
}
} }
], ],
"pinData": {}, "pinData": {},
@ -26,6 +55,6 @@
"staticData": null, "staticData": null,
"tags": [], "tags": [],
"triggerCount": 0, "triggerCount": 0,
"updatedAt": "2023-03-31T10:05:27.626Z", "updatedAt": "2023-04-25T14:31:50.000Z",
"versionId": "5c01d171-3dc9-4515-b795-e19236ba1d17" "versionId": "c8a71b36-3923-4453-b04b-507a10faafcb"
} }