Workflow: Manual Openweathermap Import

Workflow Details

Download Workflow
{
    "id": "88",
    "name": "Get the current weather data for a city",
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "OpenWeatherMap",
            "type": "n8n-nodes-base.openWeatherMap",
            "position": [
                450,
                300
            ],
            "parameters": {
                "cityName": "berlin,de"
            },
            "credentials": {
                "openWeatherMapApi": ""
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "OpenWeatherMap": {
            "main": [
                []
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "OpenWeatherMap",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Limit Code Create Scheduled
View
Webhook Respondtowebhook Create Webhook
View
FetchGithubIssues
View
Webhook Respondtowebhook Process Webhook
View
General 3D Presentation
View
Splitout Limit Send Webhook
View
Manual Automate Triggered
View
Splitout Filter Process Webhook
View
Rssfeedread Telegram Create Scheduled
View
Wait Schedule Create Webhook
View