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": "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"
}
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
PDF Processing via Shell. Uses executeCommand. Webhook trigger; 3 nodes.
Clara Pipeline B - Onboarding Update. Uses executeCommand. Webhook trigger; 3 nodes.
TestMultiCredentials. Uses executeCommand. Webhook trigger; 13 nodes.
N8N Español - Ejemplos. Uses manualTrigger, executeCommand. Event-driven trigger; 7 nodes.
N8N Workflow. Uses executeCommand, localFileTrigger. Event-driven trigger; 7 nodes.