AutomationFlowsGeneral › Clara Pipeline B - Onboarding Update

Clara Pipeline B - Onboarding Update

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

Webhook trigger★☆☆☆☆ complexity3 nodesExecute Command
General Trigger: Webhook Nodes: 3 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 Pipeline B - Onboarding Update",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "clara-onboarding",
        "options": {}
      },
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "command": "=python3 scripts/patch_memo.py outputs/accounts/{{$('Webhook').item.json.body.account_id}}/v1/v1_memo.json dataset/onboarding_calls/{{$('Webhook').item.json.body.transcript}} outputs/accounts/{{$('Webhook').item.json.body.account_id}}/v2/v2_memo.json outputs/accounts/{{$('Webhook').item.json.body.account_id}}/v2/changes.md && python3 scripts/update_tracker.py {{$('Webhook').item.json.body.account_id}} \"Pipeline B - Patching\" Success"
      },
      "name": "Patch Memo",
      "type": "n8n-nodes-base.executeCommand",
      "typeVersion": 1,
      "position": [
        450,
        300
      ]
    },
    {
      "parameters": {
        "command": "=python3 scripts/generate_agent.py outputs/accounts/{{$('Webhook').item.json.body.account_id}}/v2/v2_memo.json v2 outputs/accounts/{{$('Webhook').item.json.body.account_id}}/v2/v2_agent_spec.json"
      },
      "name": "Regenerate Agent",
      "type": "n8n-nodes-base.executeCommand",
      "typeVersion": 1,
      "position": [
        650,
        300
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "Patch Memo",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Patch Memo": {
      "main": [
        [
          {
            "node": "Regenerate Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {}
}
Pro

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

About this workflow

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

Source: https://github.com/Jatin5760/clara-automation-pipeline/blob/85e9d19391f385ec841c0e860e9dccfcd4e13a5d/workflows/Pipeline_B.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 Automation Pipeline – Run All. Uses executeCommand. Webhook trigger; 2 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