The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "141",
"name": "Send daily weather updates via a push notification using Spontit",
"nodes": [
{
"name": "Cron",
"type": "n8n-nodes-base.cron",
"position": [
810,
340
],
"parameters": {
"triggerTimes": {
"item": [
{
"hour": 9
}
]
}
},
"typeVersion": 1
},
{
"name": "OpenWeatherMap",
"type": "n8n-nodes-base.openWeatherMap",
"position": [
1010,
340
],
"parameters": {
"cityName": "berlin"
},
"credentials": {
"openWeatherMapApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "Spontit",
"type": "n8n-nodes-base.spontit",
"position": [
1210,
340
],
"parameters": {
"content": "=Hey! The temperature outside is {{$node[\"OpenWeatherMap\"].json[\"main\"][\"temp\"]}}\u00b0C.",
"additionalFields": {
"pushTitle": "Today's Weather Update"
}
},
"credentials": {
"spontitApi": "<your credential>"
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"Cron": {
"main": [
[
{
"node": "OpenWeatherMap",
"type": "main",
"index": 0
}
]
]
},
"OpenWeatherMap": {
"main": [
[
{
"node": "Spontit",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
openWeatherMapApispontitApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Send daily weather updates via a push notification using Spontit. Uses openWeatherMap, spontit. Scheduled trigger; 3 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Send Daily Weather Updates Via A Push Notification Using Spontit. Uses openWeatherMap, spontit. Scheduled trigger; 3 nodes.
Creating your first workflow. Uses openWeatherMap, twilio, noOp. Scheduled trigger; 5 nodes.
Send Daily Weather Updates Via A Message Using The Gotify Node. Uses openWeatherMap, gotify. Scheduled trigger; 3 nodes.
Send daily weather updates via a message in Line. Uses line, openWeatherMap. Scheduled trigger; 3 nodes.
Openweathermap Cron. Uses plivo, openWeatherMap. Scheduled trigger; 3 nodes.