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": "Trending Alert",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"hoursInterval": 6
}
]
}
},
"id": "1",
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
260,
300
]
},
{
"parameters": {
"operation": "getTrendingStocks",
"source": "x",
"trendingDays": 1,
"limit": 5,
"assetType": "stock"
},
"id": "2",
"name": "Market Sentiment",
"type": "n8n-nodes-market-sentiment.marketSentiment",
"typeVersion": 1,
"position": [
540,
300
]
}
],
"connections": {
"Schedule Trigger": {
"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
Trending Alert. Uses n8n-nodes-market-sentiment. Scheduled trigger; 2 nodes.
Source: https://github.com/adanos-software/n8n-nodes-market-sentiment/blob/main/examples/trending-alert.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.
Monitor Strava And Send Email Updates. Uses strava, noOp, emailSend. Scheduled trigger; 6 nodes.
Sharepoint List Fetch With Oauth Token. Uses httpRequest, scheduleTrigger, stickyNote. Scheduled trigger; 5 nodes.
CodeCanyon Comment Assistant — Auto Pipeline. Uses httpRequest. Scheduled trigger; 5 nodes.
Мониторинг + алерт. Uses httpRequest, n8n-nodes-pachca. Scheduled trigger; 4 nodes.