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
- Import this workflow into n8n.
- Configure the Cron node if you want a different send time.
- Add your Telegram bot credentials in n8n and set the chatId in the Telegram node (replace “YOUR_CHAT_ID”).
- Activate the workflow to start sending daily reminders.

