Notionから自動で顧客育成メールと評価収集を実行
上級
これはSupport Chatbot, Multimodal AI分野の自動化ワークフローで、19個のノードを含みます。主にIf, Set, Code, Webhook, Telegramなどのノードを使用。 Telegramを使ってGoogleカレンダーとNotion CRMによる会議スケジュールの自動化
前提条件
- •HTTP Webhookエンドポイント(n8nが自動生成)
- •Telegram Bot Token
- •ターゲットAPIの認証情報が必要な場合あり
使用ノード (19)
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"meta": {
"templateCreatedBy": {
"id": "template-creator",
"name": "n8n Template Creator"
},
"templateCredentials": [
"notionApi",
"smtp",
"telegramApi"
]
},
"name": "Automate client nurture emails and testimonial collection from Notion",
"tags": [],
"nodes": [
{
"id": "sticky-overview",
"name": "セットアップガイド",
"type": "n8n-nodes-base.stickyNote",
"position": [
-700,
20
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "sticky-config",
"name": "設定手順",
"type": "n8n-nodes-base.stickyNote",
"position": [
-700,
540
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "manual-trigger",
"name": "手動トリガー",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-300,
300
],
"parameters": {},
"typeVersion": 1
},
{
"id": "schedule-trigger",
"name": "毎日スケジュール",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-300,
420
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "settings",
"name": "設定",
"type": "n8n-nodes-base.set",
"position": [
-60,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "get-date",
"name": "今日の日付を取得",
"type": "n8n-nodes-base.code",
"position": [
160,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "query-notion",
"name": "Notionをクエリ",
"type": "n8n-nodes-base.httpRequest",
"position": [
380,
360
],
"parameters": {},
"typeVersion": 4.1
},
{
"id": "calculate",
"name": "日数を計算",
"type": "n8n-nodes-base.code",
"position": [
600,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "if-day7",
"name": "IF 7日目",
"type": "n8n-nodes-base.if",
"position": [
820,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "if-day30",
"name": "IF 30日目",
"type": "n8n-nodes-base.if",
"position": [
820,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "if-day60",
"name": "IF 60日目",
"type": "n8n-nodes-base.if",
"position": [
820,
460
],
"parameters": {},
"typeVersion": 2
},
{
"id": "email-day7",
"name": "7日目メール",
"type": "n8n-nodes-base.emailSend",
"position": [
1040,
260
],
"parameters": {},
"typeVersion": 2
},
{
"id": "email-day30",
"name": "30日目メール",
"type": "n8n-nodes-base.emailSend",
"position": [
1040,
360
],
"parameters": {},
"typeVersion": 2
},
{
"id": "email-day60",
"name": "60日目メール",
"type": "n8n-nodes-base.emailSend",
"position": [
1040,
460
],
"parameters": {},
"typeVersion": 2
},
{
"id": "telegram-notify",
"name": "Telegram通知",
"type": "n8n-nodes-base.telegram",
"position": [
1260,
360
],
"parameters": {},
"typeVersion": 1
},
{
"id": "webhook",
"name": "評価Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
-300,
640
],
"parameters": {},
"typeVersion": 1
},
{
"id": "parse-testimonial",
"name": "評価を解析",
"type": "n8n-nodes-base.code",
"position": [
-60,
640
],
"parameters": {},
"typeVersion": 2
},
{
"id": "telegram-testimonial",
"name": "評価を通知",
"type": "n8n-nodes-base.telegram",
"position": [
160,
640
],
"parameters": {},
"typeVersion": 1
},
{
"id": "respond",
"name": "返信",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
380,
640
],
"parameters": {},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"connections": {
"respond": {
"main": []
},
"if-day7": {
"main": [
[],
[
{
"node": "email-day7",
"type": "main",
"index": 0
}
]
]
},
"settings": {
"main": [
[
{
"node": "get-date",
"type": "main",
"index": 0
}
]
]
},
"if-day30": {
"main": [
[],
[
{
"node": "email-day30",
"type": "main",
"index": 0
}
]
]
},
"if-day60": {
"main": [
[],
[
{
"node": "email-day60",
"type": "main",
"index": 0
}
]
]
},
"email-day7": {
"main": [
[
{
"node": "telegram-notify",
"type": "main",
"index": 0
}
]
]
},
"email-day30": {
"main": [
[
{
"node": "telegram-notify",
"type": "main",
"index": 0
}
]
]
},
"email-day60": {
"main": [
[
{
"node": "telegram-notify",
"type": "main",
"index": 0
}
]
]
},
"query-notion": {
"main": [
[
{
"node": "calculate",
"type": "main",
"index": 0
}
]
]
},
"calculate": {
"main": [
[
{
"node": "if-day7",
"type": "main",
"index": 0
},
{
"node": "if-day30",
"type": "main",
"index": 0
},
{
"node": "if-day60",
"type": "main",
"index": 0
}
]
]
},
"get-date": {
"main": [
[
{
"node": "query-notion",
"type": "main",
"index": 0
}
]
]
},
"manual-trigger": {
"main": [
[
{
"node": "settings",
"type": "main",
"index": 0
}
]
]
},
"schedule-trigger": {
"main": [
[
{
"node": "settings",
"type": "main",
"index": 0
}
]
]
},
"parse-testimonial": {
"main": [
[
{
"node": "telegram-testimonial",
"type": "main",
"index": 0
}
]
]
},
"telegram-testimonial": {
"main": [
[
{
"node": "respond",
"type": "main",
"index": 0
}
]
]
},
"webhook": {
"main": [
[
{
"node": "parse-testimonial",
"type": "main",
"index": 0
}
]
]
}
},
"triggerCount": 2
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
上級 - サポートチャットボット, マルチモーダルAI
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
顧客育成メールの自動化と Notion からの顧客評価収集
WhatsApp、GPT-4V、Google Sheets を活用して領収データを抽出・整理
If
Code
Notion
+
If
Code
Notion
18 ノードShelly-Ann Davy
請求書処理
AIを使った求人情報の自動検索
Google Jobs、RemoteOK、GPT-3.5 を使ってAIの求人情報に基づく自動求人検索を行い、AI採用情報に基づく自動求人検索とAI対応の求人情報を提供
If
Set
Code
+
If
Set
Code
17 ノードShelly-Ann Davy
個人の生産性
OpenAI・LangChain・アピ業間連携によるワークフレーム自動化入門ガイド
OpenAI、LangChain、API を使用したワークフロー自動化の初心者ガイド
If
Set
Code
+
If
Set
Code
33 ノードMeelioo
コンテンツ作成
Telegram経由でMistral OCRを使用して画像とPDFからMarkdown形式でテキストを抽出
Telegramを通じてMistral OCRで画像とPDFからMarkdownへのテキスト抽出
If
Set
Code
+
If
Set
Code
40 ノードRostislav
文書抽出
AI症状チェックと医師推薦
Ollama AIとWhatsAppで医療症状分析と医師の推奨
If
Code
Webhook
+
If
Code
Webhook
15 ノードOneclick AI Squad
サポートチャットボット
財務・会計向けAI駆動型請求書リマインダーと支払い追跡ツール
財務・会計業務向けに設計されたAIベースの請求書リマインダーと支払い追跡ツール
If
Set
Code
+
If
Set
Code
35 ノードOneclick AI Squad
請求書処理
ワークフロー情報
難易度
上級
ノード数19
カテゴリー2
ノードタイプ11
作成者
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で表示 →
このワークフローを共有