AI駆動のイベント後レポートと要約ジェネレーター

中級

これはDocument Extraction, AI Summarization分野の自動化ワークフローで、13個のノードを含みます。主にCode, Webhook, Postgres, EmailSend, HttpRequestなどのノードを使用。 GPT-4を使用してイベント後のレポートを生成し、メール送信とデータベース保存をサポートする

前提条件
  • HTTP Webhookエンドポイント(n8nが自動生成)
  • PostgreSQLデータベース接続情報
  • ターゲットAPIの認証情報が必要な場合あり
  • OpenAI API Key

カテゴリー

ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "id": "emSWwmKVuZ5u4kGh",
  "meta": {
    "instanceId": "dd69efaf8212c74ad206700d104739d3329588a6f3f8381a46a481f34c9cc281",
    "templateCredsSetupCompleted": true
  },
  "name": "AI-Powered Post-Event Report & Summary Generator",
  "tags": [],
  "nodes": [
    {
      "id": "40f721fb-9648-4923-a897-db0901ddd7b2",
      "name": "Webhook Trigger",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -592,
        -80
      ],
      "webhookId": "6295dc5d-b2bd-45e0-b859-28f027870a6b",
      "parameters": {
        "path": "event-report",
        "options": {},
        "httpMethod": "POST",
        "responseMode": "responseNode"
      },
      "typeVersion": 1
    },
    {
      "id": "69ee8fd6-b823-4bd9-b8a0-185feb4634d4",
      "name": "参加者取得",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -368,
        -176
      ],
      "parameters": {
        "url": "https://oneclick.com/GetAttendees",
        "options": {}
      },
      "typeVersion": 4.1
    },
    {
      "id": "08cf380e-2ab1-49ab-806b-a677c8250a3c",
      "name": "エンゲージメント指標取得",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -368,
        16
      ],
      "parameters": {
        "url": "https://oneclick.com/GetEngagement",
        "options": {}
      },
      "typeVersion": 4.1
    },
    {
      "id": "874ce067-4545-4d7a-9f05-f7d19e2706bf",
      "name": "指標処理",
      "type": "n8n-nodes-base.code",
      "position": [
        -144,
        -80
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "c61d0bca-ff64-46c5-a9e8-a74b6c11d38c",
      "name": "AIレポート生成",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        160,
        144
      ],
      "parameters": {
        "model": "=gpt-4o-mini",
        "options": {
          "maxTokens": 2000,
          "temperature": 0.7
        }
      },
      "credentials": {
        "openAiApi": {
          "id": "CDQ16eImh6D4tY15",
          "name": "OpenAi account 2 - test"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "43cfaa09-76a3-41f8-a907-dc55b893d266",
      "name": "レポートメール送信",
      "type": "n8n-nodes-base.emailSend",
      "position": [
        432,
        -176
      ],
      "webhookId": "462313f0-1066-449e-b6bb-51254d2f0774",
      "parameters": {
        "options": {},
        "subject": "=Event Report: {{ $('Process Metrics').first().json.eventName }}",
        "toEmail": "xyz@gmail.com",
        "fromEmail": "abc@gmail.com"
      },
      "credentials": {
        "smtp": {
          "id": "G1kyF8cSWTZ4vouN",
          "name": "SMTP -test"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "6ec7c1e0-89ab-469b-9e7c-4c789f3858c2",
      "name": "データベース保存",
      "type": "n8n-nodes-base.postgres",
      "position": [
        432,
        16
      ],
      "parameters": {
        "table": {
          "__rl": true,
          "mode": "name",
          "value": "="
        },
        "schema": {
          "__rl": true,
          "mode": "list",
          "value": "public"
        },
        "columns": {
          "value": {},
          "schema": [],
          "mappingMode": "autoMapInputData",
          "matchingColumns": [],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {}
      },
      "credentials": {
        "postgres": {
          "id": "4Y4qEFGqF2krfRHZ",
          "name": "Postgres-test"
        }
      },
      "typeVersion": 2.4
    },
    {
      "id": "0013804f-9eb8-422b-8224-e7fac9b68423",
      "name": "応答送信",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        656,
        -80
      ],
      "parameters": {
        "options": {},
        "respondWith": "json",
        "responseBody": "={{ { \n  success: true, \n  message: 'Report generated successfully',\n  eventId: $('Process Metrics').first().json.eventId,\n  reportSent: true\n} }}"
      },
      "typeVersion": 1
    },
    {
      "id": "e97cfa0a-3df5-4a64-88d6-ec9988b59271",
      "name": "AIエージェント",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        80,
        -80
      ],
      "parameters": {
        "options": {}
      },
      "typeVersion": 2.2
    },
    {
      "id": "725e3338-5236-4013-8caf-bf0a287b9259",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -624,
        -208
      ],
      "parameters": {
        "width": 160,
        "height": 288,
        "content": "Start via HTTP POST request"
      },
      "typeVersion": 1
    },
    {
      "id": "3c4fe130-d1e5-4327-9cde-d0bdafbdc856",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -400,
        -304
      ],
      "parameters": {
        "width": 384,
        "height": 480,
        "content": "Fetches attendees & engagement metrics"
      },
      "typeVersion": 1
    },
    {
      "id": "d9c2e32b-e18d-4b1b-beec-4d25f4da5eb7",
      "name": "付箋5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        400,
        -304
      ],
      "parameters": {
        "width": 448,
        "height": 464,
        "content": "Sends report to stakeholders\n\nSaves reports to PostgreSQL"
      },
      "typeVersion": 1
    },
    {
      "id": "68aac399-61b4-4e2b-b966-3a93a9121961",
      "name": "付箋7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        64,
        -208
      ],
      "parameters": {
        "width": 256,
        "height": 288,
        "content": "Uses GPT-4 to generate professional reports"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "58d015a9-dfd8-418b-92be-61f190f62e19",
  "connections": {
    "e97cfa0a-3df5-4a64-88d6-ec9988b59271": {
      "main": [
        [
          {
            "node": "43cfaa09-76a3-41f8-a907-dc55b893d266",
            "type": "main",
            "index": 0
          },
          {
            "node": "6ec7c1e0-89ab-469b-9e7c-4c789f3858c2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "69ee8fd6-b823-4bd9-b8a0-185feb4634d4": {
      "main": [
        [
          {
            "node": "874ce067-4545-4d7a-9f05-f7d19e2706bf",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "874ce067-4545-4d7a-9f05-f7d19e2706bf": {
      "main": [
        [
          {
            "node": "e97cfa0a-3df5-4a64-88d6-ec9988b59271",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "40f721fb-9648-4923-a897-db0901ddd7b2": {
      "main": [
        [
          {
            "node": "69ee8fd6-b823-4bd9-b8a0-185feb4634d4",
            "type": "main",
            "index": 0
          },
          {
            "node": "08cf380e-2ab1-49ab-806b-a677c8250a3c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "6ec7c1e0-89ab-469b-9e7c-4c789f3858c2": {
      "main": [
        [
          {
            "node": "0013804f-9eb8-422b-8224-e7fac9b68423",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "43cfaa09-76a3-41f8-a907-dc55b893d266": {
      "main": [
        [
          {
            "node": "0013804f-9eb8-422b-8224-e7fac9b68423",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c61d0bca-ff64-46c5-a9e8-a74b6c11d38c": {
      "ai_languageModel": [
        [
          {
            "node": "e97cfa0a-3df5-4a64-88d6-ec9988b59271",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "08cf380e-2ab1-49ab-806b-a677c8250a3c": {
      "main": [
        [
          {
            "node": "874ce067-4545-4d7a-9f05-f7d19e2706bf",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

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

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

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

中級 - 文書抽出, AI要約

有料ですか?

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

関連ワークフロー

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

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

作成者
Oneclick AI Squad

Oneclick AI Squad

@oneclick-ai

The AI Squad Initiative is a pioneering effort to build, automate and scale AI-powered workflows using n8n.io. Our mission is to help individuals and businesses integrate AI agents seamlessly into their daily operations from automating tasks and enhancing productivity to creating innovative, intelligent solutions. We design modular, reusable AI workflow templates that empower creators, developers and teams to supercharge their automation with minimal effort and maximum impact.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34