AI駆動メールマーケティング、Google Gemini、Gmail、Sheetsとの統合

中級

これはLead Nurturing, Multimodal AI分野の自動化ワークフローで、13個のノードを含みます。主にIf, Set, GmailTool, GoogleSheets, SplitInBatchesなどのノードを使用。 AI駆動メールマーケティング、Google Gemini、Gmail、Sheetsとの統合

前提条件
  • Googleアカウント + Gmail API認証情報
  • Google Sheets API認証情報
  • ターゲットAPIの認証情報が必要な場合あり
  • Google Gemini API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "nodes": [
    {
      "id": "49878243-142e-4b32-a3e2-76c8dca37d96",
      "name": "アイテムのループ",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        624,
        0
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "12d2a156-40af-47a2-b3bf-d26ae44ed763",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -176,
        -176
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "1faffda1-ca81-40e6-a0f3-cbf92bb0282f",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -864,
        -176
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "154ea153-3e9d-48cc-934a-18ce2b77f94b",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -864,
        -544
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "ae363ca2-083b-4382-8a30-48289dbf890c",
      "name": "スケジュールトリガー",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -80,
        0
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "ae9d8cb1-e1bf-4b72-bfc4-e1b40da73e03",
      "name": "AIエージェント",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1280,
        32
      ],
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "7bdc8f65-61b7-4d4a-8f53-b6a72ca61845",
      "name": "Google Gemini チャットモデル",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        1184,
        320
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "b4287490-44a5-4e82-9aef-e7242ace6bc7",
      "name": "Gmailでメッセージを送信",
      "type": "n8n-nodes-base.gmailTool",
      "position": [
        1680,
        320
      ],
      "webhookId": "a5e901fa-06fc-45a8-b957-981825269381",
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "13a93835-87ca-4ab5-a917-032d007eaa66",
      "name": "ステータスを更新",
      "type": "n8n-nodes-base.googleSheetsTool",
      "position": [
        1536,
        320
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "a13efb7d-e848-4bd0-9bfa-861091336787",
      "name": "HTTP リクエスト",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        1408,
        320
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "717dd4b7-b1d9-4edb-af2e-d433164027dd",
      "name": "メールアドレスの存在確認",
      "type": "n8n-nodes-base.if",
      "position": [
        912,
        16
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "b5b8aad7-24f2-4a48-9603-54aa21488f17",
      "name": "リードを取得",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        416,
        0
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "fd8aa925-25cc-4d22-9e6a-ee100332f07c",
      "name": "フィールドを編集",
      "type": "n8n-nodes-base.set",
      "position": [
        176,
        0
      ],
      "parameters": {},
      "typeVersion": 3.4
    }
  ],
  "pinData": {},
  "connections": {
    "ae9d8cb1-e1bf-4b72-bfc4-e1b40da73e03": {
      "main": [
        [
          {
            "node": "49878243-142e-4b32-a3e2-76c8dca37d96",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b5b8aad7-24f2-4a48-9603-54aa21488f17": {
      "main": [
        [
          {
            "node": "49878243-142e-4b32-a3e2-76c8dca37d96",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "fd8aa925-25cc-4d22-9e6a-ee100332f07c": {
      "main": [
        [
          {
            "node": "b5b8aad7-24f2-4a48-9603-54aa21488f17",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "a13efb7d-e848-4bd0-9bfa-861091336787": {
      "ai_tool": [
        [
          {
            "node": "ae9d8cb1-e1bf-4b72-bfc4-e1b40da73e03",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "13a93835-87ca-4ab5-a917-032d007eaa66": {
      "ai_tool": [
        [
          {
            "node": "ae9d8cb1-e1bf-4b72-bfc4-e1b40da73e03",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "717dd4b7-b1d9-4edb-af2e-d433164027dd": {
      "main": [
        [
          {
            "node": "ae9d8cb1-e1bf-4b72-bfc4-e1b40da73e03",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "49878243-142e-4b32-a3e2-76c8dca37d96",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "49878243-142e-4b32-a3e2-76c8dca37d96": {
      "main": [
        [],
        [
          {
            "node": "717dd4b7-b1d9-4edb-af2e-d433164027dd",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "ae363ca2-083b-4382-8a30-48289dbf890c": {
      "main": [
        [
          {
            "node": "fd8aa925-25cc-4d22-9e6a-ee100332f07c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "b4287490-44a5-4e82-9aef-e7242ace6bc7": {
      "ai_tool": [
        [
          {
            "node": "ae9d8cb1-e1bf-4b72-bfc4-e1b40da73e03",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "7bdc8f65-61b7-4d4a-8f53-b6a72ca61845": {
      "ai_languageModel": [
        [
          {
            "node": "ae9d8cb1-e1bf-4b72-bfc4-e1b40da73e03",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

中級 - リードナーチャリング, マルチモーダルAI

有料ですか?

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

ワークフロー情報
難易度
中級
ノード数13
カテゴリー2
ノードタイプ11
難易度説明

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

作成者
Zain Khan

Zain Khan

@zain

I partner with businesses to streamline processes and accelerate growth through intelligent AI automation and Web/mobile Development. Leveraging deep expertise in GPT-4, LangChain, and n8n, I develop AI-powered agents and sophisticated LLM pipelines.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34