This workflow automates plant care reminders and records using Google Sheets, Telegram, and OpenWeather API. It checks when each plant needs watering or fertilizing, sends a personalized reminder, and lets you confirm the task with a single button. When confirmed, it updates your Google Sheet and shows a confirmation HTML page. Who is it for? Home gardeners who want to automate watering and fertilizing schedules. Anyone managing a plant collection, greenhouse, or garden and wanting a lig

This workflow automates plant care reminders and records using Google Sheets, Telegram, and OpenWeather API. It checks when each plant needs watering or fertilizing, sends a personalized reminder, and lets you confirm the task with a single button. When confirmed, it updates your Google Sheet and shows a confirmation HTML page. Who is it for? Home gardeners who want to automate watering and fertilizing schedules. Anyone managing a plant collection, greenhouse, or garden and wanting a lightweight, no-code reminder system. How it works 1. Schedule Trigger starts the workflow once per day. 2. Read Settings (Google Sheets) checks if vacationmode is active. 3. Read Plants (Google Sheets) retrieves all plants with columns such as id, plant, lastwater, waterfreq, etc. 4. DecideDue (Code Node) compares today’s date with the last watering/fertilizing date and marks which plants are due. 5. OpenWeather Request (optional) fetches local forecast for plants with coordinates and weatherdelay = true. 6. WeatherGate (Code Node) skips or delays watering if it recently rained or if rain is expected soon. 7. Telegram Send Message sends a reminder for each due task. 8. The message contains an inline button “Mark as done” linking to your webhook URL (opens confirmation window). 9. Webhook – Confirm Done receives the click, update dates on Google Sheets, appends an optional log entry, and returns an HTML confirmation page. Setup steps Principal Workflow 1. Spreadsheet- Create a Google Sheets document with: 1. plants sheet: (id, plant, lastwater, waterfreq, lastfert, fertfreq, lat, lon, weatherdelay , indoor, thirstlevel) 2. settings sheet: (vacationmode, timezone) 3. log sheet: (ts, plantid, action messageid) 2. Connect your Google account 3. Configure the Schedule Trigger 4. Enable weather integration (Get a free OpenWeather API key) and add it to the HTTP Request node parameters appid. 5. Configure Telegram with your credential and your chat id on {YOURCHATID}. 6. Configure "Send Dues" node with your custom url Setup steps Sub-Workflow (Webhook) 1. Trigger: Configure your custom Path. 2. Google Sheets: Connect your Google Account and Map sheets and columns. Requirements · A Google account with access to Google Sheets. . A spreadsheet containing three sheets with headers matching the field names used in the workflow. . A telegram bot. . OpenWeather API key for climate-aware watering. How to customise it Add plant photos: Include a photo URL column and show it in the Telegram message. Extend actions: Add pruning, repotting or any other periodic task by duplicating the existing logic.
Download the workflow JSON file after purchase.
Open n8n → click the menu → Import from File.
Select the downloaded JSON and import.
Set up credentials for each node that requires them.
Click Execute Workflow to test, then activate.
Setup guide included
Purchase to unlock the full step-by-step guide
No reviews yet
Be the first to buy and share your experience.
Leave a review
Sign in to share your experience with this workflow.
Create a free account to purchase workflows.
Need help setting this up?
Book a 3-hour live setup session with an Agility consultant.