Skip to content
FlowHubFluxonLab
MySQL
MySQLfree

Cron routines with Telegram

by Hermilioadapted from n8n official workflow galleryUpdated Aug 2026
RequiresMySQLMySQLTelegramTelegram
Share Post Share
MaOn clicking 'execute'On clicking 'ex…CrCronTelegramTelegram1WeWebhooklimparPacoteCliente1limparPacoteCli…limpaPacoteCliente0limpaPacoteClie…12345678
1/5
STEPS · 8
Run manually by an operator

Executes schedule routines, and triggers alerts via telegram

Tags

n8nreference-onlymy-sqltelegram
Connects
mysqlMySQLtelegramTelegram
CategoryMySQL
Triggermanual
Complexitymedium
Nodes7
AddedDec 15, 2021

Related workflows

See all MySQL
Wmysqlpostgres
free

Join data from Postgres and MySQL

query data from two different databases handle and unify in a single return

by Hermilio
mysql
free

Create a table in MySQL and insert data

Companion workflow for MySQL node docs

by amudhan
mysql
free

Purge n8n execution history located in Mysql

This workflow is useful if you have lots of tasks running daily. MySQL node (or the database used to save data shown in n8n - could be Mongo, Postgres, ... -) remove old entries from execution_entity table that contains the history of the executed workflows. If you have multiple tasks executed every minute, 1024 rows will be created every day (60 minutes x 24 hours) per every task. This will increase the table size fastly. SQL query deletes entries older than 30 days taking stoppedAt column as a reference for date calculations. You only have to setup Mysql connection properly and config cron to execute once per day in a low traffic hour, this way

by Miquel Colomer