GPT-4o を使った Instagram 投稿の自動作成とアップロード

中級

これはSocial Media, Multimodal AI分野の自動化ワークフローで、11個のノードを含みます。主にCode, Merge, Airtable, Aggregate, HttpRequestなどのノードを使用。 GPT-4o によるタイトル、ImgBB、そして Buffer の統合を使って Instagram 投稿を自動化

前提条件
  • Airtable API Key
  • ターゲットAPIの認証情報が必要な場合あり
  • OpenAI API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "9nfRCINawOWFF1vf",
  "meta": {
    "instanceId": "d92ae4b43988b888be9e59a711908a679453e558f86530d2ed2c1c3491f22bf5"
  },
  "name": "Automated Instagram Post Creation And Upload Using GPT-4o",
  "tags": [],
  "nodes": [
    {
      "id": "10bde56d-cf14-4af5-9452-ccc97f53a8e2",
      "name": "Local File Trigger",
      "type": "n8n-nodes-base.localFileTrigger",
      "position": [
        80,
        2280
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "d735a27d-f825-4187-93de-5d2e124b4ac0",
      "name": "Converter",
      "type": "n8n-nodes-base.code",
      "position": [
        240,
        2280
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "ac5b49cc-184a-473f-8ee5-17679c6affd1",
      "name": "Get Image From File",
      "type": "n8n-nodes-base.readWriteFile",
      "position": [
        420,
        2280
      ],
      "parameters": {},
      "typeVersion": 1,
      "alwaysOutputData": true
    },
    {
      "id": "b921ee52-a127-49ba-9614-b780d61fabe6",
      "name": "Analyze Image",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        660,
        2280
      ],
      "parameters": {},
      "typeVersion": 1.8
    },
    {
      "id": "58bc9951-b368-448f-8979-f3b67c1ef874",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        0
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "c1c8a752-298f-436b-b11d-bfcbd332d368",
      "name": "ファイルから抽出",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        660,
        2140
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "e8395ec2-47be-4270-b690-5ced03a5ffad",
      "name": "マージ",
      "type": "n8n-nodes-base.merge",
      "position": [
        1280,
        2260
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "51fb9ddf-463f-4058-b87a-b951378cd591",
      "name": "集計",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        1500,
        2260
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "9223e96e-e24d-46fc-9358-595337ac7b1d",
      "name": "コード",
      "type": "n8n-nodes-base.code",
      "position": [
        1060,
        2140
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "93bb0645-5254-440f-836b-d9b8d3464d12",
      "name": "ImgBB",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        840,
        2140
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "22aa328e-b339-4e6c-b4cb-80f549b0e297",
      "name": "Airtable",
      "type": "n8n-nodes-base.airtable",
      "position": [
        1740,
        2260
      ],
      "parameters": {},
      "typeVersion": 2.1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "41d59bd1-3412-463a-b2d3-636f6504dcce",
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "93bb0645-5254-440f-836b-d9b8d3464d12": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Merge": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate": {
      "main": [
        [
          {
            "node": "22aa328e-b339-4e6c-b4cb-80f549b0e297",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "d735a27d-f825-4187-93de-5d2e124b4ac0": {
      "main": [
        [
          {
            "node": "ac5b49cc-184a-473f-8ee5-17679c6affd1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b921ee52-a127-49ba-9614-b780d61fabe6": {
      "main": [
        [
          {
            "node": "Merge",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "Extract from File": {
      "main": [
        [
          {
            "node": "93bb0645-5254-440f-836b-d9b8d3464d12",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "10bde56d-cf14-4af5-9452-ccc97f53a8e2": {
      "main": [
        [
          {
            "node": "d735a27d-f825-4187-93de-5d2e124b4ac0",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ac5b49cc-184a-473f-8ee5-17679c6affd1": {
      "main": [
        [
          {
            "node": "b921ee52-a127-49ba-9614-b780d61fabe6",
            "type": "main",
            "index": 0
          },
          {
            "node": "Extract from File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

中級 - ソーシャルメディア, マルチモーダルAI

有料ですか?

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

関連ワークフロー

家居装饰AI(Google Nano Banana)- Santhej Kallada
Google Geminiを基盤としたAI画像生成・編集およびTelegramボット
If
Set
Code
+
If
Set
Code
28 ノードSanthej Kallada
コンテンツ作成
自動化プロスペクト生成とパーソナライズされたアウトリーチ:Apollo、AI、Instantly.ai
自動化avic リード生成とパーソナライズドウォームアップ:Apollo、AI、アンドインスタンティエイトpty
If
Set
Code
+
If
Set
Code
166 ノードRuben AI
リードナーチャリング
Airtable、OpenAI、Unipile を使用した LinkedIn リード生成と自動ダイレクトメッセージングの自動化
Airtable、OpenAI、Unipileを使用した自動LinkedInリード生成とInMail投稿
If
Set
Code
+
If
Set
Code
143 ノードRuben AI
リードナーチャリング
PerplexityとGPTを使用して、キーワードとメディアを含むWordPressのSEO最適化ブログを作成
WordPress向けSEO最適化されたブログの作成(Perplexity、GPTベース、キーワードとメディア付き)
Set
Code
Limit
+
Set
Code
Limit
124 ノードPaul
コンテンツ作成
WordPress向けの特定のツールを使用してSEO最適化されたブログを作成
特定のツールを使用してWordPressのSEO最適化されたブログを作成
Set
Code
Limit
+
Set
Code
Limit
124 ノードPaul
コンテンツ作成
動画と画像の投稿 - 新しい Blotato ノード
Blotato と Airtable を使って 9 つのソーシャルプラットフォームにコンテンツを自動投稿する
Set
Code
Wait
+
Set
Code
Wait
51 ノードMax aka Mosheh
ソーシャルメディア
ワークフロー情報
難易度
中級
ノード数11
カテゴリー2
ノードタイプ10
難易度説明

経験者向け、6-15ノードの中程度の複雑さのワークフロー

作成者
AiAgent

AiAgent

@lifehacks

As a self-taught entrepreneur, I’m passionate about automating everyday tasks to simplify life. Every system I create is designed to enhance efficiency and free up valuable time. Once I perfect an automation that transforms my own routine, I’m excited to share it with you—so you can experience the same benefits.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34