n8n_check

Automated workflow for n8n that checks RSS feeds for new releases every day at 10 AM, 2 PM, and 6 PM. It filters updates from the last 4 hours and sends notifications via Telegram and AWS SES, ensuring you never miss important updates.

7/8/2025
7 nodes
Complex
schedulecomplexrssfeedreadtelegramawssesautomationlogicconditionalcodecustomcommunicationbot
Categories:
Communication & MessagingSchedule TriggeredComplex WorkflowMarketing & Advertising Automation
Integrations:
RssFeedReadTelegramAwsSes

Target Audience

  • Developers: Those looking to automate notifications for new releases in their projects.
    - Product Managers: Individuals who need to stay updated on product releases and updates.
    - Tech Enthusiasts: Users interested in receiving timely updates about new software versions.
    - Automation Fans: Anyone interested in leveraging automation tools like n8n for their workflows.
  • Problem Solved

    This workflow addresses the need for timely notifications regarding new releases from the n8n GitHub repository. By automating the process of checking for updates and sending notifications via Telegram and AWS SES, users can stay informed without manual intervention.

    Workflow Steps

  • Trigger: The workflow is scheduled to run at specific times (10 AM, 2 PM, and 6 PM) using a Cron node.
    - RSS Feed Read: The workflow reads the RSS feed from the n8n GitHub releases page to fetch the latest updates.
    - Filter by Current Day: A Function node processes the feed to filter releases published in the last 4 hours that contain specific keywords (like 'n8n@').
    - Conditional Check: An IF node checks if there are any new releases that match the criteria.
    - Notifications: If new releases are found, the workflow sends notifications through Telegram and AWS SES to alert users about the updates.
  • Customization Guide

  • Change RSS Feed URL: Users can modify the RSS feed URL in the RSS Feed Read node to track different sources.
    - Adjust Notification Schedule: The Cron node can be updated with a different cron expression to change when the workflow runs.
    - Modify Filter Logic: The Function node can be tailored to include or exclude different keywords based on user preferences.
    - Customize Notification Content: Users can edit the message format in the Telegram and AWS SES nodes to personalize the notification content.