Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
What this template does Collects the latest crypto news from multiple RSS feeds, filters and deduplicates them, uses OpenAI GPT 4 to analyze and select the top stories, translates and formats them ...
n8n-nodes-base.stickynote, n8n-nodes-base.rssfeedread, n8n-nodes-base.scheduletrigger, n8n-nodes-base.merge, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.telegram, @n8n/n8n-nodes-langchain.lmchatopenai
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Ivan Maksiuta.
Original n8n.io sourceWhat this template does
Collects the latest crypto news from multiple RSS feeds, filters and deduplicates them, uses OpenAI GPT-4 to analyze and select the top stories, translates and formats them into Russian, and posts a digest to a Telegram channel or group. The workflow runs automatically on a schedule and ensures all messages fit Telegram’s 4096-character limit.
How it works (high level)
RSS Sources: Reads fresh items from CoinDesk, Cointelegraph, Decrypt, Cryptobriefing, and Nulltx.
Filter & Deduplicate: Keeps only unique items from the last 24 hours.
AI Analysis (Crypto Analyst): An OpenAI agent identifies the most important events and selects the best article for each.
AI Formatting (SMM Editor): Another OpenAI agent writes a styled digest in Russian with Telegram-compatible HTML formatting.
Message Preparation: Long texts are split into safe chunks ≤ 4096 characters.
Telegram Post: The digest is posted automatically to your configured Telegram channel or group.
Prerequisites
n8n Cloud or n8n >= 1.107.4
Credentials:
OpenAI (gpt-4o-mini or gpt-4.1-mini)
Telegram Bot with rights to post in your target chat
Setup (5 minutes)
Import this workflow into n8n.
Open the Telegram node “Post to Group” and set your chatId (e.g., @your_channel or numeric ID).
Connect your OpenAI and Telegram credentials.
(Optional) Adjust the Scheduler interval (default: every 3 hours).
Run once manually to test, then activate.
Customization
Add or replace RSS sources.
Modify the prompts in Crypto Analyst and SMM Editor to adapt tone, style, or language.
Swap out the Telegram node to publish on other platforms (Slack, Discord, etc.).
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 | Automated crypto news digest to Telegram with RSS feeds and GPT-4 |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Multimodal AI |
| Author | Ivan Maksiuta |
| Published | 27 Aug 2025 |
Use the JSON export at /data/workflows/7930/7930.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.
What this template does Collects the latest crypto news from multiple RSS feeds, filters and deduplicates them, uses OpenAI GPT 4 to analyze and select the top stories, translates and formats them ...
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 Multimodal AI use case.