Web Scraping & Data Extraction

0006 Openweathermap Cron Automate Scheduled

0006 Openweathermap Cron Automate Scheduled

Scheduled
Medium
3
Nodes
Scheduled
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
3
Node Types
0

Workflow JSON

1.39 KB
{
  "name": "0006 Openweathermap Cron Automate Scheduled",
  "nodes": [
    {
      "name": "Plivo",
      "type": "n8n-nodes-base.plivo",
      "position": [
        1030,
        400
      ],
      "parameters": {
        "message": "=Hey! The temperature outside is {{$node[\"OpenWeatherMap\"].json[\"main\"][\"temp\"]}}°C."
      },
      "credentials": {
        "plivoApi": "Plivo API Credentials"
      },
      "typeVersion": 1
    },
    {
      "name": "OpenWeatherMap",
      "type": "n8n-nodes-base.openWeatherMap",
      "position": [
        830,
        400
      ],
      "parameters": {
        "cityName": "berlin"
      },
      "credentials": {
        "openWeatherMapApi": "owm"
      },
      "typeVersion": 1
    },
    {
      "name": "Cron",
      "type": "n8n-nodes-base.cron",
      "position": [
        630,
        400
      ],
      "parameters": {
        "triggerTimes": {
          "item": [
            {
              "hour": 9
            }
          ]
        }
...

Showing first 1000 characters. Click "Expand" to view the full JSON.