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": "My workflow",
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
],
"id": "2bac6519-0fa5-4bbc-ab6f-13f6fe4a94d0",
"name": "When clicking \u2018Execute workflow\u2019"
},
{
"parameters": {
"command": "python D:\\Study\\Projects\\clara-agent-pipeline\\main.py\n"
},
"type": "n8n-nodes-base.executeCommand",
"typeVersion": 1,
"position": [
208,
0
],
"id": "41e541c8-cb47-446a-8863-c45ec1d67494",
"name": "Execute Command"
}
],
"connections": {
"When clicking \u2018Execute workflow\u2019": {
"main": [
[
{
"node": "Execute Command",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1",
"binaryMode": "separate",
"availableInMCP": false
},
"versionId": "afd5d3ba-04f9-41a7-b639-65d3998837b8",
"id": "RdEFu9Ec57foHS7I",
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
N8N Pipeline. Uses executeCommand. Event-driven trigger; 2 nodes.
Source: https://github.com/Soumik-R/clara-agent-pipeline/blob/bd26850330ceddc13b3fa79412e9105cc1fb5f37/workflows/n8n_pipeline.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.
Clara Pipeline B - Onboarding to Agent v2. Uses executeCommand, readBinaryFile. Event-driven trigger; 6 nodes.
Clara Answers - Transcript to Agent Config Pipeline. Uses executeCommand. Event-driven trigger; 3 nodes.
Clara Pipeline A - Demo to Agent v1. Uses executeCommand, readBinaryFile. Event-driven trigger; 7 nodes.
findWebsite. Uses executeWorkflowTrigger, executeCommand, agent, lmChatOllama. Event-driven trigger; 4 nodes.
This workflow creates a multi-talented AI assistant named Simran that interacts with users via Telegram. It can handle text and voice messages, understand the user's intent, and perform various tasks.