Marketing & Advertising Automation

SIGNL4 Alert

SIGNL4 Alert

Scheduled
High
9
Nodes
Scheduled
Trigger
High
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
9
Node Types
0

Workflow JSON

4.52 KB
{
  "id": "2",
  "name": "SIGNL4 Alert",
  "nodes": [
    {
      "name": "Cron",
      "type": "n8n-nodes-base.cron",
      "position": [
        350,
        500
      ],
      "parameters": {
        "triggerTimes": {
          "item": [
            {
              "mode": "everyHour"
            }
          ]
        }
      },
      "typeVersion": 1
    },
    {
      "name": "Write Binary File",
      "type": "n8n-nodes-base.writeBinaryFile",
      "position": [
        880,
        500
      ],
      "parameters": {
        "fileName": "alert-data.json"
      },
      "typeVersion": 1
    },
    {
      "name": "Read Binary File",
      "type": "n8n-nodes-base.readBinaryFile",
      "position": [
        450,
        270
      ],
      "parameters": {
        "filePath": "alert-data.json"
      },
      "typeVersion": 1
    },
    {
      "name": "Binary to JSON",
      "type": "n8n-nodes-base.moveBinaryData",
      "position": [
        630,
        270
      ],
      "paramete...

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