AI分析とプロンプト生成によるLinkedInライティングスタイルをAirtableにクローン

上級

これはMarketing分野の自動化ワークフローで、16個のノードを含みます。主にIf, Wait, Airtable, Aggregate, FormTriggerなどのノードを使用。 AI分析とプロンプト生成によりLinkedInのライティングスタイルをAirtableにクローン

前提条件
  • Airtable API Key
  • ターゲットAPIの認証情報が必要な場合あり

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "instanceId": "4786bf0f18c0e8e92c361de5a158cabf4eb0bb3b9c113091b054ff26e359a029"
  },
  "nodes": [
    {
      "id": "9c883c20-184a-498e-a24f-163523edf0d8",
      "name": "ワークフロー手順",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1080,
        40
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "e84e7d78-e7c6-42bf-9f9b-8e0fac56f083",
      "name": "データ収集ノート",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -360,
        -80
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "423bf7af-022e-4def-8fea-5db171c0eb5e",
      "name": "分析ノート",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        780,
        -80
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "b26ff4b3-a8eb-48ed-b51c-b593f9e240c6",
      "name": "保存ノート",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1760,
        -80
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "9cfd5500-7a05-4c79-9db4-e4e52471d170",
      "name": "1) LinkedIn投稿を取得",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -320,
        100
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "8622cc69-0a6f-40b9-8fc2-185b4d105e50",
      "name": "2) スクレイピング待機",
      "type": "n8n-nodes-base.wait",
      "position": [
        -100,
        100
      ],
      "webhookId": "e238029e-e85d-46a0-8c30-aef3ddeeef77",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "f040331c-3b69-4fc2-a436-38053057536b",
      "name": "3) スクレイピング状況を確認",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        120,
        100
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "3ce89941-3ce7-440d-919d-e908edb5ef4b",
      "name": "4) 完了を検証",
      "type": "n8n-nodes-base.if",
      "position": [
        340,
        100
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "7d93a9f8-c960-4913-9402-bbbc42483529",
      "name": "5) LinkedInデータを取得",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        580,
        40
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "ec535456-a7e1-4fe7-9c1a-5271742b6367",
      "name": "6) 投稿を結合",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        800,
        40
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "07f350d6-6d33-4a44-b23e-1d6a113a75cc",
      "name": "7) ライティングスタイルを分析",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        1020,
        40
      ],
      "parameters": {},
      "typeVersion": 1.6
    },
    {
      "id": "a1dcbc0e-5f1c-4e7c-a655-b24bdf496890",
      "name": "8) スタイルプロンプトを生成",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        1440,
        40
      ],
      "parameters": {},
      "typeVersion": 1.6
    },
    {
      "id": "fca4fd7a-976d-4c4b-8e69-a4652393bd72",
      "name": "0) LinkedIn分析を開始",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -540,
        100
      ],
      "webhookId": "0490147c-6165-477a-a482-d3ff1abdd7c8",
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "8501ebd2-608c-4e24-90f1-72bde8d00930",
      "name": "スタイル分析モデル",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        940,
        280
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "f58af411-dbb2-4c93-a49a-e2cee8253258",
      "name": "プロンプト作成モデル",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        1400,
        280
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ad4d26bc-cd2a-4d08-9737-c2da1a77dc0f",
      "name": "9) Airtableに保存",
      "type": "n8n-nodes-base.airtable",
      "position": [
        1800,
        40
      ],
      "parameters": {},
      "typeVersion": 2.1
    }
  ],
  "pinData": {},
  "connections": {
    "ec535456-a7e1-4fe7-9c1a-5271742b6367": {
      "main": [
        [
          {
            "node": "07f350d6-6d33-4a44-b23e-1d6a113a75cc",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "8622cc69-0a6f-40b9-8fc2-185b4d105e50": {
      "main": [
        [
          {
            "node": "f040331c-3b69-4fc2-a436-38053057536b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "3ce89941-3ce7-440d-919d-e908edb5ef4b": {
      "main": [
        [
          {
            "node": "7d93a9f8-c960-4913-9402-bbbc42483529",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "8622cc69-0a6f-40b9-8fc2-185b4d105e50",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "7d93a9f8-c960-4913-9402-bbbc42483529": {
      "main": [
        [
          {
            "node": "ec535456-a7e1-4fe7-9c1a-5271742b6367",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "8501ebd2-608c-4e24-90f1-72bde8d00930": {
      "ai_languageModel": [
        [
          {
            "node": "07f350d6-6d33-4a44-b23e-1d6a113a75cc",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "f58af411-dbb2-4c93-a49a-e2cee8253258": {
      "ai_languageModel": [
        [
          {
            "node": "a1dcbc0e-5f1c-4e7c-a655-b24bdf496890",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "9cfd5500-7a05-4c79-9db4-e4e52471d170": {
      "main": [
        [
          {
            "node": "8622cc69-0a6f-40b9-8fc2-185b4d105e50",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "f040331c-3b69-4fc2-a436-38053057536b": {
      "main": [
        [
          {
            "node": "3ce89941-3ce7-440d-919d-e908edb5ef4b",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "07f350d6-6d33-4a44-b23e-1d6a113a75cc": {
      "main": [
        [
          {
            "node": "a1dcbc0e-5f1c-4e7c-a655-b24bdf496890",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a1dcbc0e-5f1c-4e7c-a655-b24bdf496890": {
      "main": [
        [
          {
            "node": "ad4d26bc-cd2a-4d08-9737-c2da1a77dc0f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "fca4fd7a-976d-4c4b-8e69-a4652393bd72": {
      "main": [
        [
          {
            "node": "9cfd5500-7a05-4c79-9db4-e4e52471d170",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

上級 - マーケティング

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
上級
ノード数16
カテゴリー1
ノードタイプ9
難易度説明

上級者向け、16ノード以上の複雑なワークフロー

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34