Kaffeeundcode
n8n Flow-Bibliothek
n8n Workflow 14.04.2026

Flow Arbeitsbereich

YouTube To Discord

Flow prüfen, Nodes verstehen, JSON importieren und Credentials sauber anpassen.

41_YouTube_to_Discord.json

{
    "name": "41_YouTube_to_Discord",
    "nodes": [
        {
            "parameters": {
                "channelId": "UCxxxxxxxx",
                "events": [
                    "video.upload"
                ]
            },
            "name": "YouTube Trigger",
            "type": "n8n-nodes-base.youtubeTrigger",
            "typeVersion": 1,
            "position": [
                250,
                300
            ]
        },
        {
            "parameters": {
                "content": "New Video Posted: {{$json["title"]}}nLink: {{$json["url"]}}"
            },
            "name": "Discord",
            "type": "n8n-nodes-base.discord",
            "typeVersion": 1,
            "position": [
                450,
                300
            ]
        }
    ],
    "connections": {
        "YouTube Trigger": {
            "main": [
                [
                    {
                        "node": "Discord",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}