私のワークフロー

中級

これはMarketing分野の自動化ワークフローで、6個のノードを含みます。主にEmailSend, ManualTrigger, ReadBinaryFile, SplitInBatches, SpreadsheetFileなどのノードを使用。 パーソナライズされた添付ファイル付きバッチ送信

前提条件
  • 特別な前提条件なし、インポートしてすぐに使用可能

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": 1,
  "name": "My workflow",
  "nodes": [
    {
      "name": "「execute」クリック時",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        320,
        300
      ],
      "parameters": {},
      "typeVersion": 1,
      "id": "-execute--0"
    },
    {
      "name": "Send Email",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        1520,
        300
      ],
      "parameters": {
        "options": {
          "allowUnauthorizedCerts": true
        },
        "subject": "Certificate For Course",
        "toEmail": "={{$node[\"SplitInBatches\"].json[\"email\"]}}",
        "fromEmail": "bhavabhuthi@riseup.net",
        "attachments": "data"
      },
      "credentials": {
        "smtp": {
          "id": "1",
          "name": "SMTP account"
        }
      },
      "typeVersion": 1,
      "id": "Send-Email-1"
    },
    {
      "name": "Read Binary File",
      "type": "n8n-nodes-base.readBinaryFile",
      "position": [
        560,
        300
      ],
      "parameters": {
        "filePath": "/home/shashikanth/Documents/Cert-Gen-Test/data.csv",
        "dataPropertyName": "csv"
      },
      "typeVersion": 1,
      "alwaysOutputData": false,
      "id": "Read-Binary-File-2"
    },
    {
      "name": "Spreadsheet File",
      "type": "n8n-nodes-base.spreadsheetFile",
      "position": [
        840,
        300
      ],
      "parameters": {
        "options": {
          "headerRow": true
        },
        "binaryPropertyName": "csv"
      },
      "typeVersion": 1,
      "id": "Spreadsheet-File-3"
    },
    {
      "name": "SplitInBatches",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        1080,
        300
      ],
      "parameters": {
        "options": {
          "reset": false
        },
        "batchSize": 5
      },
      "typeVersion": 1,
      "id": "SplitInBatches-4"
    },
    {
      "name": "Read Binary File1",
      "type": "n8n-nodes-base.readBinaryFile",
      "position": [
        1300,
        300
      ],
      "parameters": {
        "filePath": "=/home/shashikanth/Documents/Cert-Gen-Test/generator-output/{{$json[\"name\"]}}.png"
      },
      "typeVersion": 1,
      "id": "Read-Binary-File1-5"
    }
  ],
  "active": false,
  "settings": {},
  "connections": {
    "SplitInBatches-4": {
      "main": [
        [
          {
            "node": "Read-Binary-File1-5",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read-Binary-File-2": {
      "main": [
        [
          {
            "node": "Spreadsheet-File-3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Spreadsheet-File-3": {
      "main": [
        [
          {
            "node": "SplitInBatches-4",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read-Binary-File1-5": {
      "main": [
        [
          {
            "node": "Send-Email-1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "-execute--0": {
      "main": [
        [
          {
            "node": "Read-Binary-File-2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

中級 - マーケティング

有料ですか?

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

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

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

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34