Daily Weather Push Notifications with Spontit
detail.loadingPreview
Automate daily weather updates sent via Spontit push notifications.
About This Workflow
This workflow leverages the Cron node to trigger daily at 9 AM, fetches current weather data for Berlin using the OpenWeatherMap node, and then sends a customized push notification with the temperature via the Spontit node.
Key Features
- Scheduled daily execution (9 AM).
- Real-time weather data retrieval for a specified city.
- Customizable push notification content and title.
- Integration with Spontit for push notifications.
How To Use
- Cron Node: Configure the
triggerTimesto set the desired daily execution time (default is 9 AM). - OpenWeatherMap Node: Enter the
cityNamefor which you want weather updates. Ensure you have configured yourowmcredentials. - Spontit Node: Customize the
contentfield to include the temperature using the expression{{$node["OpenWeatherMap"].json["main"]["temp"]}}. Set thepushTitlefor your notification. Ensure you have configured yourspontitcredentials. - Activate the workflow.
Apps Used
Workflow JSON
{
"id": "86716a70-20c1-4e7d-be22-834f83fb9d18",
"name": "Daily Weather Push Notifications with Spontit",
"nodes": 11,
"category": "Personal Automation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 86716a70-20c1...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Related Workflows
Discover more workflows you might like
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Automate Local Business Outreach with AI-Powered Yelp Scraper
This workflow automates the process of scraping local business details from Yelp using AI, then leverages that data to send personalized partnership proposals via Gmail. It's perfect for sales and marketing teams looking to streamline lead generation and outreach campaigns.
Automate Getty Images Editorial Search & CMS Integration
This n8n workflow automates searching for editorial images on Getty Images, extracts key details and embed codes, and prepares them for seamless integration into your Content Management System (CMS), streamlining your content creation process.