AutomationFlowsGeneral › Execute Command via Webhook

Execute Command via Webhook

Original n8n title: Clara Automation Pipeline – Run All

Clara Automation Pipeline – Run All. Uses executeCommand. Webhook trigger; 2 nodes.

Webhook trigger★☆☆☆☆ complexity2 nodesExecute Command
General Trigger: Webhook 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
{
  "name": "Clara Automation Pipeline \u2013 Run All",
  "nodes": [
    {
      "parameters": {
        "path": "clara-automation/run",
        "options": {}
      },
      "id": "Webhook_Trigger",
      "name": "Webhook Trigger",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        260,
        300
      ]
    },
    {
      "parameters": {
        "command": "python",
        "arguments": "scripts/run_all.py --root /data"
      },
      "id": "Execute_Command",
      "name": "Execute Command",
      "type": "n8n-nodes-base.executeCommand",
      "typeVersion": 1,
      "position": [
        520,
        300
      ]
    }
  ],
  "connections": {
    "Webhook Trigger": {
      "main": [
        [
          {
            "node": "Execute Command",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "saveExecutionProgress": "no"
  },
  "versionId": "1"
}
Pro

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

About this workflow

Clara Automation Pipeline – Run All. Uses executeCommand. Webhook trigger; 2 nodes.

Source: https://github.com/shreyakumari0911/clara-automation-pipeline/blob/ed1f067a012fe2a4a1363b8d608923e2d61d5ed6/workflows/n8n_workflow.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

PDF Processing via Shell. Uses executeCommand. Webhook trigger; 3 nodes.

Execute Command
General

Clara Pipeline B - Onboarding Update. Uses executeCommand. Webhook trigger; 3 nodes.

Execute Command
General

TestMultiCredentials. Uses executeCommand. Webhook trigger; 13 nodes.

Execute Command
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