Developer & DevOps

Send scheduled notifications to Telegram using Cron

7 nodes 273 160 Automatic trigger
Download

Workflow Description

Automated workflow that delivers periodic messages to Telegram based on a defined Cron schedule, with built-in support for RSS data ingestion and AWS SES email notifications for enhanced alert capabilities.

How it works

  1. 1.Trigger the workflow using a Cron schedule with your desired time interval
  2. 2.Read data from an RSS feed source if available, or process data using a custom function
  3. 3.Send the formatted message to your specified Telegram channel or chat
  4. 4.Optionally send an additional email notification via AWS SES for critical alerts

Use cases

  • Deliver security alerts and system updates to your development team on a fixed schedule
  • Publish RSS feed summaries or news updates to a Telegram group every hour or daily
  • Notify your operations team with monitoring reports and performance metrics automatically

Requirements

  • Active Telegram channel or chat with a valid Bot API token
  • Properly formatted Cron expression matching your preferred schedule
  • Optional RSS feed URL if you want to pull external content automatically
  • AWS account with configured SES credentials for additional email notifications

Service Value

Ready-made workflow template for automation delivery and service execution.

Apps Used

Rss Feed Read Schedule Telegram Aws Ses

Details

Trigger Automatic trigger
Nodes 7
Apps 4
Views 273
Downloads 160

How to Use

  1. 1.Click "Download Template"
  2. 2.Open your n8n dashboard
  3. 3.Go to Workflows > Import from File
  4. 4.Select downloaded file and configure credentials

Nodes Used (7)

On clicking 'execute'

Manual Trigger

#1

RSS Feed Read

Rss Feed Read

#2

IF

If

#3

Cron

Cron

#4

Filter by current day

Function

#5

Telegram

Set

#6

AWS SES

Aws Ses

#7