市場レポートの自動生成と配布
中級
これはMarket Research分野の自動化ワークフローで、9個のノードを含みます。主にCron, Gmail, Function, GoogleDocs, HttpRequestなどのノードを使用。 Googleドキュメント、スプレッドシート、Gmailを使用してマーケティングレ portを生成・配信
前提条件
- •Googleアカウント + Gmail API認証情報
- •ターゲットAPIの認証情報が必要な場合あり
- •Google Sheets API認証情報
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "GlgUwkuAq48MlxaK",
"meta": {
"instanceId": "a287613f1596da776459594685fbf4e2b4a12124f80ab8c8772f5e37bff103ae",
"templateCredsSetupCompleted": true
},
"name": "Automated Market Report Generation & Distribution",
"tags": [],
"nodes": [
{
"id": "9dfa0ef3-23eb-4b26-a122-b75ef6c94b04",
"name": "0. Cron (月次スケジュール)",
"type": "n8n-nodes-base.cron",
"position": [
-1648,
208
],
"parameters": {},
"description": "Triggers on the 1st day of every month at 8 AM to generate the report.",
"typeVersion": 1
},
{
"id": "75f56194-4398-477f-a871-9b99e7c11e47",
"name": "1. HTTP Request (市場データ取得)",
"type": "n8n-nodes-base.httpRequest",
"position": [
-1424,
208
],
"parameters": {},
"description": "Fetches raw market data for a specific region from an external API.",
"typeVersion": 1
},
{
"id": "b50f4ece-6f82-4fe4-bec6-9bab5eb5c3a9",
"name": "2. Function (データ処理)",
"type": "n8n-nodes-base.function",
"position": [
-1200,
208
],
"parameters": {},
"description": "Processes and formats the raw API data for the report template.",
"typeVersion": 1
},
{
"id": "b413874a-4940-4c9c-9979-8a83363c9048",
"name": "3. Google Docs (レポート作成)",
"type": "n8n-nodes-base.googleDocs",
"position": [
-976,
208
],
"parameters": {},
"description": "Creates a new report document from a template and fills it with market data.",
"typeVersion": 1
},
{
"id": "919caceb-0843-4bc7-b728-3cb9ef3f1245",
"name": "4. Google Sheets (クライアントリスト取得)",
"type": "n8n-nodes-base.googleSheets",
"position": [
-752,
208
],
"parameters": {},
"description": "Gets all client emails from your mailing list sheet.",
"typeVersion": 3
},
{
"id": "2dd3cac5-6073-4877-934d-bb3de4d22a44",
"name": "5. Split In Batches",
"type": "n8n-nodes-base.splitInBatches",
"position": [
-528,
208
],
"parameters": {},
"description": "Processes each client email one by one to send the report.",
"typeVersion": 1
},
{
"id": "9518ca4b-3085-4510-8fad-d8be6915bb62",
"name": "6. Gmail (レポート送信)",
"type": "n8n-nodes-base.gmail",
"position": [
-304,
208
],
"parameters": {},
"description": "Sends the generated report as an attachment to each client.",
"typeVersion": 1
},
{
"id": "a34de244-453a-406d-8b49-dcc3dac8b143",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1728,
144
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "e27d8aeb-ac2d-43ad-8668-2ed849d61249",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1728,
448
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "1e2422b5-3680-49de-a885-eb33fd9f112f",
"connections": {
"2dd3cac5-6073-4877-934d-bb3de4d22a44": {
"main": [
[
{
"node": "9518ca4b-3085-4510-8fad-d8be6915bb62",
"type": "main",
"index": 0
}
]
]
},
"9dfa0ef3-23eb-4b26-a122-b75ef6c94b04": {
"main": [
[
{
"node": "75f56194-4398-477f-a871-9b99e7c11e47",
"type": "main",
"index": 0
}
]
]
},
"b50f4ece-6f82-4fe4-bec6-9bab5eb5c3a9": {
"main": [
[
{
"node": "b413874a-4940-4c9c-9979-8a83363c9048",
"type": "main",
"index": 0
}
]
]
},
"b413874a-4940-4c9c-9979-8a83363c9048": {
"main": [
[
{
"node": "919caceb-0843-4bc7-b728-3cb9ef3f1245",
"type": "main",
"index": 0
}
]
]
},
"75f56194-4398-477f-a871-9b99e7c11e47": {
"main": [
[
{
"node": "b50f4ece-6f82-4fe4-bec6-9bab5eb5c3a9",
"type": "main",
"index": 0
}
]
]
},
"919caceb-0843-4bc7-b728-3cb9ef3f1245": {
"main": [
[
{
"node": "2dd3cac5-6073-4877-934d-bb3de4d22a44",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - 市場調査
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
GPT-4 と Stripe 基于の自動スマートキャッシュフローと請求管理システム
GPT-4、Stripe、Google Workspaceを活用した自動入金業務フローとスマートアラート
If
Wait
Gmail
+
If
Wait
Gmail
16 ノードMarth
請求書処理
GPT-4とApifyを基盤としたAI駆動型競合他社・市場インテリジェンスシステム
GPT-4とApifyを基盤としたAI駆動型競合他社・市場インテリジェンスシステム
Code
Merge
Slack
+
Code
Merge
Slack
12 ノードMarth
市場調査
GPT-4とApifyを基盤とした自動化マルチAIエージェントによる競合他社と市場分析システム
GPT-4、Apify、Google Docsを使ってAI駆動の競合分析レポートを生成
Code
Slack
Google Docs
+
Code
Slack
Google Docs
11 ノードMarth
市場調査
自動化マルチAIエージェント不動産投資分析システム
GPT-4、SerpAPI、Google Docs、Airtableを使用して不動産投資レポートを生成
Code
Gmail
Airtable
+
Code
Gmail
Airtable
13 ノードMarth
市場調査
電子商取引での誕生日割引自動化
Google SheetとGmailを使用してECサイトの誕生日割引メールを自動化
If
Gmail
Function
+
If
Gmail
Function
7 ノードMarth
ソーシャルメディア
ECオペレーションデスクのAIシステム
Slack、Sheets、Gmail を使用した EC 注文、在庫、フィードバックの自動化
If
Gmail
Slack
+
If
Gmail
Slack
16 ノードMarth
顧客管理
ワークフロー情報
難易度
中級
ノード数9
カテゴリー1
ノードタイプ8
作成者
Marth
@marthSimplifying Business with Smart Automation. I create and share user-friendly, highly efficient n8n workflow templates for SMEs, focusing on digital marketing, sales, and operational excellence. Get ready to automate, innovate, and elevate your business. Connect me on Linkedin for custom solutions.
外部リンク
n8n.ioで表示 →
このワークフローを共有