AutomationFlowsGeneral › Manual Enrichment Validation

Manual Enrichment Validation

Manual Enrichment Validation. Uses n8n-nodes-market-sentiment. Event-driven trigger; 3 nodes.

Event trigger★★★★☆ complexity3 nodesN8N Nodes Market Sentiment
General Trigger: Event 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": "Manual Enrichment Validation",
  "nodes": [
    {
      "parameters": {},
      "id": "1",
      "name": "When clicking \"Test workflow\"",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        200,
        300
      ]
    },
    {
      "parameters": {
        "language": "javaScript",
        "jsCode": "return ['AAPL', 'NVDA', 'PLTR', 'TSLA'].map((symbol) => ({ json: { symbol } }));"
      },
      "id": "2",
      "name": "Seed Watchlist",
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        430,
        300
      ]
    },
    {
      "parameters": {
        "operation": "enrichIncomingItems",
        "tickerField": "symbol",
        "targetField": "marketSentiment",
        "days": 7,
        "sources": [
          "reddit",
          "x",
          "news"
        ],
        "includeSources": true
      },
      "id": "3",
      "name": "Market Sentiment",
      "type": "n8n-nodes-market-sentiment.marketSentiment",
      "typeVersion": 1,
      "position": [
        710,
        300
      ]
    }
  ],
  "connections": {
    "When clicking \"Test workflow\"": {
      "main": [
        [
          {
            "node": "Seed Watchlist",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Seed Watchlist": {
      "main": [
        [
          {
            "node": "Market Sentiment",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Pro

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

About this workflow

Manual Enrichment Validation. Uses n8n-nodes-market-sentiment. Event-driven trigger; 3 nodes.

Source: https://github.com/adanos-software/n8n-nodes-market-sentiment/blob/main/examples/manual-enrichment-validation.workflow.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

Manual Snapshot Validation. Uses n8n-nodes-market-sentiment. Event-driven trigger; 2 nodes.

N8N Nodes Market Sentiment
General

Reagendamiento. Uses executeWorkflowTrigger, redis, n8n-nodes-evolution-api, dataTable. Event-driven trigger; 73 nodes.

Execute Workflow Trigger, Redis, N8N Nodes Evolution Api +2
General

Blotato. Uses googleSheets, @blotato/n8n-nodes-blotato. Event-driven trigger; 65 nodes.

Google Sheets, @Blotato/N8N Nodes Blotato
General

This template is a hands-on, practical exam designed to help you master n8n Expressions—the key to accessing and manipulating data in your workflows.

Stop And Error
General

This template is a hands-on, practical exam designed to test your understanding of the fundamental JSON data types. It's the perfect way to solidify your knowledge after learning the basics.

Stop And Error