n8n-backup/workflows/Webcron.json

66 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2023-02-21 05:00:14 +00:00
{
"active": true,
"connections": {
"Schedule Trigger": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
}
},
2023-08-25 09:53:21 +00:00
"createdAt": "2023-08-25T09:28:20.711Z",
"id": "3",
2023-11-14 23:00:06 +00:00
"meta": null,
2023-02-21 05:00:14 +00:00
"name": "Webcron",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "minutes"
}
]
}
},
2023-08-25 09:53:21 +00:00
"id": "84ffc791-5209-498c-bc3c-702d68c87a32",
2023-02-21 05:00:14 +00:00
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
2023-08-25 09:53:21 +00:00
360,
280
2023-02-21 05:00:14 +00:00
]
},
{
"parameters": {
2023-02-21 17:00:14 +00:00
"url": "https://cloud.lanakk.com/cron.php",
2023-02-21 05:00:14 +00:00
"options": {}
},
2023-08-25 09:53:21 +00:00
"id": "1e80fd49-aad7-4f14-9533-a5d4776bd275",
2023-02-21 05:00:14 +00:00
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
2023-08-25 09:53:21 +00:00
540,
280
2023-02-21 05:00:14 +00:00
]
}
],
"pinData": {},
"settings": {},
2023-03-30 16:00:37 +00:00
"staticData": {
"node:Schedule Trigger": {
"recurrencyRules": []
}
},
2023-02-21 05:00:14 +00:00
"tags": [],
2023-03-30 16:00:37 +00:00
"triggerCount": 1,
2023-08-25 09:53:21 +00:00
"updatedAt": "2023-08-25T09:28:27.000Z",
"versionId": "e11908fd-bdbb-4134-bbcf-d90b4b038fa2"
2023-02-21 05:00:14 +00:00
}