-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkflowsMy workflow 3.json
62 lines (62 loc) · 1.3 KB
/
workflowsMy workflow 3.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
{
"active": false,
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2024-07-02T16:50:52.596Z",
"id": "Fy7okIkkQ5jICbq4",
"name": "My workflow 3",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 11,13,15,17,19 * * *"
}
]
}
},
"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": null,
"tags": [],
"triggerCount": 0,
"updatedAt": "2024-07-02T16:50:52.596Z",
"versionId": "a96881aa-6d6f-4ffc-88b6-0c7734a63a9b"
}