Use this efficient n8n workflow template to create location-based, time-sensitive reminders sent directly to Telegram. Ideal for chores like bin collection, triggered upon arrival home.
Download this n8n workflow template and start using it instantly.
Individuals needing reliable, context-aware reminders for recurring chores (e.g., bin night).
Users leveraging iOS shortcuts or geo-fencing services to generate webhooks.
Automation enthusiasts looking for practical n8n templates for home automation.
Developers needing an example of using the n8n webhook trigger combined with time-based logic.
This powerful automation solves the common problem of forgetting essential, time-sensitive chores, like taking out the rubbish, which often correlates with arriving home. By utilizing a webhook, potentially triggered by an iOS geo-fencing shortcut or a similar service, this specific n8n workflow checks if the trigger occurred on the correct day (Wednesday) and after a specific time (4 PM). This ensures the reminder is timely and contextually relevant. This robust n8n workflow demonstrates how to combine location data, date-time constraints, and messaging actions into a single, reliable system. It’s an essential piece of home automation using the core logic capabilities of the n8n node ecosystem.
This n8n workflow operates in a precise sequence:
$now expression to analyze the current time and day. It checks two conditions simultaneously: that the day of the week is Wednesday (weekday 3) AND that the current time is after 4:00 PM.To deploy this location-based n8n workflow, follow these steps:
chatId configured, which this n8n template uses as an expression ({{ $chat_id }}). Replace this expression with your actual Telegram chat ID or ensure your upstream data provides it.This n8n workflow utilizes three crucial n8n node types to achieve its goal:
Listen for Location Trigger (Webhook n8n trigger):
Function: Serves as the starting point (n8n trigger). It waits for an external HTTP request from a geo-fencing service indicating arrival at a location.
Key Configuration: Configured with a unique path (URL fragment) to ensure proper routing.
If Today is Wednesday and After 4 PM (If n8n node):
Function: Implements the core logic and flow control. It filters the incoming trigger based on time and day constraints.
Key Configuration: Uses two dateTime conditions combined with an 'AND' operator: 1) Checks if the current time ({{ $now }}) is after 16:00:00, and 2) Checks if the weekday ({{ $now.weekday }}) equals 3 (Wednesday).
Send a Reminder (Telegram n8n node):
Function: The final action, responsible for sending the contextualized reminder message.
* Key Configuration: Requires valid Telegram API Credentials. The message text is defined as 'Don't forget to take the bins out.' The chatId is set using an expression ({{ $chat_id }}) which must be resolved either from input data or replaced manually.
Use this advanced n8n workflow to build a powerful local Agentic RAG system using Ollama, PGVector, and PostgreSQL. Process PDFs, CSVs, and Excel files automatically for intelligent question answering. Ideal for self-hosted n8n templates.

Learn how to deploy a private Retrieval Augmented Generation (RAG) system. This n8n workflow uses local Ollama models for embeddings and LLM, integrating with Qdrant for vector storage.

Use this robust n8n workflow to automate the loading of JSON documents from an FTP server, embedding them using OpenAI, and storing the resulting vectors efficiently in a Qdrant database. Essential for RAG systems.

Use this powerful n8n workflow to automate logging your daily mood and local weather conditions directly to Notion using a Telegram input. This n8n template ensures consistent personal data tracking.

A robust n8n workflow to automatically log e-commerce orders into dynamically created monthly Google Sheets tabs, complete with conditional formatting and status tracking. Start building custom n8n templates today.








































