Telegram Daily Reminder

Telegram Daily ReminderTelegram Bots

This n8n workflow sends a daily reminder message to a Telegram chat asking the user to record activities from the previous day. It triggers on a daily Cron schedule, formats yesterday’s date, and forwards the message to a configured Telegram chat.

What You Can Do

  • Schedule a daily trigger using a Cron node
  • Dynamically generate a reminder message with the previous day’s date
  • Send the reminder to a specified Telegram chat
  • Customize send time and message format

Quick Start

  1. Import this workflow into n8n.
  2. Configure the Cron node if you want a different send time.
  3. Add your Telegram bot credentials in n8n and set the chatId in the Telegram node (replace “YOUR_CHAT_ID”).
  4. Activate the workflow to start sending daily reminders.
Flownerd