The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "9",
"name": "WF-09 Weekly Review",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 9 * * 6"
}
]
}
},
"id": "schedule-1",
"name": "Cron Saturday 09:00 KST",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
0,
0
]
},
{
"parameters": {
"method": "GET",
"url": "http://core-engine:8000/portfolio/status",
"options": {
"timeout": 30000
}
},
"id": "http-1",
"name": "Get Weekly Portfolio Review",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
220,
0
]
}
],
"connections": {
"Cron Saturday 09:00 KST": {
"main": [
[
{
"node": "Get Weekly Portfolio Review",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
WF-09 Weekly Review. Uses httpRequest. Scheduled trigger; 2 nodes.
Source: https://github.com/digitect38/alphatrade/blob/e2d51083d6353811cfa69d58f6f62e7080d33a9b/n8n-workflows/WF-09-weekly-review.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Obsidian Tag Index Refresher. Uses executeCommand, httpRequest. Scheduled trigger; 5 nodes.
E-Décor - Support Client. Uses httpRequest, emailSend. Scheduled trigger; 5 nodes.
77STF — Morning Digest (08:30 pon-pt). Uses httpRequest. Scheduled trigger; 5 nodes.