Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
AlphaInsider Telegram Chat Bot Automate trading on AlphaInsider by monitoring Telegram messages. Uses AI to analyze signals and execute trades, create posts, or answer q...
n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.telegram, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-base.switch, n8n-nodes-base.httprequest, n8n-nodes-base.code
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by AlphaInsider.
Original n8n.io sourceAutomate trading on AlphaInsider by monitoring Telegram messages. Uses AI to analyze signals and execute trades, create posts, or answer questions.
Message Flow:
Telegram → Route (DM/Channel) → Detect Type (Text/Voice) → Transcribe (if voice) →
Global Settings → Fetch Positions → AI Analysis → Route Action (Trade/Post/Q&A) →
Execute → Reply (if DM)
Three AI Actions:
The AI agent analyzes messages with current portfolio context, determines intent, and routes to the appropriate action.
Telegram API:
OpenAI API:
AlphaInsider API:
Global Settings Node:
https://alphainsider.com/strategy/niAlE-cMI8TdsYQllZLmf, Strategy ID: niAlE-cMI8TdsYQllZLmf)["SYMBOL:EXCHANGE"] format, or leave as [] for allChannel Check Node (optional):
-1001234567890)Toggle Active in the workflow editor. Your bot is now monitoring Telegram.
Trade Signals (action = trade):
Posts (action = post):
Q&A (action = none):
Allocation Rules:
Buy Signal:
Message: "Extremely bullish on Nvidia. Adding more NVDA"
Current: 50% TSLA
Result: 150% NVDA + 50% TSLA = 200%
Reallocation:
Message: "Selling Tesla to buy Microsoft"
Current: 100% TSLA
Result: 100% MSFT (TSLA closed)
Post to Audience:
Message: "Bitcoin breaking key resistance at $45k!"
Result: Post created on AlphaInsider
Position Query:
Message: "What are my current positions?"
Reply: "Your current positions are: TSLA:NASDAQ long 100%, MSFT:NASDAQ long 50%."
| Issue | Solution |
|---|---|
| Webhook not triggering | Verify bot is admin in channel with correct permissions |
| AI not trading | Ensure messages contain clear action words (buying, selling, closing) |
| Trades not executing | Verify AlphaInsider credentials and strategy_id |
| Voice messages failing | Check OpenAI API key in Transcribe Voice Message node |
| Wrong channel messages | Update channel_id in Channel Check node |
| Not replying to DMs | Verify Telegram credentials in User Reply node |
Open Parse Stock Allocations node to modify trading logic:
Trading involves risk. Always test thoroughly before using with real money. Start with small allocations and security whitelists. Users are responsible for their own trading decisions and risk management.
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.
Showing the first 24 of 26 workflow blocks. Download the JSON for the full node graph.
| Workflow | Control AlphaInsider stock and crypto portfolios from Telegram text and voice |
|---|---|
| Complexity | advanced |
| Nodes | 26 |
| Categories | Crypto Trading, AI Chatbot |
| Author | AlphaInsider |
| Published | 02 Mar 2026 |
Use the JSON export at /data/workflows/13816/13816.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.
AlphaInsider Telegram Chat Bot Automate trading on AlphaInsider by monitoring Telegram messages. Uses AI to analyze signals and execute trades, create posts, or answer q...
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 Chatbot use case.