0652 Splitout Schedule Create Scheduled

0652 Splitout Schedule Create Scheduled

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

Workflow Overview

Total Nodes
8
Node Types
7

Node Types

http Request
Fetch Github Repo Releases
1 node
split Out
Split Out Content
1 node
markdown
Convert Markdown to HTML
1 node
schedule Trigger
Daily Trigger
1 node
sticky Note
Sticky Note, Sticky Note1
2 nodes
email Send
Send Email
1 node
if
If new release in the last day
1 node

Workflow JSON

4.62 KB
{
  "name": "0652 Splitout Schedule Create Scheduled",
  "nodes": [
    {
      "id": "a4c46baf-ff6d-489f-9c77-a5e4cfe6b580",
      "name": "Fetch Github Repo Releases",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        640,
        240
      ],
      "parameters": {
        "url": "https://api.github.com/repos/n8n-io/n8n/releases/latest",
        "options": {}
      },
      "typeVersion": 4.2
    },
    {
      "id": "aba391ad-eedc-4cf7-a770-646eba11e3fe",
      "name": "Split Out Content",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        1100,
        140
      ],
      "parameters": {
        "options": {},
        "fieldToSplitOut": "body"
      },
      "typeVersion": 1
    },
    {
      "id": "ea29ed9d-5b34-46f2-87c6-2bacf4b7d7bf",
      "name": "Convert Markdown to HTML",
      "type": "n8n-nodes-base.markdown",
      "position": [
        1280,
        140
      ],
      "parameters": {
        "mode": "markdownToHtml",
        "optio...

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