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": "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
}
]
]
}
}
}
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Manual Snapshot Validation. Uses n8n-nodes-market-sentiment. Event-driven trigger; 2 nodes.
Reagendamiento. Uses executeWorkflowTrigger, redis, n8n-nodes-evolution-api, dataTable. Event-driven trigger; 73 nodes.
Blotato. Uses googleSheets, @blotato/n8n-nodes-blotato. Event-driven trigger; 65 nodes.
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.
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.