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 →
{
"name": "Paren Pulse \u2014 weekly snapshot to #Data",
"settings": {
"timezone": "America/New_York",
"executionOrder": "v1"
},
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"expression": "0 8-23 * * 1"
},
{
"field": "cronExpression",
"expression": "0 6-11 * * 2"
}
]
}
},
"id": "schedule-mon-tue",
"name": "Mon hourly + Tue AM (ET)",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
240,
300
]
},
{
"parameters": {
"command": "cd \"$PAREN_PULSE_DIR\" && node bin/post-weekly.ts"
},
"id": "post-weekly",
"name": "post-weekly.ts (freshness + post-once)",
"type": "n8n-nodes-base.executeCommand",
"typeVersion": 1,
"position": [
520,
300
]
}
],
"connections": {
"Mon hourly + Tue AM (ET)": {
"main": [
[
{
"node": "post-weekly.ts (freshness + post-once)",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Paren Pulse — weekly snapshot to #Data. Uses executeCommand. Scheduled trigger; 2 nodes.
Source: https://github.com/ParenInc/data-snapshots/blob/b99304cd33b721486b829101b7306f42f309be5c/n8n/paren-pulse-weekly.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.
Execute a command that gives the hard disk memory used on the host machine. Uses executeCommand, twilio, noOp. Scheduled trigger; 5 nodes.
Weekly forecast digest (Sunday 21:00 ET). Uses executeCommand. Scheduled trigger; 4 nodes.
RECON-NIGHTLY-001. Uses executeCommand. Scheduled trigger; 4 nodes.
JobSearch Weekly Report. Uses executeCommand, emailSend. Scheduled trigger; 6 nodes.
Daily Rackspace Ticket Report. Uses executeCommand, emailSend. Scheduled trigger; 5 nodes.