This n8n workflow automates the process of fetching current weather data for a specified city and sending a detailed daily email report. It is designed to run on a scheduled basis, such as every morning at 8 AM, providing a convenient way to stay updated with weather conditions without manual effort.
The workflow begins with a cron trigger set for daily execution. It then makes an HTTP request to the OpenWeatherMap API to retrieve weather information for a user-defined city. Next, it processes and formats this data into a friendly report using a code node, highlighting key weather details such as temperature, humidity, weather conditions, and wind speed.
Finally, the workflow sends the weather report via Gmail to a specified email address, ensuring timely delivery of the daily update. Additionally, sticky notes in the workflow provide setup instructions and context for users.
This automation is ideal for individuals or businesses seeking consistent daily weather updates, automated report generation, or personalized notifications, reducing the need for manual checks and ensuring important updates are never missed.
Reviews
There are no reviews yet.