N
n8n Store
Workflow Market
Transform YouTube Videos into LinkedIn Posts with SearchAPI & OpenAi

Transform YouTube Videos into LinkedIn Posts with SearchAPI & OpenAi

by dominixai0 views

Description

Categories

🤖 AI & Machine Learning

Nodes Used

n8n-nodes-base.ifn8n-nodes-base.setn8n-nodes-base.webhookn8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.stickyNoten8n-nodes-base.httpRequest@n8n/n8n-nodes-langchain.openAin8n-nodes-base.respondToWebhookn8n-nodes-base.respondToWebhook
PriceGratis
Views0
Last Updated11/28/2025
workflow.json
{
  "meta": {
    "instanceId": "5d70afe618ac8247c5a41a94ab5e7c10b707e0cfb80b2b7f8b9fa734be55d9a3"
  },
  "name": "Transform YouTube Videos into LinkedIn Posts with SearchAPI & OpenAi",
  "tags": [],
  "nodes": [
    {
      "id": "8ea54a76-2d41-4781-ba80-401b6187cd58",
      "name": "Webhook Trigger",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -660,
        100
      ],
      "webhookId": "54aaadec-38c2-472b-86d0-461d43f23e78",
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "eccd7bc2-90ed-491d-a585-65afba650867",
      "name": "Get YouTube Transcript",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -440,
        100
      ],
      "parameters": {},
      "typeVersion": 4.1
    },
    {
      "id": "d87d676b-9095-4568-b833-3db5affd28fd",
      "name": "Check Transcript Exists",
      "type": "n8n-nodes-base.if",
      "position": [
        -220,
        100
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "230bf0ca-af65-49c1-8e76-e22d27c89144",
      "name": "Prepare Data for OpenAI",
      "type": "n8n-nodes-base.set",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 3.3
    },
    {
      "id": "18789af0-26d2-4bd5-aaf2-781d1e256b45",
      "name": "Generate LinkedIn Post",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        220,
        0
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "e4c347c8-55e2-4301-bb2e-e4fb8c1740c4",
      "name": "Success Response",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        580,
        0
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "26177971-748d-454a-8aed-6b5d36ca1bc4",
      "name": "Error Response - No Transcript",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        0,
        200
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "ddfbd994-9172-4bdb-8cf1-81f2ad7fafb3",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -680,
        -80
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "32a93990-1122-4f26-80a4-f74c5fb6609d",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -20,
        -80
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "c55453e6-df63-4d95-ba2f-97ec05305856",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -300,
        -200
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "",
  "connections": {
    "Webhook Trigger": {
      "main": [
        [
          {
            "node": "Get YouTube Transcript",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Generate LinkedIn Post": {
      "main": [
        [
          {
            "node": "Success Response",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get YouTube Transcript": {
      "main": [
        [
          {
            "node": "Check Transcript Exists",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Transcript Exists": {
      "main": [
        [
          {
            "node": "Prepare Data for OpenAI",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Error Response - No Transcript",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prepare Data for OpenAI": {
      "main": [
        [
          {
            "node": "Generate LinkedIn Post",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

相关工作流