AutomationFlowsWeb Scraping › Daily 8AM KST Supabase Message Insert

Daily 8AM KST Supabase Message Insert

Original n8n title: 로직해커 엑스 — 일반 발행 (오전 08:00 Kst)

로직해커 엑스 — 일반 발행 (오전 08:00 KST). Uses httpRequest. Scheduled trigger; 3 nodes.

Cron / scheduled trigger★☆☆☆☆ complexity3 nodesHTTP Request
Web Scraping Trigger: Cron / scheduled Nodes: 3 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "name": "\ub85c\uc9c1\ud574\ucee4 \uc5d1\uc2a4 \u2014 \uc77c\ubc18 \ubc1c\ud589 (\uc624\uc804 08:00 KST)",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "cronExpression",
              "expression": "0 23 * * *"
            }
          ]
        }
      },
      "id": "schedule-morning",
      "name": "Schedule Trigger (08:00 KST)",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.2,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "https://xgcdnnpsmohqfjwmyxkw.supabase.co/rest/v1/agent_messages",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "apikey",
              "value": "sb_publishable_Lz0djS1miOV1j3BarGCjKA_1_9CJLfH"
            },
            {
              "name": "Authorization",
              "value": "<redacted-credential>"
            },
            {
              "name": "Content-Type",
              "value": "application/json"
            },
            {
              "name": "Prefer",
              "value": "return=representation"
            }
          ]
        },
        "sendBody": true,
        "contentType": "raw",
        "rawContentType": "application/json",
        "body": "={\"from_agent\":\"scheduler\",\"to_agent\":\"orchestrator\",\"message_type\":\"request\",\"topic\":\"daily_writer_morning_{{ $now.format('yyyy-MM-dd') }}\",\"payload\":{\"loop\":\"daily_writer\",\"time_slot\":\"morning\"},\"status\":\"pending\"}"
      },
      "id": "insert-agent-message",
      "name": "Supabase \u2014 Insert Trigger Message",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        460,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "https://xgcdnnpsmohqfjwmyxkw.supabase.co/rest/v1/schedule_runs",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "apikey",
              "value": "sb_publishable_Lz0djS1miOV1j3BarGCjKA_1_9CJLfH"
            },
            {
              "name": "Authorization",
              "value": "<redacted-credential>"
            },
            {
              "name": "Content-Type",
              "value": "application/json"
            }
          ]
        },
        "sendBody": true,
        "contentType": "raw",
        "rawContentType": "application/json",
        "body": "{\"loop_name\":\"daily_writer\",\"status\":\"running\",\"meta\":{\"time_slot\":\"morning\",\"n8n_triggered\":true}}"
      },
      "id": "log-schedule-run",
      "name": "Supabase \u2014 Log Schedule Run",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        680,
        300
      ]
    }
  ],
  "connections": {
    "Schedule Trigger (08:00 KST)": {
      "main": [
        [
          {
            "node": "Supabase \u2014 Insert Trigger Message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Supabase \u2014 Insert Trigger Message": {
      "main": [
        [
          {
            "node": "Supabase \u2014 Log Schedule Run",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

로직해커 엑스 — 일반 발행 (오전 08:00 KST). Uses httpRequest. Scheduled trigger; 3 nodes.

Source: https://github.com/ksk1599/logichacker-x-automation/blob/c5cbe50548efefe317e8eed19c5578a41485110b/n8n/workflow_morning.json — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Web Scraping

Scheduled-Api-Call. Uses httpRequest. Scheduled trigger; 5 nodes.

HTTP Request
Web Scraping

WF-8: Data Sync. Uses httpRequest. Scheduled trigger; 5 nodes.

HTTP Request
Web Scraping

Obsidian Tag Index Refresher. Uses executeCommand, httpRequest. Scheduled trigger; 5 nodes.

Execute Command, HTTP Request
Web Scraping

E-Décor - Support Client. Uses httpRequest, emailSend. Scheduled trigger; 5 nodes.

HTTP Request, Email Send
Web Scraping

77STF — Morning Digest (08:30 pon-pt). Uses httpRequest. Scheduled trigger; 5 nodes.

HTTP Request