-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkflowsMaster Transit loop initiate.json
66 lines (66 loc) · 1.37 KB
/
workflowsMaster Transit loop initiate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"active": true,
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2024-07-02T16:50:58.939Z",
"id": "dWBbIRI0NlGLPp9j",
"name": "Master Transit loop initiate",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 3-22 * * *"
}
]
}
},
"id": "879ad3d3-5d9a-40f3-85ee-4647efb52f16",
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.1,
"position": [
460,
460
]
},
{
"parameters": {
"url": "https://node2.biketrax.co.uk/webhook/master-transit-repeater",
"options": {}
},
"id": "7d753792-dae9-43eb-9806-9abd0d7759ad",
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
620,
460
]
}
],
"pinData": {},
"settings": {},
"staticData": {
"node:Schedule Trigger": {
"recurrencyRules": []
}
},
"tags": [],
"triggerCount": 1,
"updatedAt": "2024-07-03T13:03:02.000Z",
"versionId": "139585b1-3cec-45a7-a591-706c1e57b7d1"
}