Block 1 - Error Handler Trigger
- Type / Role
- n8n-nodes-base.errorTrigger - errorTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Description This workflow analyzes real time stock market sentiment and intent from public social media discussions and converts those signals into operations ready a...
n8n-nodes-base.errortrigger, n8n-nodes-base.slack, n8n-nodes-base.stickynote, n8n-nodes-base.webhook, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.mcpclienttool, @n8n/n8n-nodes-langchain.lmchatopenai
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Rahul Joshi.
Original n8n.io sourceThis workflow analyzes real-time stock market sentiment and intent from public social media discussions and converts those signals into operations-ready actions. It exposes a webhook endpoint where a stock-marketβrelated query can be submitted (for example, a stock, sector, index, or market event). The workflow then scans Twitter/X and Instagram for recent public discussions that indicate buying interest, selling pressure, fear, uncertainty, or emerging opportunities. An AI agent classifies each signal by intent type, sentiment, urgency, and strength. These insights are transformed into a prioritized Asana task for market or research teams and a concise Slack alert for leadership visibility. Built-in validation and error handling ensure reliable execution and fast debugging. This automation removes the need for manual social monitoring while keeping teams informed of emerging market risks and opportunities.
This template is designed for self-hosted n8n installations only. It relies on external MCP tools and custom AI orchestration that are not supported on n8n Cloud.
β’ Self-hosted n8n instance β’ OpenAI and Azure OpenAI API credentials β’ MCP (Xpoz) social intelligence credentials β’ Asana OAuth credentials β’ Slack API credentials
β’ Adjust intent and sentiment classification rules in AI prompts β’ Modify task priority logic or due-date rules β’ Extend outputs to email reports or dashboards if required
β Real-time market sentiment detection from social media β Converts unstructured signals into actionable tasks β Provides leadership-ready Slack alerts β Eliminates manual market monitoring β Built-in validation and error visibility
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Analyze stock sentiment with GPT-4o and create Asana tasks with Slack alerts |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Crypto Trading, AI RAG |
| Author | Rahul Joshi |
| Published | 05 Jan 2026 |
Use the JSON export at /data/workflows/12498/12498.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Description This workflow analyzes real time stock market sentiment and intent from public social media discussions and converts those signals into operations ready a...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Crypto Trading, AI RAG use case.