8
n8n 한국어amn8n.com

Eleven Labs와 GPT-4를 사용한 자동화된 오디오 콘텐츠

중급

이것은Content Creation, Multimodal AI분야의자동화 워크플로우로, 12개의 노드를 포함합니다.주로 If, Set, Gmail, Slack, GoogleDrive 등의 노드를 사용하며. Eleven Labs 및 GPT-4를 사용하여 블로그 기사를 오디오 콘텐츠로 변환

사전 요구사항
  • Google 계정 및 Gmail API 인증 정보
  • Slack Bot Token 또는 Webhook URL
  • Google Drive API 인증 정보
  • Google Sheets API 인증 정보
  • OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "KLDO9ZJ0iMg5VncF",
  "meta": {
    "instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae",
    "templateCredsSetupCompleted": true
  },
  "name": "Automated Audio Content with Eleven Labs & GPT-4",
  "tags": [],
  "nodes": [
    {
      "id": "89557e6d-4a2d-417f-b323-ffe632ebb5a8",
      "name": "RSS 피드 트리거",
      "type": "n8n-nodes-base.rssFeedReadTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "4e7186aa-c4a8-425a-9cc5-2f505e36696d",
      "name": "글 데이터 추출 및 정제",
      "type": "n8n-nodes-base.set",
      "position": [
        224,
        0
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "a881c3d2-9980-428a-a85d-4eb700d35e0d",
      "name": "텍스트를 음성으로 변환",
      "type": "@elevenlabs/n8n-nodes-elevenlabs.elevenLabs",
      "position": [
        448,
        0
      ],
      "parameters": {},
      "retryOnFail": false,
      "typeVersion": 1
    },
    {
      "id": "37cebd8a-ceab-4ffa-83fd-5f046fde43b7",
      "name": "오디오 파일 업로드",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        672,
        0
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "0796f202-3a46-4cf4-b8e7-2ec41004ba65",
      "name": "메타데이터 생성",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        896,
        0
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "0dcd3160-1a32-4c13-b3d6-93f1c45227fc",
      "name": "모든 메타데이터 통합",
      "type": "n8n-nodes-base.set",
      "position": [
        1296,
        0
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "81d43a0c-3a16-4f8b-a320-88d8ba483731",
      "name": "오디오 제작 로그 기록",
      "type": "n8n-nodes-base.googleSheets",
      "notes": "Values:\nArticle URL: ={{ $json.finalArticleUrl }}\nArticle Title: ={{ $json.finalArticleTitle }}\nAudio File URL: ={{ $json.audioFileUrl }}\nGenerated Audio Title: ={{ $json.generatedAudioTitle }}\nGenerated Audio Description: ={{ $json.generatedAudioDescription }}\nGenerated Audio Tags: ={{ $json.generatedAudioTags }}\nStatus: ={{ $json.workflowStatus }}\nTimestamp: ={{ $json.timestamp }}",
      "position": [
        1520,
        0
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 4.6
    },
    {
      "id": "52da2181-689d-44f1-97ec-4f50a2311e22",
      "name": "이메일 배포용인가?",
      "type": "n8n-nodes-base.if",
      "position": [
        1744,
        0
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "a80d6ee9-f222-411f-aa6f-aa6151e04903",
      "name": "이메일로 오디오 알림 전송",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1968,
        -96
      ],
      "webhookId": "41e96a51-49f9-494a-849c-d1302e137b18",
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "4e637fd0-015c-4f0d-9fb9-5782c66f23f6",
      "name": "내부 팀에 알림",
      "type": "n8n-nodes-base.slack",
      "position": [
        1968,
        96
      ],
      "webhookId": "e549edc5-add6-437f-9a8b-98ebb772aad7",
      "parameters": {},
      "typeVersion": 2.3
    },
    {
      "id": "44c25fdf-b212-4d26-83d3-0a0704bd8437",
      "name": "스티커 메모",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -128,
        -176
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "c0cace1f-436f-4437-aa2e-d84b299488c8",
      "name": "스티커 메모1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -144,
        400
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "45b3c5df-1732-4525-888c-410de66f5676",
  "connections": {
    "89557e6d-4a2d-417f-b323-ffe632ebb5a8": {
      "main": [
        [
          {
            "node": "4e7186aa-c4a8-425a-9cc5-2f505e36696d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "0796f202-3a46-4cf4-b8e7-2ec41004ba65": {
      "main": [
        [
          {
            "node": "0dcd3160-1a32-4c13-b3d6-93f1c45227fc",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "37cebd8a-ceab-4ffa-83fd-5f046fde43b7": {
      "main": [
        [
          {
            "node": "0796f202-3a46-4cf4-b8e7-2ec41004ba65",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "0dcd3160-1a32-4c13-b3d6-93f1c45227fc": {
      "main": [
        [
          {
            "node": "81d43a0c-3a16-4f8b-a320-88d8ba483731",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "81d43a0c-3a16-4f8b-a320-88d8ba483731": {
      "main": [
        [
          {
            "node": "52da2181-689d-44f1-97ec-4f50a2311e22",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a881c3d2-9980-428a-a85d-4eb700d35e0d": {
      "main": [
        [
          {
            "node": "37cebd8a-ceab-4ffa-83fd-5f046fde43b7",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "52da2181-689d-44f1-97ec-4f50a2311e22": {
      "main": [
        [
          {
            "node": "a80d6ee9-f222-411f-aa6f-aa6151e04903",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "4e637fd0-015c-4f0d-9fb9-5782c66f23f6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4e7186aa-c4a8-425a-9cc5-2f505e36696d": {
      "main": [
        [
          {
            "node": "a881c3d2-9980-428a-a85d-4eb700d35e0d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

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

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

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

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

유료인가요?

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

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

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자
Marth

Marth

@marth

Simplifying Business with Smart Automation. I create and share user-friendly, highly efficient n8n workflow templates for SMEs, focusing on digital marketing, sales, and operational excellence. Get ready to automate, innovate, and elevate your business. Connect me on Linkedin for custom solutions.

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34