Web Scraping & Data Extraction
1222 Openweathermap Webhook Create Webhook
1222 Openweathermap Webhook Create Webhook
Webhook
Medium
4
Nodes
Webhook
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
4
Node Types
0
Workflow JSON
2.23 KB
{
"name": "1222 Openweathermap Webhook Create Webhook",
"nodes": [
{
"name": "OpenWeatherMap",
"type": "n8n-nodes-base.openWeatherMap",
"position": [
900,
300
],
"parameters": {
"cityName": "={{ $json[\"city\"] }}",
"language": "en"
},
"credentials": {
"openWeatherMapApi": ""
},
"typeVersion": 1
},
{
"name": "Webhook GET",
"type": "n8n-nodes-base.webhook",
"position": [
500,
300
],
"webhookId": "a31f0bbd-a583-470e-9a1e-29a9ce778122",
"parameters": {
"path": "weather",
"options": {
"responsePropertyName": "data"
},
"responseMode": "lastNode"
},
"typeVersion": 1
},
{
"name": "Set City",
"type": "n8n-nodes-base.set",
"position": [
700,
300
],
"parameters": {
"values": {
"string": [
{
...Showing first 1000 characters. Click "Expand" to view the full JSON.