8
n8n 한국어amn8n.com

HeyGen 가상 인물을 사용하여 RSS 소스에서 뉴스 비디오 생성

초급

이것은Content Creation, Multimodal AI분야의자동화 워크플로우로, 4개의 노드를 포함합니다.주로 HttpRequest, RssFeedRead, ManualTrigger 등의 노드를 사용하며. HeyGen 가상 인물을 사용하여 RSS 소스에서 뉴스 비디오 생성

사전 요구사항
  • 대상 API의 인증 정보가 필요할 수 있음
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "a45d1jkHh90Cr2bF",
  "meta": {
    "instanceId": "546be790303d737c735a8648874bae91a6b66b48cd2b10cbe4cbfb78039ceb03"
  },
  "name": "'Generate News Videos from RSS Feeds with HeyGen Avatar",
  "tags": [],
  "nodes": [
    {
      "id": "79c28020-8eea-45b9-a813-1b59f180c249",
      "name": "워크플로우 실행 시",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        760,
        740
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "3e79a46a-2dee-4b0d-8ed7-7e9e68037448",
      "name": "메모1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        600,
        360
      ],
      "parameters": {
        "width": 900,
        "height": 700,
        "content": "## Generate News Videos from RSS Feeds with HeyGen Avatar\n\n**Steps:**  \n- Triggered manually via the \"Execute workflow\" button.  \n- Reads RSS feed from Prothom Alo Bangla news XML.  \n- Uses news summary from the feed as input text for video generation.  \n- Sends a POST request to HeyGen API to create videos with specified avatar and voice settings.  \n- API key is included in the HTTP request headers (ensure it is kept secure).  \n- Video dimension is set to 1280x720 pixels."
      },
      "typeVersion": 1
    },
    {
      "id": "988d45e8-db19-42a6-9608-1bf811dc30f3",
      "name": "뉴스 비디오 생성",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1200,
        740
      ],
      "parameters": {
        "url": "https://api.heygen.com/v2/video/generate",
        "method": "POST",
        "options": {},
        "jsonBody": "={\n  \"video_inputs\": [\n    {\n      \"character\": {\n        \"type\": \"avatar\",\n        \"avatar_id\": \"Lina_Dress_Sitting_Side_public\",\n        \"avatar_style\": \"normal\"\n      },\n      \"voice\": {\n        \"type\": \"text\",\n        \"input_text\": \"{{ $json.summary }}\",\n        \"voice_id\": \"119caed25533477ba63822d5d1552d25\",\n        \"speed\": 1.1\n      }\n    }\n  ],\n  \"dimension\": {\n    \"width\": 1280,\n    \"height\": 720\n  }\n}\n",
        "sendBody": true,
        "sendHeaders": true,
        "specifyBody": "json",
        "headerParameters": {
          "parameters": [
            {
              "name": "X-Api-Key"
            },
            {
              "name": "Content-Type",
              "value": " application/json"
            }
          ]
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "a8a7c8fc-e8d3-4977-823f-f44601d3e3a0",
      "name": "Prothom Alo에서 RSS 피드 읽기",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        980,
        740
      ],
      "parameters": {
        "url": "https://prod-qt-images.s3.amazonaws.com/production/prothomalo-bangla/feed.xml",
        "options": {}
      },
      "typeVersion": 1.2
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "faaf54e4-6ad2-4749-9a08-82c9606263c6",
  "connections": {
    "a8a7c8fc-e8d3-4977-823f-f44601d3e3a0": {
      "main": [
        [
          {
            "node": "988d45e8-db19-42a6-9608-1bf811dc30f3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "79c28020-8eea-45b9-a813-1b59f180c249": {
      "main": [
        [
          {
            "node": "a8a7c8fc-e8d3-4977-823f-f44601d3e3a0",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

초급 - 콘텐츠 제작, 멀티모달 AI

유료인가요?

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

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

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

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34