リマインダーメール

中級

これはProject Management分野の自動化ワークフローで、12個のノードを含みます。主にCode, Cron, Filter, EmailSend, GoogleSheetsなどのノードを使用。 Google Sheets、SMTP を使った自動化による毎日のタスクリマインダー メール

前提条件
  • Google Sheets API認証情報
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "4CEVNvAxTcHxo9DD",
  "meta": {
    "instanceId": "8443f10082278c46aa5cf3acf8ff0f70061a2c58bce76efac814b16290845177",
    "templateCredsSetupCompleted": true
  },
  "name": "Reminder email",
  "tags": [],
  "nodes": [
    {
      "id": "d0351dad-1983-4dbc-a823-33aacbac1610",
      "name": "デイリーリマインダートリガー",
      "type": "n8n-nodes-base.cron",
      "position": [
        -1328,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "72e59a50-855c-46c4-a08f-86ba7fef5f7e",
      "name": "コンテンツカレンダーを読み取る",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -1104,
        0
      ],
      "parameters": {},
      "typeVersion": 4
    },
    {
      "id": "88e008b6-d682-47f4-98b0-174c4539fcdb",
      "name": "本日のタスクをフィルタリング",
      "type": "n8n-nodes-base.filter",
      "position": [
        -880,
        0
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "7c5f2a5f-e1fa-411f-a902-2ffa5c42a384",
      "name": "リマインダーメールを送信",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        -656,
        0
      ],
      "webhookId": "c9682789-c651-4290-a3af-45de98144088",
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "1c81c65c-b547-400f-89d2-4821bc8c546f",
      "name": "コード",
      "type": "n8n-nodes-base.code",
      "position": [
        -432,
        0
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "01e7103e-017c-4daa-ae24-39acebda4443",
      "name": "シートの行を更新",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        -208,
        0
      ],
      "parameters": {},
      "typeVersion": 4.6
    },
    {
      "id": "98dfa376-a5d8-4e1b-b304-a5218ee74cc4",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1424,
        -224
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "7a1a69e6-f3d2-4a83-8dba-ebca9afe62e9",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1200,
        160
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "3447d4fc-6e15-483e-ab07-26ff743b369c",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1008,
        -288
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "dd89d395-60e8-431c-a402-ecbe544a0555",
      "name": "付箋3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -752,
        160
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "31404004-0e48-46e8-b530-d08d8ecce0a7",
      "name": "付箋4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -576,
        -272
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "bf511f72-5e9b-4bb4-a2e4-633e666a0ca8",
      "name": "付箋5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -224,
        160
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "8f5f4fbb-9a1e-43ca-bc6f-d813247f6450",
  "connections": {
    "1c81c65c-b547-400f-89d2-4821bc8c546f": {
      "main": [
        [
          {
            "node": "01e7103e-017c-4daa-ae24-39acebda4443",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "7c5f2a5f-e1fa-411f-a902-2ffa5c42a384": {
      "main": [
        [
          {
            "node": "1c81c65c-b547-400f-89d2-4821bc8c546f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "88e008b6-d682-47f4-98b0-174c4539fcdb": {
      "main": [
        [
          {
            "node": "7c5f2a5f-e1fa-411f-a902-2ffa5c42a384",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "72e59a50-855c-46c4-a08f-86ba7fef5f7e": {
      "main": [
        [
          {
            "node": "88e008b6-d682-47f4-98b0-174c4539fcdb",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "d0351dad-1983-4dbc-a823-33aacbac1610": {
      "main": [
        [
          {
            "node": "72e59a50-855c-46c4-a08f-86ba7fef5f7e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

中級 - プロジェクト管理

有料ですか?

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

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

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

作成者
Rahul Joshi

Rahul Joshi

@rahul08

Rahul Joshi is a seasoned technology leader specializing in the n8n automation tool and AI-driven workflow automation. With deep expertise in building open-source workflow automation and self-hosted automation platforms, he helps organizations eliminate manual processes through intelligent n8n ai agent automation solutions.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34