Instagram のリーチを Google テーブルに自動保存

初級

これはLead Generation, Multimodal AI分野の自動化ワークフローで、4個のノードを含みます。主にCode, Webhook, GoogleSheetsなどのノードを使用。 Instagram からのリードを自動のに Google スプレッドシートに保存

前提条件
  • HTTP Webhookエンドポイント(n8nが自動生成)
  • Google Sheets API認証情報
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "instanceId": "2000c64071c20843606b95c63795bb0797c41036047055a6586498e855b96efc",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "7da8c35d-17c2-4aff-9d1c-b1d6efaf78e8",
      "name": "セットアップ手順",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        624,
        272
      ],
      "parameters": {
        "width": 712,
        "height": 508,
        "content": "📋 **SETUP REQUIRED:**\n\n1. **Create Google Sheet:**\n   - Make new sheet with these column headers:\n   - A1: Name | B1: Email | C1: Phone\n   - D1: Message | E1: Source | F1: Date\n\n2. **Get Sheet ID:**\n   - Copy from URL: docs.google.com/spreadsheets/d/[SHEET_ID]/edit\n   - Replace YOUR_GOOGLE_SHEET_ID in Google Sheets node\n\n3. **Connect Instagram Form:**\n   - Use webhook URL from this node\n   - Form fields: name, email, phone, message"
      },
      "typeVersion": 1
    },
    {
      "id": "10f48b95-3f43-4bda-be11-115dabc5d4ca",
      "name": "Instagram Lead Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        672,
        624
      ],
      "webhookId": "instagram-leads-webhook",
      "parameters": {
        "path": "instagram-leads",
        "options": {},
        "httpMethod": "POST"
      },
      "typeVersion": 1
    },
    {
      "id": "a9544025-af6c-427a-985b-c16b286c4be2",
      "name": "リードデータの正規化",
      "type": "n8n-nodes-base.code",
      "position": [
        880,
        624
      ],
      "parameters": {
        "jsCode": "// Normalize Instagram lead data\nconst body = $input.first().json.body || $input.first().json;\n\n// Common Instagram lead fields - adapt based on your form structure\nconst normalizedData = {\n  name: body.name || body.full_name || body.firstName + ' ' + body.lastName || 'Unknown',\n  email: body.email || body.email_address || '',\n  phone: body.phone || body.phone_number || '',\n  message: body.message || body.comments || '',\n  source: 'Instagram',\n  timestamp: new Date().toISOString(),\n  raw_data: JSON.stringify(body)\n};\n\nconsole.log('Normalized Instagram Lead Data:', normalizedData);\n\nreturn {\n  json: normalizedData\n};"
      },
      "typeVersion": 2
    },
    {
      "id": "bf561879-cf2f-43d7-b118-6906c8030e35",
      "name": "Google Sheetsに保存",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        1072,
        624
      ],
      "parameters": {
        "options": {
          "useAppend": true
        },
        "operation": "appendOrUpdate",
        "sheetName": {
          "__rl": true,
          "mode": "list",
          "value": "Sheet1"
        },
        "documentId": {
          "__rl": true,
          "mode": "id",
          "value": "YOUR_GOOGLE_SHEET_ID"
        }
      },
      "typeVersion": 4
    }
  ],
  "pinData": {},
  "connections": {
    "a9544025-af6c-427a-985b-c16b286c4be2": {
      "main": [
        [
          {
            "node": "bf561879-cf2f-43d7-b118-6906c8030e35",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "10f48b95-3f43-4bda-be11-115dabc5d4ca": {
      "main": [
        [
          {
            "node": "a9544025-af6c-427a-985b-c16b286c4be2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

初級 - リード獲得, マルチモーダルAI

有料ですか?

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

関連ワークフロー

新しいCalendly予約をGoogleスプレッドシートに自動追加
新規Calendly予約を自動のにGoogleスプレッドシートに追加
Code
Webhook
Google Sheets
+
Code
Webhook
Google Sheets
5 ノードDavid Olusola
顧客管理
ウェブフォームから Google シートおよび Slack へのリーダーポテンシャル管理の自動化
ウェブフォームから Google Sheets および Slack へのリード管理の自動化
Code
Slack
Webhook
+
Code
Slack
Webhook
5 ノードDavid Olusola
リード獲得
CSV アップロードを Google Sheets および Drive へのインポート用にクレンのする
CSVアップロードをGoogle SheetsとDriveにインポートするためにクリーンアップし標準化
Code
Webhook
Google Drive
+
Code
Webhook
Google Drive
10 ノードDavid Olusola
文書抽出
LinkedInリード生成+CRMオートメーションソフトウェアパック
Apifyを使用してLinkedInプロフィールから抽出し、Google Sheets CRMに自動のにリードデータを生成
If
Set
Code
+
If
Set
Code
18 ノードDavid Olusola
リード獲得
Zoom参加者のために自動Airtable CRM記録作成
Zoom参加者に対して自動のにAirtable CRMレコードを作成
Code
Webhook
Airtable
+
Code
Webhook
Airtable
4 ノードDavid Olusola
顧客管理
Zoom の録画を Google ドライブに保存し、Airtable にメーティング記録を加える
Zoom 録画を Google ドライブに自動保存し、Airtable でメッセージを記録
Code
Webhook
Airtable
+
Code
Webhook
Airtable
7 ノードDavid Olusola
ファイル管理
ワークフロー情報
難易度
初級
ノード数4
カテゴリー2
ノードタイプ4
難易度説明

n8n初心者向け、1-5ノードのシンプルなワークフロー

作成者
David Olusola

David Olusola

@dae221

I help ambitious businesses eliminate operational bottlenecks and scale faster with AI automation. My clients typically see 40-60% efficiency gains within 90 days. Currently accepting 3 new projects this quarter - david@daexai.com

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34