AutomationFlowsWeb Scraping › Daily Morning Digest via Slack (Mon-Fri 8:30)

Daily Morning Digest via Slack (Mon-Fri 8:30)

Original n8n title: 77stf — Morning Digest (08:30 Pon-pt)

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

Cron / scheduled trigger★★☆☆☆ complexity5 nodesHTTP Request
Web Scraping Trigger: Cron / scheduled Nodes: 5 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": "77STF \u2014 Morning Digest (08:30 pon-pt)",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "cronExpression",
              "expression": "30 8 * * 1-5"
            }
          ]
        }
      },
      "id": "schedule-trigger",
      "name": "Pon-Pt 08:30",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.2,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "method": "GET",
        "url": "https://77stf-system-crypto77stf-4430s-projects.vercel.app/api/system/snapshot",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "x-webhook-secret",
              "value": "a2e09b11523539ca26e4bb60468b4015e114848edf3dbb9e382201d6e5e4e664"
            }
          ]
        },
        "options": {
          "timeout": 20000
        }
      },
      "id": "snapshot",
      "name": "System Snapshot",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        480,
        300
      ]
    },
    {
      "parameters": {
        "method": "GET",
        "url": "https://77stf-system-crypto77stf-4430s-projects.vercel.app/api/guardian",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "x-webhook-secret",
              "value": "a2e09b11523539ca26e4bb60468b4015e114848edf3dbb9e382201d6e5e4e664"
            }
          ]
        },
        "options": {
          "timeout": 10000
        }
      },
      "id": "guardian-reports",
      "name": "Guardian Reports",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        480,
        480
      ]
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "msg",
              "name": "text",
              "value": "=*77STF \u2014 Podsumowanie operacyjne {{ new Date().toLocaleDateString('pl-PL', {weekday:'long', day:'numeric', month:'long'}) }}*\n\n*Klienci:* {{ $('System Snapshot').item.json.stats?.total_clients || 0 }} total | {{ $('System Snapshot').item.json.stats?.active_clients || 0 }} aktywnych | {{ $('System Snapshot').item.json.stats?.lead_clients || 0 }} leadow\n*Zadania:* {{ $('System Snapshot').item.json.stats?.open_tasks || 0 }} otwartych\n*Koszty AI:* {{ $('System Snapshot').item.json.stats?.ai_cost_month_usd ? ($('System Snapshot').item.json.stats.ai_cost_month_usd * 4).toFixed(0) + ' PLN' : 'brak danych' }}\n\nhttps://77stf-system-crypto77stf-4430s-projects.vercel.app/dashboard",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "id": "build-msg",
      "name": "Buduj brief",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        720,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "SLACK_WEBHOOK_PLACEHOLDER",
        "sendBody": true,
        "specifyBody": "json",
        "jsonBody": "={{ JSON.stringify({ text: $json.text }) }}",
        "options": {}
      },
      "id": "slack-brief",
      "name": "Slack daily-brief",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        960,
        300
      ]
    }
  ],
  "connections": {
    "Pon-Pt 08:30": {
      "main": [
        [
          {
            "node": "System Snapshot",
            "type": "main",
            "index": 0
          },
          {
            "node": "Guardian Reports",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "System Snapshot": {
      "main": [
        [
          {
            "node": "Buduj brief",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Buduj brief": {
      "main": [
        [
          {
            "node": "Slack daily-brief",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1",
    "saveManualExecutions": true
  },
  "staticData": null
}
Pro

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

About this workflow

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

Source: https://github.com/77stf/77stf-system/blob/main/n8n-workflows/05-morning-digest.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

This workflow connects a USB scanner to Nextcloud via ScanservJS and the integrated API. It checks for new scans at a scheduled time (e.g., every 5 minutes). If there are any, they are automatically r

HTTP Request, Next Cloud