Web Scraping & Data Extraction
Send daily weather updates via a push notification using the Pushcut node
Send daily weather updates via a push notification using the Pushcut node
Scheduled
Medium
3
Nodes
Scheduled
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
3
Node Types
0
Workflow JSON
1.6 KB
{
"id": "82",
"name": "Send daily weather updates via a push notification using the Pushcut node",
"nodes": [
{
"name": "Pushcut",
"type": "n8n-nodes-base.pushcut",
"position": [
1050,
420
],
"parameters": {
"additionalFields": {
"text": "=Hey! The temperature outside is {{$node[\"OpenWeatherMap\"].json[\"main\"][\"temp\"]}}°C.",
"title": "Today's Weather Update"
},
"notificationName": "n8n"
},
"credentials": {
"pushcutApi": "Pushcut Credentials"
},
"typeVersion": 1
},
{
"name": "OpenWeatherMap",
"type": "n8n-nodes-base.openWeatherMap",
"position": [
850,
420
],
"parameters": {
"cityName": "berlin"
},
"credentials": {
"openWeatherMapApi": "open-weather-map"
},
"typeVersion": 1
},
{
"name": "Cron",
"type": "n8n-nodes-base.cron",
"position"...Showing first 1000 characters. Click "Expand" to view the full JSON.