mirror of
				https://github.com/m3tam3re/n8n-backup.git
				synced 2025-10-31 03:26:46 +00:00 
			
		
		
		
	[N8N Backup] My workflow.json (different)
This commit is contained in:
		
							parent
							
								
									41d77dfda1
								
							
						
					
					
						commit
						8ab85f347b
					
				| @ -1,11 +1,38 @@ | |||||||
| { | { | ||||||
|   "active": false, |   "active": false, | ||||||
|   "connections": { |   "connections": { | ||||||
|     "When clicking \"Execute Workflow\"": { |     "Success?": { | ||||||
|       "main": [ |       "main": [ | ||||||
|         [ |         [ | ||||||
|           { |           { | ||||||
|             "node": "Google Ads", |             "node": "Wait", | ||||||
|  |             "type": "main", | ||||||
|  |             "index": 0 | ||||||
|  |           } | ||||||
|  |         ] | ||||||
|  |       ] | ||||||
|  |     }, | ||||||
|  |     "Wait": { | ||||||
|  |       "main": [ | ||||||
|  |         [ | ||||||
|  |           { | ||||||
|  |             "node": "HTTP Request1", | ||||||
|  |             "type": "main", | ||||||
|  |             "index": 0 | ||||||
|  |           } | ||||||
|  |         ] | ||||||
|  |       ] | ||||||
|  |     }, | ||||||
|  |     "HTTP Request1": { | ||||||
|  |       "main": [ | ||||||
|  |         [ | ||||||
|  |           { | ||||||
|  |             "node": "Success?", | ||||||
|  |             "type": "main", | ||||||
|  |             "index": 0 | ||||||
|  |           }, | ||||||
|  |           { | ||||||
|  |             "node": "Edit Fields3", | ||||||
|             "type": "main", |             "type": "main", | ||||||
|             "index": 0 |             "index": 0 | ||||||
|           } |           } | ||||||
| @ -13,48 +40,124 @@ | |||||||
|       ] |       ] | ||||||
|     } |     } | ||||||
|   }, |   }, | ||||||
|   "createdAt": "2023-04-25T14:20:01.248Z", |   "createdAt": "2023-12-04T08:45:57.778Z", | ||||||
|   "id": "10", |   "id": "o9uPy8XY0bMFCS9H", | ||||||
|  |   "meta": null, | ||||||
|   "name": "My workflow", |   "name": "My workflow", | ||||||
|   "nodes": [ |   "nodes": [ | ||||||
|     { |     { | ||||||
|       "parameters": {}, |       "parameters": { | ||||||
|       "id": "0fd74cd9-739b-4624-b0a4-7eb6c3003953", |         "options": {} | ||||||
|       "name": "When clicking \"Execute Workflow\"", |       }, | ||||||
|       "type": "n8n-nodes-base.manualTrigger", |       "id": "5cd78676-a0bd-4536-8759-f996d97b4254", | ||||||
|       "typeVersion": 1, |       "name": "Edit Fields2", | ||||||
|  |       "type": "n8n-nodes-base.set", | ||||||
|  |       "typeVersion": 3.1, | ||||||
|       "position": [ |       "position": [ | ||||||
|         1140, |         860, | ||||||
|         560 |         660 | ||||||
|       ] |       ] | ||||||
|     }, |     }, | ||||||
|     { |     { | ||||||
|       "parameters": { |       "parameters": { | ||||||
|         "managerCustomerId": "661-871-3180", |         "conditions": { | ||||||
|         "clientCustomerId": "209-455-0926", |           "number": [ | ||||||
|         "additionalOptions": {} |             { | ||||||
|  |               "value1": "={{ $json.statusCode }}", | ||||||
|  |               "operation": "equal", | ||||||
|  |               "value2": 200 | ||||||
|  |             } | ||||||
|  |           ] | ||||||
|  |         } | ||||||
|       }, |       }, | ||||||
|       "id": "519d526a-434d-45b9-a3e2-0b8e3a4fa056", |       "id": "4f308b2e-f65b-4879-a566-6e6ebafbf125", | ||||||
|       "name": "Google Ads", |       "name": "Success?", | ||||||
|       "type": "n8n-nodes-base.googleAds", |       "type": "n8n-nodes-base.if", | ||||||
|       "typeVersion": 1, |       "typeVersion": 1, | ||||||
|       "position": [ |       "position": [ | ||||||
|         1340, |         0, | ||||||
|         560 |         -1340 | ||||||
|  |       ] | ||||||
|  |     }, | ||||||
|  |     { | ||||||
|  |       "parameters": { | ||||||
|  |         "unit": "seconds" | ||||||
|  |       }, | ||||||
|  |       "id": "c06f9de4-8423-4104-bf3b-fe9eb49e447e", | ||||||
|  |       "name": "Wait", | ||||||
|  |       "type": "n8n-nodes-base.wait", | ||||||
|  |       "typeVersion": 1, | ||||||
|  |       "position": [ | ||||||
|  |         220, | ||||||
|  |         -1360 | ||||||
|  |       ], | ||||||
|  |       "webhookId": "de46ac63-1976-47ce-a91c-2d96bbd61bad" | ||||||
|  |     }, | ||||||
|  |     { | ||||||
|  |       "parameters": { | ||||||
|  |         "options": {} | ||||||
|  |       }, | ||||||
|  |       "id": "8f2309ea-1d47-4542-8202-36d23cbdefa7", | ||||||
|  |       "name": "Edit Fields3", | ||||||
|  |       "type": "n8n-nodes-base.set", | ||||||
|  |       "typeVersion": 3.1, | ||||||
|  |       "position": [ | ||||||
|  |         0, | ||||||
|  |         -1580 | ||||||
|  |       ] | ||||||
|  |     }, | ||||||
|  |     { | ||||||
|  |       "parameters": { | ||||||
|  |         "url": "https://app.billbee.io/api/v1/orders", | ||||||
|  |         "authentication": "genericCredentialType", | ||||||
|  |         "genericAuthType": "httpBasicAuth", | ||||||
|  |         "sendQuery": true, | ||||||
|  |         "queryParameters": { | ||||||
|  |           "parameters": [ | ||||||
|  |             { | ||||||
|  |               "name": "pageSize", | ||||||
|  |               "value": "250" | ||||||
|  |             }, | ||||||
|  |             { | ||||||
|  |               "name": "page", | ||||||
|  |               "value": "={{$runIndex + 1}}" | ||||||
|  |             } | ||||||
|  |           ] | ||||||
|  |         }, | ||||||
|  |         "sendHeaders": true, | ||||||
|  |         "headerParameters": { | ||||||
|  |           "parameters": [ | ||||||
|  |             { | ||||||
|  |               "name": "X-Billbee-Api-Key", | ||||||
|  |               "value": "2855BE2C-1D67-4AB0-9DEB-3073E6D27B1C" | ||||||
|  |             } | ||||||
|  |           ] | ||||||
|  |         }, | ||||||
|  |         "options": {} | ||||||
|  |       }, | ||||||
|  |       "id": "25d5e4e0-a202-46c7-9df8-b72721fe0861", | ||||||
|  |       "name": "HTTP Request1", | ||||||
|  |       "type": "n8n-nodes-base.httpRequest", | ||||||
|  |       "typeVersion": 4.1, | ||||||
|  |       "position": [ | ||||||
|  |         -260, | ||||||
|  |         -1340 | ||||||
|       ], |       ], | ||||||
|       "credentials": { |       "credentials": { | ||||||
|         "googleAdsOAuth2Api": { |         "httpBasicAuth": { | ||||||
|           "id": "21", |           "id": "MM5S4dq8ufNI1gGH", | ||||||
|           "name": "Google Ads account" |           "name": "Billbee" | ||||||
|         } |         } | ||||||
|       } |       } | ||||||
|     } |     } | ||||||
|   ], |   ], | ||||||
|   "pinData": {}, |   "pinData": {}, | ||||||
|   "settings": {}, |   "settings": { | ||||||
|  |     "executionOrder": "v1" | ||||||
|  |   }, | ||||||
|   "staticData": null, |   "staticData": null, | ||||||
|   "tags": [], |   "tags": [], | ||||||
|   "triggerCount": 0, |   "triggerCount": 0, | ||||||
|   "updatedAt": "2023-04-25T14:31:50.000Z", |   "updatedAt": "2023-12-04T10:46:50.000Z", | ||||||
|   "versionId": "c8a71b36-3923-4453-b04b-507a10faafcb" |   "versionId": "44977b72-02d7-4b5f-b629-2123ce53cc13" | ||||||
| } | } | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user