Compare commits
2 Commits
a4b0dcd947
...
4179da3509
Author | SHA1 | Date |
---|---|---|
m3tam3re | 4179da3509 | |
m3tam3re | 0210d9b9cb |
|
@ -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"
|
||||||
}
|
}
|
|
@ -512,14 +512,14 @@
|
||||||
"settings": {},
|
"settings": {},
|
||||||
"staticData": {
|
"staticData": {
|
||||||
"node:Gmail Trigger": {
|
"node:Gmail Trigger": {
|
||||||
"lastTimeChecked": 1682337275,
|
"lastTimeChecked": 1682431758,
|
||||||
"possibleDuplicates": [
|
"possibleDuplicates": [
|
||||||
"187b31dbf35eda59"
|
"187b8bf5540981b6"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"tags": [],
|
"tags": [],
|
||||||
"triggerCount": 1,
|
"triggerCount": 1,
|
||||||
"updatedAt": "2023-04-24T11:55:41.000Z",
|
"updatedAt": "2023-04-25T14:09:41.000Z",
|
||||||
"versionId": "25daa2a4-b5e0-4360-b8bb-1ded9c07453f"
|
"versionId": "25daa2a4-b5e0-4360-b8bb-1ded9c07453f"
|
||||||
}
|
}
|
Loading…
Reference in New Issue