Ruhiger CFO Sonnenaufgang — Morgendliches Update für Soft-Technologie (Haus-CEO)🌸

Fortgeschritten

Dies ist ein Personal Productivity, AI Summarization-Bereich Automatisierungsworkflow mit 15 Nodes. Hauptsächlich werden Set, Cron, OpenAi, Function, Telegram und andere Nodes verwendet. 🌸 CFO Sunrise — Soft-Tech-Morgenbrief für Home-CEOs (n8n-Vorlage)

Voraussetzungen
  • OpenAI API Key
  • Telegram Bot Token
  • Möglicherweise sind Ziel-API-Anmeldedaten erforderlich
Workflow-Vorschau
Visualisierung der Node-Verbindungen, mit Zoom und Pan
Workflow exportieren
Kopieren Sie die folgende JSON-Konfiguration und importieren Sie sie in n8n
{
  "meta": {
    "templateCredsNote": "Use credentials for HTTP Header Auth (Stripe, Shopify, Bank), Google OAuth2, SMTP, Telegram."
  },
  "name": "Serene CFO Sunrise — Soft‑Tech Morning Brief (Household CEO) 🌸",
  "nodes": [
    {
      "id": "Cron1",
      "name": "Start (Cron @ 08:00)",
      "type": "n8n-nodes-base.cron",
      "position": [
        260,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "Note0",
      "name": "🗒️ Notiz — Eingabe",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        260,
        40
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "NoteBrand",
      "name": "🗒️ Notiz — Marke",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        720,
        40
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "NoteSetup",
      "name": "🗒️ Notiz — Einrichtung & Test",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1100,
        40
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "SetBrand",
      "name": "Markeneinstellungen",
      "type": "n8n-nodes-base.set",
      "position": [
        560,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "FuncTime",
      "name": "Zeitfenster",
      "type": "n8n-nodes-base.function",
      "position": [
        840,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "HTTPBank",
      "name": "Bankguthaben (HTTP)",
      "type": "n8n-nodes-base.httpRequest",
      "notes": "Swap URL/provider for Relay/Plaid as needed. Keep tokens in credentials.",
      "position": [
        1140,
        180
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 3
    },
    {
      "id": "HTTPShopify",
      "name": "Shopify Bestellungen (HTTP)",
      "type": "n8n-nodes-base.httpRequest",
      "notes": "Prefer native Shopify node if you like.",
      "position": [
        1140,
        260
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 3
    },
    {
      "id": "HTTPStripe",
      "name": "Stripe Rechnungen (Offen)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1140,
        340
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 3
    },
    {
      "id": "GCal",
      "name": "Google Kalender — Heute",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        1140,
        420
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "Assemble",
      "name": "Snapshot zusammenstellen",
      "type": "n8n-nodes-base.function",
      "position": [
        1400,
        300
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "OpenAI",
      "name": "Top 3 entwerfen (OpenAI)",
      "type": "n8n-nodes-base.openAi",
      "position": [
        1600,
        300
      ],
      "parameters": {},
      "typeVersion": 4
    },
    {
      "id": "BuildMsg",
      "name": "Nachricht erstellen (Soft HTML)",
      "type": "n8n-nodes-base.function",
      "position": [
        1800,
        300
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "EmailSend",
      "name": "E-Mail senden",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        2000,
        260
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "Telegram",
      "name": "Telegram senden (optional)",
      "type": "n8n-nodes-base.telegram",
      "position": [
        2000,
        340
      ],
      "parameters": {},
      "typeVersion": 2
    }
  ],
  "pinData": {},
  "version": 2,
  "settings": {
    "timezone": "America/Los_Angeles"
  },
  "connections": {
    "FuncTime": {
      "main": [
        [
          {
            "node": "HTTPBank",
            "type": "main",
            "index": 0
          },
          {
            "node": "HTTPShopify",
            "type": "main",
            "index": 0
          },
          {
            "node": "HTTPStripe",
            "type": "main",
            "index": 0
          },
          {
            "node": "GCal",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "SetBrand": {
      "main": [
        [
          {
            "node": "FuncTime",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Assemble": {
      "main": [
        [
          {
            "node": "OpenAI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTPBank": {
      "main": [
        [
          {
            "node": "Assemble",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI": {
      "main": [
        [
          {
            "node": "BuildMsg",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Cron1": {
      "main": [
        [
          {
            "node": "SetBrand",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTPShopify": {
      "main": [
        [
          {
            "node": "Assemble",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTPStripe": {
      "main": [
        [
          {
            "node": "Assemble",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "BuildMsg": {
      "main": [
        [
          {
            "node": "EmailSend",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "GCal": {
      "main": [
        [
          {
            "node": "Assemble",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
Häufig gestellte Fragen

Wie verwende ich diesen Workflow?

Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.

Für welche Szenarien ist dieser Workflow geeignet?

Fortgeschritten - Persönliche Produktivität, KI-Zusammenfassung

Ist es kostenpflichtig?

Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.

Workflow-Informationen
Schwierigkeitsgrad
Fortgeschritten
Anzahl der Nodes15
Kategorie2
Node-Typen9
Schwierigkeitsbeschreibung

Für erfahrene Benutzer, mittelkomplexe Workflows mit 6-15 Nodes

Autor
Shelly-Ann Davy

Shelly-Ann Davy

@SheCodesFlow

Founder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”

Externe Links
Auf n8n.io ansehen

Diesen Workflow teilen

Kategorien

Kategorien: 34