Automate Your Content Workflow: Telegram to Readeck & Hoarder
detail.loadingPreview
Effortlessly capture and organize content from your Telegram channels. This workflow automatically saves new links shared in Telegram to your Readeck and Hoarder accounts, ensuring you never miss valuable information.
About This Workflow
This powerful n8n workflow streamlines your content aggregation process by bridging the gap between Telegram and your preferred bookmarking services, Readeck and Hoarder. It's designed to automatically monitor a specified Telegram channel for new link shares. Upon detection, the workflow intelligently checks if the link already exists in your Readeck or Hoarder accounts to prevent duplicates. If the link is new, it's seamlessly added to both platforms, creating a centralized and organized repository of your curated content. This eliminates manual copy-pasting and ensures your important discoveries are always accessible and organized.
Key Features
- Scheduled Monitoring: Automatically scans your Telegram channel at regular intervals (hourly by default).
- Duplicate Prevention: Intelligently checks for existing links in Readeck and Hoarder before saving.
- Dual Archiving: Simultaneously saves new links to both Readeck and Hoarder.
- Environment Variable Configuration: Easily manage API keys and server URLs using environment variables for secure and flexible setup.
- Customizable Channel ID: Target specific Telegram channels for content capture.
How To Use
- Set up Environment Variables: Ensure you have the following environment variables configured in your n8n instance:
TG_SHERLINK_ID(the ID of your Telegram channel),READECK_SERVER,READECK_API_KEY,HOARDER_SERVER, andHOARDER_API_KEY. - Configure Schedule Trigger: Adjust the
Schedule Triggernode to set the desired frequency for checking Telegram (e.g., every hour). - Connect Telegram: Ensure the
channel_items_tgnode (not shown in snippet but implied byd4e83b9d-5988-46f4-b853-86daec274dba) is correctly set up to fetch messages from your specified Telegram channel. - Define Saved Links: The
get_links_rdandget_links_hdnodes fetch existing bookmarks from Readeck and Hoarder respectively. Ensure their URLs and authentication are correctly configured. - Filter New Links: The
not_saved_links_rdandnot_saved_links_hdnodes use JavaScript to filter out links that already exist in your Readeck and Hoarder accounts. - Save New Links: The
save_link_rdandsave_link_hdnodes are configured to POST new, unique links to your Readeck and Hoarder APIs. Verify the API endpoints and body parameters match your service's requirements. - Activate the Workflow: Once configured, activate the workflow to begin automatic content synchronization.
Apps Used
Workflow JSON
{
"id": "455916b0-3bbc-4548-a254-036ed65b7112",
"name": "Automate Your Content Workflow: Telegram to Readeck & Hoarder",
"nodes": 22,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 455916b0-3bbc...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Related Workflows
Discover more workflows you might like
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.