Gmail・Googleスプシ・Slack通知を使用した一括メール送信と追跡

中級

これはMarketing分野の自動化ワークフローで、10個のノードを含みます。主にWait, Gmail, Slack, Switch, GoogleSheetsなどのノードを使用。 Gmail、Google スプレッドシート、Slack 通知を使ったバッチ送信と追跡

前提条件
  • Googleアカウント + Gmail API認証情報
  • Slack Bot Token または Webhook URL
  • Google Sheets API認証情報

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "instanceId": "28099d2544433ae0f39c65315a4d4c531947fcb0f060a94d6047d7be5df31063",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "abb38b5f-3e0d-449a-8aa5-65cacac5bdcf",
      "name": "Gmail1",
      "type": "n8n-nodes-base.gmail",
      "position": [
        -140,
        260
      ],
      "webhookId": "7991dbd6-9db7-4a38-ab95-b4c9756b93ee",
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "cdae80d4-4f4a-4291-a41c-0c77406eef53",
      "name": "待機4",
      "type": "n8n-nodes-base.wait",
      "position": [
        220,
        260
      ],
      "webhookId": "c4cf719a-d47f-4761-8a16-aff92b8e9a19",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "ebb78ca4-059a-4e3f-be69-5380d62ba9d9",
      "name": "Google スプレッドシート8",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -840,
        140
      ],
      "parameters": {},
      "typeVersion": 4.5
    },
    {
      "id": "ad52a0d8-37af-4181-a023-87986dbd2a8f",
      "name": "ループ処理4",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        -620,
        140
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "9007c279-f456-4d98-8e89-b012875fd687",
      "name": "Google スプレッドシート9",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        40,
        260
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "ee34e264-6f1c-4009-b401-ad6276ebd732",
      "name": "スイッチ2",
      "type": "n8n-nodes-base.switch",
      "position": [
        -380,
        240
      ],
      "parameters": {},
      "typeVersion": 3.2
    },
    {
      "id": "bac9dd7f-ea4d-4aa0-a681-3c3ac12223e7",
      "name": "Slack",
      "type": "n8n-nodes-base.slack",
      "position": [
        -400,
        40
      ],
      "webhookId": "806ebfab-0c1c-4011-b116-7d06dbf16ec4",
      "parameters": {},
      "typeVersion": 2.3
    },
    {
      "id": "20bb811a-706e-4729-aef0-a95ddeb38932",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1100,
        -60
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "5d99e02c-b946-4f80-8393-35cd6aaf5e89",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1480,
        -60
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "ecdc3aa2-b779-4717-b1cd-f8366093d76c",
      "name": "スケジュールトリガー",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -1060,
        140
      ],
      "parameters": {},
      "typeVersion": 1.2
    }
  ],
  "pinData": {},
  "connections": {
    "Wait4": {
      "main": [
        [
          {
            "node": "Loop Over Items4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "abb38b5f-3e0d-449a-8aa5-65cacac5bdcf": {
      "main": [
        [
          {
            "node": "Google Sheets9",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Switch2": {
      "main": [
        [
          {
            "node": "abb38b5f-3e0d-449a-8aa5-65cacac5bdcf",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets8": {
      "main": [
        [
          {
            "node": "Loop Over Items4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets9": {
      "main": [
        [
          {
            "node": "Wait4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items4": {
      "main": [
        [
          {
            "node": "bac9dd7f-ea4d-4aa0-a681-3c3ac12223e7",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Switch2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Google Sheets8",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

中級 - マーケティング

有料ですか?

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

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

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

作成者
Electrabot

Electrabot

@vansh404

AI Automation Agency Based In Canada Reach out to me if you need any help -https://www.linkedin.com/in/vansharoraa/

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34