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など)は別途料金が発生する場合があります。

関連ワークフロー

リード獲得の自動化、AI資格検証、そして ElevenLabs による個別化された音声フォローアップ
OpenAI および ElevenLabs を基にした自動化されたリードキャプチャと AI による個別化音声フォローアップ
If
Set
Code
+
If
Set
Code
22 ノードMarth
リードナーチャリング
AI驱动のメール分诊与自動回复系统,統合OpenAIエージェントとGmail
AI驱动のメール分诊与自動回复系统,統合OpenAIエージェントとGmail
If
Set
Gmail
+
If
Set
Gmail
68 ノードAbdullahi Ahmed
コンテンツ作成
会議議事録とアクションアイテムトラッカー
AIベースの会議議事録:GPT-4の活用、タスク割り当て、マルチチャネル配信
If
Set
Code
+
If
Set
Code
38 ノードJitesh Dugar
コンテンツ作成
AIを備えた高度なリード獲得と育成自動化システム
GPT-4、LinkedIn、Hunter.ioを使ってパーソナライズされたB2Bタッチを自動化
If
Code
Wait
+
If
Code
Wait
30 ノードMarth
リードナーチャリング
Groq、Gemini、Slack承認システムを使用してRSSからMediumへの公開を自動化
Groq、Gemini、Slack承認システムを用いたRSSからMediumへの自動公開プロセス
If
Set
Code
+
If
Set
Code
41 ノードObisDev
コンテンツ作成
GPT-4 と Stripe 基于の自動スマートキャッシュフローと請求管理システム
GPT-4、Stripe、Google Workspaceを活用した自動入金業務フローとスマートアラート
If
Wait
Gmail
+
If
Wait
Gmail
16 ノードMarth
請求書処理
ワークフロー情報
難易度
中級
ノード数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