8
n8n 한국어amn8n.com

YouTube 채널의 모든 플레이리스트 제거

초급

이것은Other, AI분야의자동화 워크플로우로, 4개의 노드를 포함합니다.주로 YouTube, ManualTrigger 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. YouTube 채널에서 모든 플레이리스트를 대량으로 삭제

사전 요구사항
  • AI 서비스 API Key(예: OpenAI, Anthropic 등)

사용된 노드 (4)

카테고리

워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "J25SBmxAuoN5dvuY",
  "meta": {
    "instanceId": "a059b3dfdab56aa587cc6a2c8635f6f2700cf0c7064dbfb5981c26f7ad9eab88"
  },
  "name": "🧹 Delete all playlists from a YouTube channel",
  "tags": [],
  "nodes": [
    {
      "id": "7184ab87-e3e5-4097-a882-32174d931561",
      "name": "‘Test workflow’ 클릭 시",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -620,
        -180
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "87b7d04c-351e-437c-9acd-ad342772cc13",
      "name": "모든 재생목록 가져오기",
      "type": "n8n-nodes-base.youTube",
      "position": [
        -400,
        -180
      ],
      "parameters": {
        "part": [
          "id"
        ],
        "filters": {},
        "options": {},
        "resource": "playlist",
        "returnAll": true
      },
      "credentials": {
        "youTubeOAuth2Api": {
          "id": "bJCjudWjB0FmcvHu",
          "name": "Sample YouTube account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "3d16c7cb-d9d5-4980-ae77-a16f9849197f",
      "name": "재생목록 삭제",
      "type": "n8n-nodes-base.youTube",
      "position": [
        -180,
        -180
      ],
      "parameters": {
        "options": {},
        "resource": "playlist",
        "operation": "delete",
        "playlistId": "={{ $json.id }}"
      },
      "credentials": {
        "youTubeOAuth2Api": {
          "id": "bJCjudWjB0FmcvHu",
          "name": "Sample YouTube account"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "47c602f3-820a-4960-9b3c-217cf1defed3",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -800,
        -540
      ],
      "parameters": {
        "color": 3,
        "width": 1000,
        "height": 320,
        "content": "## 🧹 Delete all playlists from a YouTube channel\n\n### ℹ️ ABOUT THIS WORKFLOW\nThis workflow will **delete all the playlists from a YouTube channel**.\n\n### 🛠️ SETUP\n1. Create a YouTube credential.\n2. Add the credential to the YouTube nodes.\n3. Click \"Test workflow\" to run it.\n\n\n**🚨 BE CAREFUL: EXECUTING THIS WORKFLOW CAUSES IRREVERSIBLE ACTIONS: YOU CANNOT RECOVER THE DELETED PLAYLISTS**"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "a8b4e109-dd64-42bc-a533-e93006e596a2",
  "connections": {
    "87b7d04c-351e-437c-9acd-ad342772cc13": {
      "main": [
        [
          {
            "node": "3d16c7cb-d9d5-4980-ae77-a16f9849197f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "7184ab87-e3e5-4097-a882-32174d931561": {
      "main": [
        [
          {
            "node": "87b7d04c-351e-437c-9acd-ad342772cc13",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

초급 - 기타, 인공지능

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
초급
노드 수4
카테고리2
노드 유형3
난이도 설명

n8n 초보자를 위한 1-5개 노드의 간단한 워크플로우

저자
Lucía Maio Brioso

Lucía Maio Brioso

@luciamb

I'm a backend software developer who loves n8n ⚙️ I enjoy automating everything and share templates I personally find helpful 💡

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34