Monitor new template releases with OpenAI and log insights to Telegram and Google Sheets

Go to Workflow
0 views
Built by Dr. Firas Dr. Firas
Created on July 28, 2026

Description

Quick overview
This workflow runs daily to check the public n8n Templates API for newly published templates in a chosen category, generates improvement suggestions with OpenAI, logs each new template to Google Sheets, and sends a Telegram digest (with an optional all-clear message when nothing new is found).

How it works
Runs every day at 9 AM on a schedule.
Fetches the latest templates for the configured category from the n8n Templates API.
Extracts key metadata for each template and compares template IDs against a stored β€œseen” list to detect newly published items.
For each new template, sends its details to an OpenAI chat model to generate 4–6 business-focused improvement tips.
Appends one row per new template (including the AI tips and metadata) to a Google Sheets spreadsheet.
Builds a combined digest of all new templates and posts it to a Telegram chat, or sends an optional all-clear message when no new templates are found.

Setup
Add an OpenAI API credential and select the model to use for the analysis.
Add a Google Sheets OAuth credential, then choose the target spreadsheet and sheet tab and ensure the header columns match the fields being appended.
Add a Telegram bot credential, set your Telegram chat ID in the configuration, and ensure the bot can post to that chat.
Update the configuration values (template category, number of templates to check, output language, and whether to report when none are new) and adjust the schedule time if needed.

Additional info
Monitor new n8n templates and send AI improvement tips to Telegram and Google Sheets

πŸ“₯ Open full documentation on Notion

Need help customizing?
Contact me for consulting and support : Linkedin

MY NEW YOUTUBE CHANNEL
πŸ‘‰ Subscribe to my new YouTube channel. Here I'll share videos and Shorts with practical tutorials and FREE templates for n8n.

Nodes Used (6)

Basic LLM Chain
@n8n/n8n-nodes-langchain.chainLlm
Code
n8n-nodes-base.code
Google Sheets
n8n-nodes-base.googleSheets
HTTP Request
n8n-nodes-base.httpRequest
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Telegram
n8n-nodes-base.telegram