AutomationFlowsGeneral › Generate Blog Drafts with ExecuteCommand

Generate Blog Drafts with ExecuteCommand

Original n8n title: Blog Write Queue

Blog Write Queue. 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": "blogWriteQueue",
  "name": "Blog Write Queue",
  "active": false,
  "nodes": [
    {
      "parameters": {},
      "id": "manual-trigger-write",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        260,
        300
      ]
    },
    {
      "parameters": {
        "command": "python -m blogwriter.cli write"
      },
      "id": "run-write-queue",
      "name": "Generate Drafts",
      "type": "n8n-nodes-base.executeCommand",
      "typeVersion": 1,
      "position": [
        560,
        300
      ]
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Generate Drafts",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {},
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "versionId": "ff2a0dca-8859-4f55-930d-54f384ed973e",
  "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 Write Queue. Uses executeCommand. Event-driven trigger; 2 nodes.

Source: https://github.com/sinmb79/blog-writer-blog/blob/bedfa3424141462df0420d3be141d92bd497d5fd/n8n-workflows/blog-write-queue.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

N8N Español - Ejemplos. Uses manualTrigger, executeCommand. Event-driven trigger; 7 nodes.

Execute Command
General

N8N Workflow. Uses executeCommand, localFileTrigger. Event-driven trigger; 7 nodes.

Execute Command, Local File Trigger
General

Manual Executecommand. Uses executeCommand, manualTrigger, readBinaryFiles. Event-driven trigger; 4 nodes.

Execute Command, Read Binary Files
General

internal/export. Uses manualTrigger, executeCommand. Event-driven trigger; 3 nodes.

Execute Command
General

internal/import. Uses executeCommand. Event-driven trigger; 3 nodes.

Execute Command