AI Agents

Telegram automation

13 nodes 204 112 Scheduled trigger
Download

Workflow Description

An automation template combining scheduled execution with Google's Gemini language model to generate intelligent content and send it automatically via Telegram. The workflow processes data flexibly through result splitting and merging before final distribution.

How it works

  1. 1.Activate the scheduled trigger to execute the workflow at regular intervals
  2. 2.Call the Gemini model through an LLM chain to process text and generate content
  3. 3.Process and split results, then merge them as needed
  4. 4.Send generated messages automatically to Telegram channels or groups

Use cases

  • Publish daily or weekly updates to Telegram channels using AI-powered content
  • Generate periodic news summaries or reports and distribute them automatically to team groups

Requirements

  • A valid Google Gemini API key for model access
  • A Telegram bot token with message sending permissions

Service Value

Ideal as a smart automation service combining integrations and AI to produce ready-to-use results.

Apps Used

LLM Chain Gemini Telegram

Details

Trigger Scheduled trigger
Nodes 13
Apps 3
Views 204
Downloads 112

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 (13)

/

Basic LLM Chain

LLM Chain

#1

Google Gemini Chat Model

Gemini Model

#2

Schedule Trigger

Schedule Trigger

#3

CreateYearsList

Code

#4

CleanUpYearList

Set

#5

SplitOutYearList

Split Out

#6

GetFrontPage

HTTP Request

#7

ExtractDetails

HTML Page

#8

GetHeadlines

Set

#9

GetDate

Set

#10

MergeHeadlinesDate

Merge

#11

SingleJson

Aggregate

#12

Telegram

Set

#13