0791 Stopanderror Splitout Create Webhook

0791 Stopanderror Splitout Create Webhook

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

Workflow Overview

Total Nodes
18
Node Types
10

Node Types

you Tube
Get video details
1 node
schedule Trigger
Schedule Trigger
1 node
stop And Error
If the HTTP request failed, throw the error
1 node
if
Filter out shorts, Check for errors
2 nodes
sticky Note
Sticky Note, Sticky Note1, Sticky Note2, Sticky Note3, Sticky Note4, Sticky Note5
6 nodes
rss Feed Read
Get latest 15 videos of each channel
1 node
http Request
Get my subscriptions
1 node
filter
Only keep channels with unwatched videos, Keep only videos published since last run, Filter out channels
3 nodes
email Send
Send an email for each new video
1 node
split Out
Split out subscriptions to process individually
1 node

Workflow JSON

16.01 KB
{
  "meta": {
    "instanceId": "4a8c4d3ed2f4423694f8ac022d1c321551900c7ab47e0c03549acecec1ab4a89",
    "templateCredsSetupCompleted": true
  },
  "name": "0791 Stopanderror Splitout Create Webhook",
  "nodes": [
    {
      "id": "a5292068-5ace-4372-9869-46100ae81b8f",
      "name": "Get video details",
      "type": "n8n-nodes-base.youTube",
      "notes": "Make a call to the YouTube API so that we have the thumbnail for the email and the duration to filter out shorts.",
      "position": [
        1000,
        -60
      ],
      "parameters": {
        "part": [
          "contentDetails",
          "snippet",
          "id"
        ],
        "options": {},
        "videoId": "={{ $json.id.replace(\"yt:video:\", \"\") }}",
        "resource": "video",
        "operation": "get"
      },
      "credentials": {
        "youTubeOAuth2Api": {
          "id": "5lD8Hahvq4r7Og0F",
          "name": "YouTube account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "b9eb...

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