1 日ごとの販売レポート

中級

これはCRM分野の自動化ワークフローで、12個のノードを含みます。主にIf, Code, EmailSend, GoogleSheets, ManualTriggerなどのノードを使用。 Google Sheets から 1 日ごとに販売報告書を作成し、メールにフォーマットされた要約を添付

前提条件
  • Google Sheets API認証情報

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "zSBNXj6rphbGp4Or",
  "meta": {
    "instanceId": "8443f10082278c46aa5cf3acf8ff0f70061a2c58bce76efac814b16290845177"
  },
  "name": "Daily sales report",
  "tags": [],
  "nodes": [
    {
      "id": "4b10d0b5-5e37-404b-876c-b9131b2070d5",
      "name": "Google Sheet読み込み",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        224,
        96
      ],
      "parameters": {},
      "typeVersion": 4.4
    },
    {
      "id": "2bcb8791-30dd-4275-8c8b-d055e1b8502d",
      "name": "データ存在確認",
      "type": "n8n-nodes-base.if",
      "position": [
        448,
        96
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "ab1eb7f4-2184-45e3-9189-016636720a2d",
      "name": "レポートフォーマット",
      "type": "n8n-nodes-base.code",
      "position": [
        672,
        0
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "8b803b96-c46c-4f25-9eaa-927e71014f1c",
      "name": "データなしハンドラー",
      "type": "n8n-nodes-base.code",
      "position": [
        672,
        192
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "bb98df11-3730-4024-815d-08b6e26b87c7",
      "name": "ワークフロー実行時",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        96
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "878e2ae4-fc35-4e58-b3f7-2ddba51e8b55",
      "name": "メール送信",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        896,
        96
      ],
      "webhookId": "4891c6e7-fba9-4491-a38c-a159f17c73eb",
      "parameters": {},
      "typeVersion": 2.1
    },
    {
      "id": "c2dd97d2-0486-4627-b3f1-bbb4e57083fc",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -176,
        -288
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "6895ddb3-7487-48b4-81a5-c778313528f6",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -48,
        272
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "969a10c6-9fdd-4778-9365-212c2acc8677",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        -368
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "1d59e50c-f0a0-473d-ab80-23bea73385f2",
      "name": "付箋3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        672,
        -592
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "a45eac5c-b94f-4390-9ec3-f016e0f08cb0",
      "name": "付箋4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        544,
        336
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "6ec4c16a-cadd-4b7d-8c75-c03eddf69599",
      "name": "付箋5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1088,
        96
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "73404a1e-b59a-4939-8513-defd95852cb1",
  "connections": {
    "ab1eb7f4-2184-45e3-9189-016636720a2d": {
      "main": [
        [
          {
            "node": "878e2ae4-fc35-4e58-b3f7-2ddba51e8b55",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "8b803b96-c46c-4f25-9eaa-927e71014f1c": {
      "main": [
        [
          {
            "node": "878e2ae4-fc35-4e58-b3f7-2ddba51e8b55",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "2bcb8791-30dd-4275-8c8b-d055e1b8502d": {
      "main": [
        [
          {
            "node": "ab1eb7f4-2184-45e3-9189-016636720a2d",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "8b803b96-c46c-4f25-9eaa-927e71014f1c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4b10d0b5-5e37-404b-876c-b9131b2070d5": {
      "main": [
        [
          {
            "node": "2bcb8791-30dd-4275-8c8b-d055e1b8502d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "bb98df11-3730-4024-815d-08b6e26b87c7": {
      "main": [
        [
          {
            "node": "4b10d0b5-5e37-404b-876c-b9131b2070d5",
            "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