Auto backup: 2026-02-21 07:01
This commit is contained in:
@@ -3,14 +3,24 @@
|
||||
"nodes": [
|
||||
{
|
||||
"parameters": {
|
||||
"rule": {"interval": [{"field": "cronExpression", "expression": "15 7 * * *"}]},
|
||||
"rule": {
|
||||
"interval": [
|
||||
{
|
||||
"field": "cronExpression",
|
||||
"expression": "15 7 * * *"
|
||||
}
|
||||
]
|
||||
},
|
||||
"timezone": "Australia/Perth"
|
||||
},
|
||||
"id": "cron",
|
||||
"name": "Daily 07:15 AWST",
|
||||
"type": "n8n-nodes-base.scheduleTrigger",
|
||||
"typeVersion": 1.2,
|
||||
"position": [220, 300]
|
||||
"position": [
|
||||
220,
|
||||
300
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
@@ -23,7 +33,10 @@
|
||||
"name": "Webhook Execute (POST)",
|
||||
"type": "n8n-nodes-base.webhook",
|
||||
"typeVersion": 2,
|
||||
"position": [220, 460]
|
||||
"position": [
|
||||
220,
|
||||
460
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
@@ -41,7 +54,10 @@
|
||||
"name": "Set Prompt",
|
||||
"type": "n8n-nodes-base.set",
|
||||
"typeVersion": 3.4,
|
||||
"position": [470, 380]
|
||||
"position": [
|
||||
470,
|
||||
380
|
||||
]
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
@@ -52,47 +68,112 @@
|
||||
"contentType": "json",
|
||||
"bodyParameters": {
|
||||
"parameters": [
|
||||
{"name": "text", "value": "={{$json.wakeText}}"},
|
||||
{"name": "mode", "value": "now"}
|
||||
{
|
||||
"name": "text",
|
||||
"value": "={{$json.wakeText}}"
|
||||
},
|
||||
{
|
||||
"name": "mode",
|
||||
"value": "now"
|
||||
}
|
||||
]
|
||||
},
|
||||
"options": {"timeout": 15000}
|
||||
"options": {
|
||||
"timeout": 15000
|
||||
}
|
||||
},
|
||||
"id": "wake",
|
||||
"name": "Trigger OpenClaw Briefing",
|
||||
"type": "n8n-nodes-base.httpRequest",
|
||||
"typeVersion": 4.2,
|
||||
"position": [730, 380],
|
||||
"position": [
|
||||
730,
|
||||
380
|
||||
],
|
||||
"retryOnFail": true,
|
||||
"maxTries": 3,
|
||||
"waitBetweenTries": 2000
|
||||
},
|
||||
{
|
||||
"parameters": {
|
||||
"url": "http://runtipi.kangaroo-eel.ts.net:8129/message?token=AGKnHafW3FGzBlt",
|
||||
"url": "http://runtipi.kangaroo-eel.ts.net:8129/message?token=AGoV3cAUyUMDbyt",
|
||||
"sendBody": true,
|
||||
"contentType": "json",
|
||||
"bodyParameters": {
|
||||
"parameters": [
|
||||
{"name": "title", "value": "📰 Newsletter Compressor Triggered"},
|
||||
{"name": "message", "value": "Morning newsletter compression job was triggered via n8n."},
|
||||
{"name": "priority", "value": "3"}
|
||||
{
|
||||
"name": "title",
|
||||
"value": "\ud83d\udcf0 Newsletter Compressor Triggered"
|
||||
},
|
||||
{
|
||||
"name": "message",
|
||||
"value": "Morning newsletter compression job was triggered via n8n."
|
||||
},
|
||||
{
|
||||
"name": "priority",
|
||||
"value": "3"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"id": "gotify",
|
||||
"name": "Gotify Status",
|
||||
"name": "ntfy Status",
|
||||
"type": "n8n-nodes-base.httpRequest",
|
||||
"typeVersion": 4.2,
|
||||
"position": [980, 380]
|
||||
"position": [
|
||||
980,
|
||||
380
|
||||
]
|
||||
}
|
||||
],
|
||||
"connections": {
|
||||
"Daily 07:15 AWST": {"main": [[{"node": "Set Prompt", "type": "main", "index": 0}]]},
|
||||
"Webhook Execute (POST)": {"main": [[{"node": "Set Prompt", "type": "main", "index": 0}]]},
|
||||
"Set Prompt": {"main": [[{"node": "Trigger OpenClaw Briefing", "type": "main", "index": 0}]]},
|
||||
"Trigger OpenClaw Briefing": {"main": [[{"node": "Gotify Status", "type": "main", "index": 0}]]}
|
||||
"Daily 07:15 AWST": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Set Prompt",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Webhook Execute (POST)": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Set Prompt",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Set Prompt": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "Trigger OpenClaw Briefing",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
},
|
||||
"Trigger OpenClaw Briefing": {
|
||||
"main": [
|
||||
[
|
||||
{
|
||||
"node": "ntfy Status",
|
||||
"type": "main",
|
||||
"index": 0
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"executionOrder": "v1"
|
||||
},
|
||||
"settings": {"executionOrder": "v1"},
|
||||
"active": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user