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 →
{
"name": "KisanAlert_Weather_Updates_Telegram",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
{
"field": "cronExpression",
"value": "0 6 * * *"
}
]
}
},
"id": "node_trigger_cron",
"name": "Daily 6AM Cron",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"position": [
100,
300
]
},
{
"parameters": {
"url": "http://host.docker.internal:5000/api/farms/active-list",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "x-n8n-api-key",
"value": "={{$env.JWT_SECRET}}"
}
]
},
"options": {}
},
"id": "node_fetch_farms",
"name": "Fetch Active Farms",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
280,
300
]
},
{
"parameters": {
"url": "https://api.open-meteo.com/v1/forecast",
"sendQuery": true,
"queryParameters": {
"parameters": [
{
"name": "latitude",
"value": "={{$json.latitude || 16.306}}"
},
{
"name": "longitude",
"value": "={{$json.longitude || 80.436}}"
},
{
"name": "current",
"value": "temperature_2m,relative_humidity_2m,rain"
}
]
}
},
"id": "node_open_meteo",
"name": "Query Open-Meteo",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
460,
300
]
},
{
"parameters": {
"method": "POST",
"url": "=https://generativelanguage.googleapis.com/v1/{{$env.GEMINI_FAST_MODEL || 'models/gemini-2.5-flash-lite'}}:generateContent?key={{$env.GEMINI_API_KEY}}",
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={\"contents\": [{\"parts\":[{\"text\": \"You are an agricultural advisor. Weather parameters: Temp {{$json.current.temperature_2m}}C, Rain {{$json.current.rain}}mm. Write a 1-sentence simple agricultural sowing/irrigation alert for the farmer.\"}]}]}",
"options": {}
},
"id": "node_gemini_advisory_http",
"name": "Gemini AI Advisory (HTTP)",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
640,
300
]
},
{
"parameters": {
"method": "POST",
"url": "=https://api.telegram.org/bot{{$env.TELEGRAM_BOT_TOKEN}}/sendMessage",
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={\"chat_id\": \"{{$env.TELEGRAM_CHAT_ID}}\", \"text\": \"\ud83c\udf31 Kisan Alert Advisory: {{$json.candidates[0].content.parts[0].text}}\"}",
"options": {}
},
"id": "node_telegram_notify",
"name": "Send Telegram Alert",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
820,
300
]
}
],
"connections": {
"Daily 6AM Cron": {
"main": [
[
{
"node": "Fetch Active Farms",
"type": "main",
"index": 0
}
]
]
},
"Fetch Active Farms": {
"main": [
[
{
"node": "Query Open-Meteo",
"type": "main",
"index": 0
}
]
]
},
"Query Open-Meteo": {
"main": [
[
{
"node": "Gemini AI Advisory (HTTP)",
"type": "main",
"index": 0
}
]
]
},
"Gemini AI Advisory (HTTP)": {
"main": [
[
{
"node": "Send Telegram Alert",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
KisanAlert_Weather_Updates_Telegram. Uses httpRequest. Scheduled trigger; 5 nodes.
Source: https://github.com/neelshet007/kissanalert/blob/f03c07511e5b5d7bc1a3561d348dd3d04af821b2/n8n/weather_update_sms.json — 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.
This workflow is designed for engineering teams, project managers, and IT operations who need consistent visibility into team availability across multiple projects. It’s perfect for organizations that
⚠️ Heads up: this is satire. The "Hell Yeah!" workflow is a parody of "automate your whole life with AI agents" grindset content. The API endpoints are fictional and the function nodes are illustrativ
This workflow tracks a configurable crypto watchlist using the CoinGecko API, sends Telegram alerts when price, % change, or volume-spike conditions are met (with optional RSI filtering), optionally l
This professional-grade n8n workflow automation is designed for crypto traders, investors, and market analysts who need real-time volume change alerts across different market cap segments. Whether you
This workflow is an automated system that tracks End-of-Life (EOL) dates for software and technologies used across your projects. It eliminates the need to manually monitor EOL dates in spreadsheets o