企业Redditスマート参与平台
上級
これは自動化ワークフローで、52個のノードを含みます。主にIf, Code, Wait, Merge, Redditなどのノードを使用。 基于AIのReddit潜在顧客生成与社区管理,具备高级评分功能
前提条件
- •HTTP Webhookエンドポイント(n8nが自動生成)
- •ターゲットAPIの認証情報が必要な場合あり
使用ノード (52)
カテゴリー
-
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"name": "Enterprise Reddit Intelligence & Engagement Platform",
"tags": [
"reddit",
"ai",
"lead-generation",
"competitive-intelligence",
"automation"
],
"nodes": [
{
"name": "概要付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
80,
60
],
"parameters": {
"color": 4,
"width": 450,
"height": 320,
"content": "## 🚀 Enterprise Reddit Intelligence Platform\n\n**Advanced Capabilities:**\n- 🎯 Multi-stage AI analysis (sentiment, intent, competitor tracking)\n- 🔍 Competitive intelligence monitoring\n- 🧪 A/B testing for engagement strategies\n- 🤖 ML-powered lead scoring & prioritization\n- 📊 Historical performance learning\n- 🔄 Multi-touch nurture sequences\n- 👥 Team collaboration & approval workflows\n- 📈 Cross-platform lead enrichment (LinkedIn, email)\n- 🛡️ Advanced quality & compliance checks\n- 📱 Real-time alerts & reporting\n\n**Handles 500+ daily interactions across 20+ subreddits**"
},
"typeVersion": 1,
"id": "--0"
},
{
"name": "スケジュールトリガー",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
250,
400
],
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"hoursInterval": 3
}
]
}
},
"typeVersion": 1,
"id": "--1"
},
{
"name": "Webhookトリガー",
"type": "n8n-nodes-base.webhook",
"position": [
250,
520
],
"webhookId": "reddit-webhook-1",
"parameters": {
"path": "reddit-intelligence",
"responseMode": "responseNode"
},
"typeVersion": 1,
"id": "Webhook--2"
},
{
"name": "手動トリガー",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
640
],
"parameters": {},
"typeVersion": 1,
"id": "--3"
},
{
"name": "トリガー統合",
"type": "n8n-nodes-base.merge",
"position": [
450,
500
],
"parameters": {
"mode": "mergeByPosition"
},
"typeVersion": 2,
"id": "--4"
},
{
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
580,
60
],
"parameters": {
"color": 5,
"width": 340,
"height": 240,
"content": "## 📋 Smart Subreddit Strategy\n\n**Dynamic Selection:**\n- Load from database (customizable)\n- Priority-based processing\n- Performance-based rotation\n- Industry-specific targeting\n- Trending subreddit detection\n\n**Includes:**\n- 20+ target subreddits\n- Competitor subreddit monitoring\n- Industry trend tracking\n- Niche community discovery"
},
"typeVersion": 1,
"id": "-1-5"
},
{
"name": "サブレディット設定読み込み",
"type": "n8n-nodes-base.httpRequest",
"position": [
650,
500
],
"parameters": {
"url": "={{$env.DB_API_URL}}/config/subreddits",
"options": {
"retry": {
"maxRetries": 3
}
},
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth"
},
"typeVersion": 3,
"id": "--6"
},
{
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
780,
60
],
"parameters": {
"color": 5,
"width": 340,
"height": 240,
"content": "## 🔄 Parallel Processing Engine\n\n**Simultaneous Operations:**\n1. Target subreddit monitoring\n2. Competitor tracking\n3. Historical post analysis\n4. Trending topic detection\n\n**Efficiency:**\n- Process multiple subreddits at once\n- Reduce total execution time\n- Better resource utilization\n- Real-time responsiveness"
},
"typeVersion": 1,
"id": "-2-7"
},
{
"name": "サブレディット分割",
"type": "n8n-nodes-base.splitInBatches",
"position": [
850,
500
],
"parameters": {
"batchSize": 5
},
"typeVersion": 3,
"id": "--8"
},
{
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
980,
60
],
"parameters": {
"color": 6,
"width": 340,
"height": 240,
"content": "## 🕵️ Competitive Intelligence\n\n**Tracks Competitors:**\n- Competitor brand mentions\n- Service comparisons\n- Pricing discussions\n- Customer complaints\n- Market positioning\n\n**Actions:**\n- Alert team to competitor activity\n- Prepare counter-responses\n- Identify market gaps\n- Track sentiment shifts"
},
"typeVersion": 1,
"id": "-3-9"
},
{
"name": "投稿検索",
"type": "n8n-nodes-base.reddit",
"position": [
1050,
400
],
"parameters": {
"sort": "new",
"limit": 30,
"resource": "post",
"operation": "search",
"subreddit": "={{$json.subreddit}}"
},
"credentials": {
"redditOAuth2Api": {
"id": "1",
"name": "Reddit OAuth2"
}
},
"typeVersion": 1,
"id": "--10"
},
{
"name": "競合言及検索",
"type": "n8n-nodes-base.reddit",
"position": [
1050,
600
],
"parameters": {
"sort": "new",
"limit": 20,
"query": "={{$env.COMPETITOR_KEYWORDS}}",
"resource": "post",
"operation": "search",
"subreddit": "={{$json.subreddit}}"
},
"credentials": {
"redditOAuth2Api": {
"id": "1",
"name": "Reddit OAuth2"
}
},
"typeVersion": 1,
"id": "--11"
},
{
"name": "検索結果統合",
"type": "n8n-nodes-base.merge",
"position": [
1250,
500
],
"parameters": {
"mode": "mergeByPosition"
},
"typeVersion": 2,
"id": "--12"
},
{
"name": "付箋4",
"type": "n8n-nodes-base.stickyNote",
"position": [
1380,
60
],
"parameters": {
"color": 6,
"width": 340,
"height": 240,
"content": "## 🔍 Duplicate Prevention\n\n**Prevents Re-engagement:**\n- Checks historical engagement DB\n- Identifies already-commented posts\n- Tracks recent interactions\n- Prevents spam appearance\n\n**Database Lookup:**\n- Post ID matching\n- Author interaction history\n- Engagement recency\n- Success/failure tracking"
},
"typeVersion": 1,
"id": "-4-13"
},
{
"name": "エンゲージメント履歴確認",
"type": "n8n-nodes-base.httpRequest",
"position": [
1450,
500
],
"parameters": {
"url": "={{$env.DB_API_URL}}/engagement/check",
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "postId",
"value": "={{$json.id}}"
},
{
"name": "author",
"value": "={{$json.author}}"
}
]
}
},
"typeVersion": 3,
"id": "--14"
},
{
"name": "新規投稿フィルター",
"type": "n8n-nodes-base.if",
"position": [
1650,
500
],
"parameters": {
"conditions": {
"boolean": [
{
"value1": "={{$json.alreadyEngaged}}",
"value2": false
}
]
}
},
"typeVersion": 1,
"id": "--15"
},
{
"name": "付箋5",
"type": "n8n-nodes-base.stickyNote",
"position": [
1780,
60
],
"parameters": {
"color": 7,
"width": 360,
"height": 260,
"content": "## 🧠 Multi-Stage AI Analysis\n\n**Stage 1: Content Understanding**\n- Sentiment analysis (positive/negative/neutral)\n- Intent classification (help/vent/question)\n- Topic extraction\n- Entity recognition\n\n**Stage 2: Business Intelligence**\n- Relevance scoring (0-100)\n- Damage type identification\n- Urgency detection\n- Budget indicators\n\n**Stage 3: Strategic Assessment**\n- Engagement opportunity\n- Lead potential (0-1.0)\n- Competitor mention detection\n- Response strategy"
},
"typeVersion": 1,
"id": "-5-16"
},
{
"name": "AIステージ1",
"type": "n8n-nodes-base.httpRequest",
"position": [
1850,
500
],
"parameters": {
"url": "={{$env.AI_API_URL}}/analyze/content",
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "text",
"value": "={{$json.title + ' ' + ($json.selftext || '')}}"
},
{
"name": "context",
"value": "={{$json.subreddit}}"
}
]
}
},
"typeVersion": 3,
"id": "AI-1-17"
},
{
"name": "AIステージ2",
"type": "n8n-nodes-base.httpRequest",
"position": [
2050,
500
],
"parameters": {
"url": "={{$env.AI_API_URL}}/analyze/business",
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "post",
"value": "={{JSON.stringify($json)}}"
},
{
"name": "contentAnalysis",
"value": "={{JSON.stringify($json.stage1Analysis)}}"
},
{
"name": "industry",
"value": "insurance"
}
]
}
},
"typeVersion": 3,
"id": "AI-2-18"
},
{
"name": "AIステージ3",
"type": "n8n-nodes-base.httpRequest",
"position": [
2250,
500
],
"parameters": {
"url": "={{$env.AI_API_URL}}/analyze/strategy",
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "post",
"value": "={{JSON.stringify($json)}}"
},
{
"name": "analysis",
"value": "={{JSON.stringify($json.stage2Analysis)}}"
}
]
}
},
"typeVersion": 3,
"id": "AI-3-19"
},
{
"name": "付箋6",
"type": "n8n-nodes-base.stickyNote",
"position": [
2380,
60
],
"parameters": {
"color": 7,
"width": 340,
"height": 240,
"content": "## 📊 Historical Learning\n\n**ML-Powered Optimization:**\n- Analyzes past engagement success\n- Identifies winning patterns\n- Predicts engagement outcomes\n- Optimizes response strategies\n\n**Learning Factors:**\n- Best performing comment styles\n- Optimal posting times\n- Subreddit-specific tactics\n- Topic-based approaches\n\n**Continuously improves over time!**"
},
"typeVersion": 1,
"id": "-6-20"
},
{
"name": "履歴データ取得",
"type": "n8n-nodes-base.httpRequest",
"position": [
2450,
500
],
"parameters": {
"url": "={{$env.ML_API_URL}}/historical/performance",
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "subreddit",
"value": "={{$json.subreddit}}"
},
{
"name": "topic",
"value": "={{$json.stage2Analysis.topic}}"
}
]
}
},
"typeVersion": 3,
"id": "--21"
},
{
"name": "ML予測",
"type": "n8n-nodes-base.httpRequest",
"position": [
2650,
500
],
"parameters": {
"url": "={{$env.ML_API_URL}}/predict/engagement",
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "post",
"value": "={{JSON.stringify($json)}}"
},
{
"name": "analysis",
"value": "={{JSON.stringify($json.fullAnalysis)}}"
},
{
"name": "historical",
"value": "={{JSON.stringify($json.historicalData)}}"
}
]
}
},
"typeVersion": 3,
"id": "ML--22"
},
{
"name": "付箋7",
"type": "n8n-nodes-base.stickyNote",
"position": [
2780,
60
],
"parameters": {
"color": 8,
"width": 340,
"height": 240,
"content": "## 🔀 Smart Routing Engine\n\n**Decision Paths:**\n1. **High Priority** → Immediate team alert\n2. **Competitor Mention** → Competitive response\n3. **High Lead Potential** → Premium engagement\n4. **Standard** → Automated response\n5. **Low Quality** → Skip\n\n**Routing Criteria:**\n- Predicted engagement score\n- Lead potential\n- Urgency level\n- Competitor activity"
},
"typeVersion": 1,
"id": "-7-23"
},
{
"name": "優先度別ルーティング",
"type": "n8n-nodes-base.switch",
"position": [
2850,
500
],
"parameters": {
"rules": {
"rules": [
{
"value1": "={{$json.prediction.engagementScore}}",
"value2": 0.9,
"operation": "greaterOrEqual"
},
{
"value1": "={{$json.hasCompetitorMention}}",
"value2": true,
"operation": "equals"
},
{
"value1": "={{$json.fullAnalysis.leadPotential}}",
"value2": 0.8,
"operation": "greaterOrEqual"
},
{
"value1": "={{$json.fullAnalysis.relevanceScore}}",
"value2": 60,
"operation": "greaterOrEqual"
}
]
}
},
"typeVersion": 1,
"id": "--24"
},
{
"name": "付箋8",
"type": "n8n-nodes-base.stickyNote",
"position": [
3050,
60
],
"parameters": {
"color": 3,
"width": 320,
"height": 200,
"content": "## ⚠️ High Priority Alert\n\n**For Critical Posts:**\n- Urgent damage situations\n- High-value opportunities\n- Competitor threats\n- Viral potential\n\n**Sends to:**\n- Slack (team channel)\n- Email (key stakeholders)\n\n**Includes:** Quick action buttons"
},
"typeVersion": 1,
"id": "-8-25"
},
{
"name": "チーム通知",
"type": "n8n-nodes-base.httpRequest",
"position": [
3120,
300
],
"parameters": {
"url": "={{$env.SLACK_WEBHOOK_URL}}",
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "text",
"value": "🚨 HIGH PRIORITY Reddit Opportunity"
},
{
"name": "blocks",
"value": "={{JSON.stringify([{type: 'section', text: {type: 'mrkdwn', text: '*High-Value Opportunity*\\n*Post:* ' + $json.title}}])}}"
}
]
}
},
"typeVersion": 3,
"id": "--26"
},
{
"name": "競合対応生成",
"type": "n8n-nodes-base.httpRequest",
"position": [
3120,
440
],
"parameters": {
"url": "={{$env.AI_API_URL}}/generate/competitive",
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "post",
"value": "={{JSON.stringify($json)}}"
},
{
"name": "strategy",
"value": "educational"
}
]
}
},
"typeVersion": 3,
"id": "--27"
},
{
"name": "プレミアム生成",
"type": "n8n-nodes-base.httpRequest",
"position": [
3120,
580
],
"parameters": {
"url": "={{$env.AI_API_URL}}/generate/variants",
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "post",
"value": "={{JSON.stringify($json)}}"
},
{
"name": "variants",
"value": 2
},
{
"name": "style",
"value": "premium"
}
]
}
},
"typeVersion": 3,
"id": "--28"
},
{
"name": "バリアント選択",
"type": "n8n-nodes-base.code",
"position": [
3320,
580
],
"parameters": {
"functionCode": "const item = $input.first().json;\nconst variants = item.responseVariants || {};\nconst random = Math.random();\n\nconst selectedVariant = random < 0.5 ? 'A' : 'B';\nconst selectedResponse = variants[selectedVariant] || variants.A || 'Default response';\n\nreturn [{\n json: {\n ...item,\n testVariant: selectedVariant,\n response: selectedResponse,\n testId: 'ab_' + Date.now() + '_' + selectedVariant\n }\n}];"
},
"typeVersion": 1,
"id": "--29"
},
{
"name": "スタンダード生成",
"type": "n8n-nodes-base.httpRequest",
"position": [
3120,
720
],
"parameters": {
"url": "={{$env.AI_API_URL}}/generate/standard",
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "post",
"value": "={{JSON.stringify($json)}}"
},
{
"name": "tone",
"value": "helpful"
}
]
}
},
"typeVersion": 3,
"id": "--30"
},
{
"name": "レスポンス統合",
"type": "n8n-nodes-base.merge",
"position": [
3520,
550
],
"parameters": {
"mode": "mergeByPosition"
},
"typeVersion": 2,
"id": "--31"
},
{
"name": "付箋9",
"type": "n8n-nodes-base.stickyNote",
"position": [
3650,
60
],
"parameters": {
"color": 6,
"width": 340,
"height": 220,
"content": "## 🛡️ Quality Assurance Gate\n\n**Pre-Posting Checks:**\n- ✅ No promotional language\n- ✅ Tone appropriateness\n- ✅ Length validation\n- ✅ Grammar/spelling check\n- ✅ Reddit markdown valid\n- ✅ No banned keywords\n- ✅ Subreddit rule compliance"
},
"typeVersion": 1,
"id": "-9-32"
},
{
"name": "品質チェック",
"type": "n8n-nodes-base.code",
"position": [
3720,
550
],
"parameters": {
"functionCode": "const item = $input.first().json;\nconst response = item.response || '';\nconst issues = [];\n\nconst promoWords = ['buy', 'purchase', 'discount', 'sale', 'click here'];\nconst hasPromo = promoWords.some(word => response.toLowerCase().includes(word));\nif (hasPromo) issues.push('Promotional language');\n\nif (response.length > 10000) issues.push('Too long');\nif (response.length < 50) issues.push('Too short');\n\nconst bannedWords = ['spam', 'scam'];\nconst hasBanned = bannedWords.some(word => response.toLowerCase().includes(word));\nif (hasBanned) issues.push('Banned words');\n\nreturn [{\n json: {\n ...item,\n qualityCheck: {\n passed: issues.length === 0,\n issues: issues,\n score: Math.max(0, 100 - (issues.length * 25))\n }\n }\n}];"
},
"typeVersion": 1,
"id": "--33"
},
{
"name": "品質ゲート",
"type": "n8n-nodes-base.if",
"position": [
3920,
550
],
"parameters": {
"conditions": {
"boolean": [
{
"value1": "={{$json.qualityCheck.passed}}",
"value2": true
}
]
}
},
"typeVersion": 1,
"id": "--34"
},
{
"name": "レビュー要フラグ",
"type": "n8n-nodes-base.httpRequest",
"position": [
4120,
670
],
"parameters": {
"url": "={{$env.SLACK_WEBHOOK_URL}}",
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "text",
"value": "⚠️ Response failed quality check"
}
]
}
},
"typeVersion": 3,
"id": "--35"
},
{
"name": "レート制限",
"type": "n8n-nodes-base.wait",
"position": [
4120,
450
],
"parameters": {
"unit": "seconds",
"amount": 60
},
"typeVersion": 1,
"id": "--36"
},
{
"name": "コメント投稿",
"type": "n8n-nodes-base.reddit",
"position": [
4320,
450
],
"parameters": {
"text": "={{$json.response}}",
"postId": "={{$json.id}}",
"resource": "comment",
"operation": "create"
},
"credentials": {
"redditOAuth2Api": {
"id": "1",
"name": "Reddit OAuth2"
}
},
"typeVersion": 1,
"id": "--37"
},
{
"name": "付箋10",
"type": "n8n-nodes-base.stickyNote",
"position": [
4450,
60
],
"parameters": {
"color": 7,
"width": 340,
"height": 220,
"content": "## 🎯 Lead Processing\n\n**Multi-Source Enrichment:**\n1. LinkedIn profile lookup\n2. Company information\n3. Email validation\n4. Social media presence\n\n**Advanced Scoring:**\n- Base AI score (0-1.0)\n- Behavioral signals\n- Engagement quality\n- Intent indicators"
},
"typeVersion": 1,
"id": "-10-38"
},
{
"name": "リード確認",
"type": "n8n-nodes-base.if",
"position": [
4520,
450
],
"parameters": {
"conditions": {
"number": [
{
"value1": "={{$json.fullAnalysis.leadPotential}}",
"value2": 0.6,
"operation": "largerEqual"
}
]
}
},
"typeVersion": 1,
"id": "--39"
},
{
"name": "リード情報拡充",
"type": "n8n-nodes-base.httpRequest",
"position": [
4720,
350
],
"parameters": {
"url": "={{$env.ENRICHMENT_API_URL}}/enrich",
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "username",
"value": "={{$json.author}}"
},
{
"name": "postContent",
"value": "={{$json.title}}"
}
]
}
},
"typeVersion": 3,
"id": "--40"
},
{
"name": "リードスコアリング",
"type": "n8n-nodes-base.code",
"position": [
4920,
350
],
"parameters": {
"functionCode": "const item = $input.first().json;\nconst baseScore = item.fullAnalysis?.leadPotential || 0;\nconst enrichment = item.enrichmentData || {};\n\nlet finalScore = baseScore;\nif (enrichment.hasLinkedIn) finalScore += 0.1;\nif (enrichment.hasCompanyInfo) finalScore += 0.15;\nif (enrichment.emailValidated) finalScore += 0.1;\n\nfinalScore = Math.min(1.0, finalScore);\n\nconst tier = finalScore >= 0.85 ? 'hot' : finalScore >= 0.7 ? 'warm' : 'cold';\n\nreturn [{\n json: {\n ...item,\n leadScore: {\n base: baseScore,\n final: finalScore,\n tier: tier\n }\n }\n}];"
},
"typeVersion": 1,
"id": "--41"
},
{
"name": "リードルーティング",
"type": "n8n-nodes-base.switch",
"position": [
5120,
350
],
"parameters": {
"rules": {
"rules": [
{
"value1": "={{$json.leadScore.tier}}",
"value2": "hot",
"operation": "equals"
},
{
"value1": "={{$json.leadScore.tier}}",
"value2": "warm",
"operation": "equals"
}
]
}
},
"typeVersion": 1,
"id": "--42"
},
{
"name": "ホットリード作成",
"type": "n8n-nodes-base.httpRequest",
"position": [
5320,
200
],
"parameters": {
"url": "={{$env.CRM_API_URL}}/leads/hot",
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "source",
"value": "reddit"
},
{
"name": "leadData",
"value": "={{JSON.stringify($json)}}"
}
]
}
},
"typeVersion": 3,
"id": "--43"
},
{
"name": "営業通知",
"type": "n8n-nodes-base.httpRequest",
"position": [
5520,
200
],
"parameters": {
"url": "={{$env.SLACK_WEBHOOK_URL}}",
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "text",
"value": "🔥 HOT LEAD from Reddit!"
}
]
}
},
"typeVersion": 3,
"id": "--44"
},
{
"name": "プレミアム育成開始",
"type": "n8n-nodes-base.httpRequest",
"position": [
5720,
200
],
"parameters": {
"url": "={{$env.AUTOMATION_API_URL}}/sequences/premium",
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "leadId",
"value": "={{$json.leadId}}"
},
{
"name": "sequence",
"value": "hot_lead_nurture"
}
]
}
},
"typeVersion": 3,
"id": "--45"
},
{
"name": "ウォームリード作成",
"type": "n8n-nodes-base.httpRequest",
"position": [
5320,
350
],
"parameters": {
"url": "={{$env.CRM_API_URL}}/leads/warm",
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "source",
"value": "reddit"
},
{
"name": "leadData",
"value": "={{JSON.stringify($json)}}"
}
]
}
},
"typeVersion": 3,
"id": "--46"
},
{
"name": "ウォーム育成開始",
"type": "n8n-nodes-base.httpRequest",
"position": [
5520,
350
],
"parameters": {
"url": "={{$env.AUTOMATION_API_URL}}/sequences/nurture",
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "leadId",
"value": "={{$json.leadId}}"
}
]
}
},
"typeVersion": 3,
"id": "--47"
},
{
"name": "コールドリード作成",
"type": "n8n-nodes-base.httpRequest",
"position": [
5320,
500
],
"parameters": {
"url": "={{$env.CRM_API_URL}}/leads/cold",
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "source",
"value": "reddit"
},
{
"name": "leadData",
"value": "={{JSON.stringify($json)}}"
}
]
}
},
"typeVersion": 3,
"id": "--48"
},
{
"name": "リード統合",
"type": "n8n-nodes-base.merge",
"position": [
5920,
350
],
"parameters": {
"mode": "mergeByPosition"
},
"typeVersion": 2,
"id": "--49"
},
{
"name": "分析ログ記録",
"type": "n8n-nodes-base.httpRequest",
"position": [
6120,
350
],
"parameters": {
"url": "={{$env.DB_API_URL}}/analytics/log",
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "engagement",
"value": "={{JSON.stringify($json)}}"
}
]
}
},
"typeVersion": 3,
"id": "--50"
},
{
"name": "ML更新",
"type": "n8n-nodes-base.httpRequest",
"position": [
6320,
350
],
"parameters": {
"url": "={{$env.ML_API_URL}}/model/update",
"method": "POST",
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "outcome",
"value": "={{JSON.stringify($json)}}"
}
]
}
},
"typeVersion": 3,
"id": "ML--51"
}
],
"settings": {
"executionOrder": "v1",
"saveManualExecutions": true
},
"staticData": null,
"connections": {
"AI-1-17": {
"main": [
[
{
"node": "AI-2-18",
"type": "main",
"index": 0
}
]
]
},
"AI-2-18": {
"main": [
[
{
"node": "AI-3-19",
"type": "main",
"index": 0
}
]
]
},
"AI-3-19": {
"main": [
[
{
"node": "--21",
"type": "main",
"index": 0
}
]
]
},
"--26": {
"main": [
[
{
"node": "--28",
"type": "main",
"index": 0
}
]
]
},
"--39": {
"main": [
[
{
"node": "--40",
"type": "main",
"index": 0
}
]
]
},
"--36": {
"main": [
[
{
"node": "--37",
"type": "main",
"index": 0
}
]
]
},
"--42": {
"main": [
[
{
"node": "--43",
"type": "main",
"index": 0
}
],
[
{
"node": "--46",
"type": "main",
"index": 0
}
],
[
{
"node": "--48",
"type": "main",
"index": 0
}
]
]
},
"--41": {
"main": [
[
{
"node": "--42",
"type": "main",
"index": 0
}
]
]
},
"--44": {
"main": [
[
{
"node": "--45",
"type": "main",
"index": 0
}
]
]
},
"--40": {
"main": [
[
{
"node": "--41",
"type": "main",
"index": 0
}
]
]
},
"--49": {
"main": [
[
{
"node": "--50",
"type": "main",
"index": 0
}
]
]
},
"--37": {
"main": [
[
{
"node": "--39",
"type": "main",
"index": 0
}
]
]
},
"--34": {
"main": [
[
{
"node": "--36",
"type": "main",
"index": 0
}
],
[
{
"node": "--35",
"type": "main",
"index": 0
}
]
]
},
"--10": {
"main": [
[
{
"node": "--12",
"type": "main",
"index": 0
}
]
]
},
"--50": {
"main": [
[
{
"node": "ML--51",
"type": "main",
"index": 0
}
]
]
},
"ML--22": {
"main": [
[
{
"node": "--24",
"type": "main",
"index": 0
}
]
]
},
"--33": {
"main": [
[
{
"node": "--34",
"type": "main",
"index": 0
}
]
]
},
"--3": {
"main": [
[
{
"node": "--4",
"type": "main",
"index": 0
}
]
]
},
"--4": {
"main": [
[
{
"node": "--6",
"type": "main",
"index": 0
}
]
]
},
"--29": {
"main": [
[
{
"node": "--31",
"type": "main",
"index": 1
}
]
]
},
"--43": {
"main": [
[
{
"node": "--44",
"type": "main",
"index": 0
}
]
]
},
"--31": {
"main": [
[
{
"node": "--33",
"type": "main",
"index": 0
}
]
]
},
"Webhook--2": {
"main": [
[
{
"node": "--4",
"type": "main",
"index": 0
}
]
]
},
"--48": {
"main": [
[
{
"node": "--49",
"type": "main",
"index": 2
}
]
]
},
"--46": {
"main": [
[
{
"node": "--47",
"type": "main",
"index": 0
}
]
]
},
"--15": {
"main": [
[
{
"node": "AI-1-17",
"type": "main",
"index": 0
}
]
]
},
"--28": {
"main": [
[
{
"node": "--29",
"type": "main",
"index": 0
}
]
]
},
"--1": {
"main": [
[
{
"node": "--4",
"type": "main",
"index": 0
}
]
]
},
"--8": {
"main": [
[
{
"node": "--10",
"type": "main",
"index": 0
},
{
"node": "--11",
"type": "main",
"index": 0
}
]
]
},
"--30": {
"main": [
[
{
"node": "--31",
"type": "main",
"index": 2
}
]
]
},
"--24": {
"main": [
[
{
"node": "--26",
"type": "main",
"index": 0
}
],
[
{
"node": "--27",
"type": "main",
"index": 0
}
],
[
{
"node": "--28",
"type": "main",
"index": 0
}
],
[
{
"node": "--30",
"type": "main",
"index": 0
}
]
]
},
"--47": {
"main": [
[
{
"node": "--49",
"type": "main",
"index": 1
}
]
]
},
"--21": {
"main": [
[
{
"node": "ML--22",
"type": "main",
"index": 0
}
]
]
},
"--27": {
"main": [
[
{
"node": "--31",
"type": "main",
"index": 0
}
]
]
},
"--12": {
"main": [
[
{
"node": "--14",
"type": "main",
"index": 0
}
]
]
},
"--6": {
"main": [
[
{
"node": "--8",
"type": "main",
"index": 0
}
]
]
},
"--45": {
"main": [
[
{
"node": "--49",
"type": "main",
"index": 0
}
]
]
},
"--14": {
"main": [
[
{
"node": "--15",
"type": "main",
"index": 0
}
]
]
},
"--11": {
"main": [
[
{
"node": "--12",
"type": "main",
"index": 1
}
]
]
}
},
"triggerCount": 3
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
上級
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
潜在顧客開掘とメールワーキングフロー
Google Maps、SendGrid、AIを使用してB2Bリード獲得とメールマーケティングを自動化
If
Set
Code
+
If
Set
Code
141 ノードEzema Kingsley Chibuzo
リード獲得
n8nノードの探索(可視化リファレンスライブラリ内)
n8nノードを可視化リファレンスライブラリで探索
If
Ftp
Set
+
If
Ftp
Set
113 ノードI versus AI
その他
GPT-4o、WordPress、LinkedInを使ってRSSから自動でブログ記事を投稿
GPT-4o、WordPress、LinkedInを使ってRSSコンテンツを自動のにブログ記事へ公開
If
Set
Code
+
If
Set
Code
40 ノードImmanuel
人工知能
Airtable、OpenAI、Unipile を使用した LinkedIn リード生成と自動ダイレクトメッセージングの自動化
Airtable、OpenAI、Unipileを使用した自動LinkedInリード生成とInMail投稿
If
Set
Code
+
If
Set
Code
143 ノードRuben AI
リードナーチャリング
毎日の WhatsApp グループ スマート分析:GPT-4.1 による分析と音声メッセージの transcrição
毎日の WhatsApp グループ インタラクティブ分析:GPT-4.1 分析と音声メッセージ文字起こし
If
Set
Code
+
If
Set
Code
52 ノードDaniel Lianes
その他
ペットショップ 4
ペットショップ予約AIエージェント
If
Set
Code
+
If
Set
Code
187 ノードBruno Dias
人工知能
ワークフロー情報
難易度
上級
ノード数52
カテゴリー-
ノードタイプ12
作成者
Shelly-Ann Davy
@SheCodesFlowFounder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”
外部リンク
n8n.ioで表示 →
このワークフローを共有