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 Snapshot Validation",
"nodes": [
{
"parameters": {},
"id": "1",
"name": "When clicking \"Test workflow\"",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
260,
300
]
},
{
"parameters": {
"operation": "getStockSnapshot",
"tickers": "AAPL,NVDA,TSLA,AMD",
"sources": [
"reddit",
"x",
"news",
"polymarket"
],
"days": 7,
"outputMode": "combined"
},
"id": "2",
"name": "Market Sentiment",
"type": "n8n-nodes-market-sentiment.marketSentiment",
"typeVersion": 1,
"position": [
540,
300
]
}
],
"connections": {
"When clicking \"Test workflow\"": {
"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 Snapshot Validation. Uses n8n-nodes-market-sentiment. Event-driven trigger; 2 nodes.
Source: https://github.com/adanos-software/n8n-nodes-market-sentiment/blob/main/examples/manual-snapshot-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 Enrichment Validation. Uses n8n-nodes-market-sentiment. Event-driven trigger; 3 nodes.
Protect Pdf With The Password Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 7 nodes.
Kb Tool Confluence Knowledge Base. Uses executeWorkflowTrigger, httpRequest, stickyNote. Event-driven trigger; 7 nodes.
N8N Español - Ejemplos. Uses manualTrigger, executeCommand. Event-driven trigger; 7 nodes.
Manual Stickynote. Uses graphql, manualTrigger, stickyNote. Event-driven trigger; 7 nodes.