顧客育成メールの自動化と Notion からの顧客評価収集
上級
これはInvoice Processing, AI Summarization, Multimodal AI分野の自動化ワークフローで、18個のノードを含みます。主にIf, Code, Notion, Webhook, Telegramなどのノードを使用。 WhatsApp、GPT-4V、Google Sheets を活用して領収データを抽出・整理
前提条件
- •Notion API Key
- •HTTP Webhookエンドポイント(n8nが自動生成)
- •Telegram Bot Token
使用ノード (18)
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"name": "Automate client nurture emails and testimonial collection from Notion",
"tags": [],
"nodes": [
{
"id": "sticky-header",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
40
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "sticky-setup",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
40,
300
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "manual1",
"name": "手動トリガー",
"type": "n8n-nodes-base.manualTrigger",
"position": [
220,
660
],
"parameters": {},
"typeVersion": 1
},
{
"id": "schedule1",
"name": "スケジュールトリガー",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
220,
760
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "getdate1",
"name": "本日の日付を取得",
"type": "n8n-nodes-base.code",
"position": [
420,
710
],
"parameters": {},
"typeVersion": 2
},
{
"id": "notion1",
"name": "Notionクライアントを取得",
"type": "n8n-nodes-base.notion",
"position": [
620,
710
],
"parameters": {},
"typeVersion": 2.2
},
{
"id": "calculate1",
"name": "マイルストーン日数を計算",
"type": "n8n-nodes-base.code",
"position": [
820,
710
],
"parameters": {},
"typeVersion": 2
},
{
"id": "ifday7",
"name": "IF 7日目",
"type": "n8n-nodes-base.if",
"position": [
1020,
610
],
"parameters": {},
"typeVersion": 2
},
{
"id": "ifday30",
"name": "IF 30日目",
"type": "n8n-nodes-base.if",
"position": [
1020,
710
],
"parameters": {},
"typeVersion": 2
},
{
"id": "ifday60",
"name": "IF 60日目",
"type": "n8n-nodes-base.if",
"position": [
1020,
810
],
"parameters": {},
"typeVersion": 2
},
{
"id": "email7",
"name": "7日目メール送信",
"type": "n8n-nodes-base.emailSend",
"position": [
1220,
610
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "email30",
"name": "30日目メール送信",
"type": "n8n-nodes-base.emailSend",
"position": [
1220,
710
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "email60",
"name": "60日目メール送信",
"type": "n8n-nodes-base.emailSend",
"position": [
1220,
810
],
"parameters": {},
"typeVersion": 2.1
},
{
"id": "telegram1",
"name": "Telegramで通知",
"type": "n8n-nodes-base.telegram",
"position": [
1420,
710
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "webhook1",
"name": "レビュー Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
220,
980
],
"parameters": {},
"typeVersion": 1.1
},
{
"id": "parse1",
"name": "レビューを解析",
"type": "n8n-nodes-base.code",
"position": [
420,
980
],
"parameters": {},
"typeVersion": 2
},
{
"id": "telegram2",
"name": "レビューを通知",
"type": "n8n-nodes-base.telegram",
"position": [
620,
980
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "respond1",
"name": "Webhookに返信",
"type": "n8n-nodes-base.respondToWebhook",
"position": [
820,
980
],
"parameters": {},
"typeVersion": 1.1
}
],
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"updatedAt": "2025-10-06T00:00:00.000Z",
"versionId": "1.0.0",
"staticData": null,
"connections": {
"ifday7": {
"main": [
[
{
"node": "email7",
"type": "main",
"index": 0
}
]
]
},
"ifday30": {
"main": [
[
{
"node": "email30",
"type": "main",
"index": 0
}
]
]
},
"ifday60": {
"main": [
[
{
"node": "email60",
"type": "main",
"index": 0
}
]
]
},
"getdate1": {
"main": [
[
{
"node": "notion1",
"type": "main",
"index": 0
}
]
]
},
"manual1": {
"main": [
[
{
"node": "getdate1",
"type": "main",
"index": 0
}
]
]
},
"schedule1": {
"main": [
[
{
"node": "getdate1",
"type": "main",
"index": 0
}
]
]
},
"email7": {
"main": [
[
{
"node": "telegram1",
"type": "main",
"index": 0
}
]
]
},
"parse1": {
"main": [
[
{
"node": "telegram2",
"type": "main",
"index": 0
}
]
]
},
"email30": {
"main": [
[
{
"node": "telegram1",
"type": "main",
"index": 0
}
]
]
},
"email60": {
"main": [
[
{
"node": "telegram1",
"type": "main",
"index": 0
}
]
]
},
"notion1": {
"main": [
[
{
"node": "calculate1",
"type": "main",
"index": 0
}
]
]
},
"telegram2": {
"main": [
[
{
"node": "respond1",
"type": "main",
"index": 0
}
]
]
},
"webhook1": {
"main": [
[
{
"node": "parse1",
"type": "main",
"index": 0
}
]
]
},
"calculate1": {
"main": [
[
{
"node": "ifday7",
"type": "main",
"index": 0
},
{
"node": "ifday30",
"type": "main",
"index": 0
},
{
"node": "ifday60",
"type": "main",
"index": 0
}
]
]
}
},
"triggerCount": 0
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
上級 - 請求書処理, AI要約, マルチモーダルAI
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
Notionから自動で顧客育成メールと評価収集を実行
Telegramを使ってGoogleカレンダーとNotion CRMによる会議スケジュールの自動化
If
Set
Code
+
If
Set
Code
19 ノードShelly-Ann Davy
サポートチャットボット
財務・会計向けAI駆動型請求書リマインダーと支払い追跡ツール
財務・会計業務向けに設計されたAIベースの請求書リマインダーと支払い追跡ツール
If
Set
Code
+
If
Set
Code
35 ノードOneclick AI Squad
請求書処理
Notionからの顧客育成メールの自動化
Notion、Email、Tally、Telegram を使用した顧客エンゲージメントおよび評価収集の自動化
If
Code
Notion
+
If
Code
Notion
17 ノードShelly-Ann Davy
ソーシャルメディア
自動家計簿システム:領収書を同期、キャッシュフローを予測し、月次レポートを生成
Gmail・Google Sheets・GPT-4oを使った月次レポート自動生成 financial tracker
If
Set
Cron
+
If
Set
Cron
17 ノードShelly-Ann Davy
請求書処理
PDFベクトル、Google Drive、データベースを使用した領秤データの抽出と保存
PDFベクトル、Google Drive、データベースを使って領収書データを抽出・保存する
If
Code
Slack
+
If
Code
Slack
26 ノードPDF Vector
請求書処理
AIを使った求人情報の自動検索
Google Jobs、RemoteOK、GPT-3.5 を使ってAIの求人情報に基づく自動求人検索を行い、AI採用情報に基づく自動求人検索とAI対応の求人情報を提供
If
Set
Code
+
If
Set
Code
17 ノードShelly-Ann Davy
個人の生産性
ワークフロー情報
難易度
上級
ノード数18
カテゴリー3
ノードタイプ10
作成者
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で表示 →
このワークフローを共有