AutomationFlowsGeneral › Blog Daily Pipeline

Blog Daily Pipeline

Blog Daily Pipeline. Uses executeCommand. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesExecute Command
General Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "id": "blogDailyPipeline",
  "name": "Blog Daily Pipeline",
  "active": false,
  "nodes": [
    {
      "parameters": {},
      "id": "manual-trigger-daily",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        260,
        300
      ]
    },
    {
      "parameters": {
        "command": "python scripts/daily_pipeline.py"
      },
      "id": "run-daily-pipeline",
      "name": "Run Daily Pipeline",
      "type": "n8n-nodes-base.executeCommand",
      "typeVersion": 1,
      "position": [
        560,
        300
      ]
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Run Daily Pipeline",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {},
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "versionId": "c2f8c4b6-4df2-4f49-95ee-fd58537790dd",
  "triggerCount": 0,
  "tags": []
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Blog Daily Pipeline. Uses executeCommand. Event-driven trigger; 2 nodes.

Source: https://github.com/sinmb79/blog-writer-blog/blob/bedfa3424141462df0420d3be141d92bd497d5fd/n8n-workflows/blog-daily-pipeline.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Blog Weekly Report. Uses executeCommand. Event-driven trigger; 2 nodes.

Execute Command
General

Tools / Backup Gitlab. Uses manualTrigger, executeCommand. Event-driven trigger; 7 nodes.

Execute Command
General

Manual Schedule. Uses manualTrigger, n8n, scheduleTrigger, noOp. Event-driven trigger; 7 nodes.

n8n
General

Execute a command that gives the hard disk memory used on the host machine. Uses executeCommand, twilio, noOp. Scheduled trigger; 5 nodes.

Execute Command, Twilio
General

Manual Schedule. Uses manualTrigger, signl4, openWeatherMap, scheduleTrigger. Event-driven trigger; 5 nodes.

Signl4, OpenWeatherMap