AutomationFlowsGeneral › Echo Brand Voice Analysis (processor)

Echo Brand Voice Analysis (processor)

Echo Brand Voice Analysis (Processor). Uses executeWorkflowTrigger. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesExecute Workflow Trigger
General Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ Added:

This workflow corresponds to n8n.io template #echo-processor-v2 — we link there as the canonical source.

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": "Echo Brand Voice Analysis (Processor)",
  "description": "Background processor for Echo brand voice analysis. Called by Echo Trigger workflow. Runs 14 analysis steps sequentially, then emails results.",
  "nodes": [
    {
      "parameters": {
        "inputSource": "passthrough"
      },
      "id": "execute-workflow-trigger",
      "name": "Called by Trigger Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "typeVersion": 1.1,
      "position": [
        -1328,
        800
      ]
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "voice-type",
              "name": "Voice Type",
              "value": "={{ $json.voice_type || 'personal' }}",
              "type": "string"
            },
            {
              "id": "person-name",
              "name": "Person Name",
              "value": "={{ $json.person_name || '' }}",
              "type": "string"
            },
            {
              "id": "company-name",
              "name": "Company Name",
              "value": "={{ $json.company_name || '' }}",
              "type": "string"
            },
            {
              "id": "writing-samples",
              "name": "Writing Samples",
              "value": "={{ $json.writing_samples || '' }}",
              "type": "string"
            },
            {
              "id": "company-materials",
              "name": "Company Materials",
              "value": "={{ $json.company_materials || '' }}",
              "type": "string"
            },
            {
              "id": "skip-qc",
              "name": "Skip QC Validation",
              "value": "={{ $json.skip_qc ? 'Yes (Save ~$0.03)' : 'No (Recommended)' }}",
              "type": "string"
            },
            {
              "id": "student-email",
              "name": "student_email",
              "value": "={{ $json.student_email || 'student@example.com' }}",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "id": "normalize-external-input",
      "name": "Normalize External Input",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        -1104,
        800
      ]
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "claude-key",
              "name": "claude_api_key",
              "value": "YOUR_ANTHROPIC_API_KEY_HERE",
              "type": "string"
            },
            {
              "id": "min-words",
              "name": "min_word_count",
              "value": 500,
              "type": "number"
            }
          ]
        },
        "options": {}
      },
      "id": "b0bd702a-2bb5-453f-b756-971f076af931",
      "name": "Configuration",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        -880,
        1056
      ],
      "notes": "CONFIGURE HERE: Replace YOUR_ANTHROPIC_API_KEY_HERE with your actual Anthropic API key"
    }
  ],
  "connections": {
    "Called by Trigger Workflow": {
      "main": [
        [
          {
            "node": "Normalize External Input",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Normalize External Input": {
      "main": [
        [
          {
            "node": "Configuration",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1",
    "callerPolicy": "workflowsFromSameOwner"
  },
  "meta": {
    "templateId": "echo-processor-v2",
    "description": "Sequential 14-step voice analysis with email delivery. Requires: Anthropic API key, Gmail OAuth2 credential.",
    "setupInstructions": [
      "1. Replace YOUR_ANTHROPIC_API_KEY_HERE in Configuration node with your Anthropic API key",
      "2. Connect Gmail OAuth2 credential to Send Results Email node",
      "3. Import Echo Trigger workflow and link the two workflows"
    ]
  }
}
Pro

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

About this workflow

Echo Brand Voice Analysis (Processor). Uses executeWorkflowTrigger. Event-driven trigger; 3 nodes.

Source: https://github.com/8Dvibes/mindvalley-ai-mastery-students/blob/main/workflows/archive/echo-processor-v2-2025-12-05.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

Kb Tool Confluence Knowledge Base. Uses executeWorkflowTrigger, httpRequest, stickyNote. Event-driven trigger; 7 nodes.

Execute Workflow Trigger, HTTP Request
General

send_image. Uses executeWorkflowTrigger, dataTable, n8n-nodes-evolution-api-english, httpRequest. Event-driven trigger; 5 nodes.

Execute Workflow Trigger, Data Table, N8N Nodes Evolution Api English +1
General

Invoice. Uses executeWorkflowTrigger, httpRequest. Event-driven trigger; 4 nodes.

Execute Workflow Trigger, HTTP Request
General

tableToSheet. Uses executeWorkflowTrigger, dataTable, googleSheets. Event-driven trigger; 3 nodes.

Execute Workflow Trigger, Data Table, Google Sheets
General

This workflow is designed to create and attach notes or comments to any record in your Odoo instance. It acts as a sub-workflow that can be triggered by a main workflow to log messages or comments in

Execute Workflow Trigger, Odoo