0853 Manual Executecommand Automate Triggered

0853 Manual Executecommand Automate Triggered

Manual
Medium
4
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
4
Node Types
4

Node Types

set
Passing variables
1 node
manual Trigger
Start
1 node
execute Command
Run python script
1 node
read Binary Files
Play sound
1 node

Workflow JSON

2.07 KB
{
  "meta": {
    "instanceId": "a6d5191e58fd6be87222f47435e6f9df8f98ec0d945d3e7b7f6373c59a6c3f37",
    "templateCredsSetupCompleted": true
  },
  "name": "0853 Manual Executecommand Automate Triggered",
  "nodes": [
    {
      "id": "fcf1064e-557f-4514-9109-bb10ac837f8b",
      "name": "Run python script",
      "type": "n8n-nodes-base.executeCommand",
      "position": [
        -100,
        20
      ],
      "parameters": {
        "command": "=python C:\\KOKORO\\voicegen.py \"{{ $json.text }}\" \"{{ $json.voice }}\" 1\n"
      },
      "typeVersion": 1
    },
    {
      "id": "199a3212-69c0-4314-92c8-783573f165d7",
      "name": "Passing variables",
      "type": "n8n-nodes-base.set",
      "position": [
        -320,
        20
      ],
      "parameters": {
        "mode": "raw",
        "options": {},
        "jsonOutput": "{\n  \"voice\": \"af_sarah\",\n  \"text\": \"Hello world!\"\n}\n"
      },
      "typeVersion": 3.4
    },
    {
      "id": "deb008d0-53ae-4348-a555-9e54...

Showing first 1000 characters. Click "Expand" to view the full JSON.