リマインダーメール
中級
これはProject Management分野の自動化ワークフローで、12個のノードを含みます。主にCode, Cron, Filter, EmailSend, GoogleSheetsなどのノードを使用。 Google Sheets、SMTP を使った自動化による毎日のタスクリマインダー メール
前提条件
- •Google Sheets API認証情報
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "4CEVNvAxTcHxo9DD",
"meta": {
"instanceId": "8443f10082278c46aa5cf3acf8ff0f70061a2c58bce76efac814b16290845177",
"templateCredsSetupCompleted": true
},
"name": "Reminder email",
"tags": [],
"nodes": [
{
"id": "d0351dad-1983-4dbc-a823-33aacbac1610",
"name": "デイリーリマインダートリガー",
"type": "n8n-nodes-base.cron",
"position": [
-1328,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "72e59a50-855c-46c4-a08f-86ba7fef5f7e",
"name": "コンテンツカレンダーを読み取る",
"type": "n8n-nodes-base.googleSheets",
"position": [
-1104,
0
],
"parameters": {},
"typeVersion": 4
},
{
"id": "88e008b6-d682-47f4-98b0-174c4539fcdb",
"name": "本日のタスクをフィルタリング",
"type": "n8n-nodes-base.filter",
"position": [
-880,
0
],
"parameters": {},
"typeVersion": 2
},
{
"id": "7c5f2a5f-e1fa-411f-a902-2ffa5c42a384",
"name": "リマインダーメールを送信",
"type": "n8n-nodes-base.emailSend",
"position": [
-656,
0
],
"webhookId": "c9682789-c651-4290-a3af-45de98144088",
"parameters": {},
"typeVersion": 2
},
{
"id": "1c81c65c-b547-400f-89d2-4821bc8c546f",
"name": "コード",
"type": "n8n-nodes-base.code",
"position": [
-432,
0
],
"parameters": {},
"typeVersion": 2
},
{
"id": "01e7103e-017c-4daa-ae24-39acebda4443",
"name": "シートの行を更新",
"type": "n8n-nodes-base.googleSheets",
"position": [
-208,
0
],
"parameters": {},
"typeVersion": 4.6
},
{
"id": "98dfa376-a5d8-4e1b-b304-a5218ee74cc4",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1424,
-224
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "7a1a69e6-f3d2-4a83-8dba-ebca9afe62e9",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1200,
160
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "3447d4fc-6e15-483e-ab07-26ff743b369c",
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-1008,
-288
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "dd89d395-60e8-431c-a402-ecbe544a0555",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
-752,
160
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "31404004-0e48-46e8-b530-d08d8ecce0a7",
"name": "付箋4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-576,
-272
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "bf511f72-5e9b-4bb4-a2e4-633e666a0ca8",
"name": "付箋5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-224,
160
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "8f5f4fbb-9a1e-43ca-bc6f-d813247f6450",
"connections": {
"1c81c65c-b547-400f-89d2-4821bc8c546f": {
"main": [
[
{
"node": "01e7103e-017c-4daa-ae24-39acebda4443",
"type": "main",
"index": 0
}
]
]
},
"7c5f2a5f-e1fa-411f-a902-2ffa5c42a384": {
"main": [
[
{
"node": "1c81c65c-b547-400f-89d2-4821bc8c546f",
"type": "main",
"index": 0
}
]
]
},
"88e008b6-d682-47f4-98b0-174c4539fcdb": {
"main": [
[
{
"node": "7c5f2a5f-e1fa-411f-a902-2ffa5c42a384",
"type": "main",
"index": 0
}
]
]
},
"72e59a50-855c-46c4-a08f-86ba7fef5f7e": {
"main": [
[
{
"node": "88e008b6-d682-47f4-98b0-174c4539fcdb",
"type": "main",
"index": 0
}
]
]
},
"d0351dad-1983-4dbc-a823-33aacbac1610": {
"main": [
[
{
"node": "72e59a50-855c-46c4-a08f-86ba7fef5f7e",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - プロジェクト管理
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
フィードバックの保存とレポート生成
Azure OpenAI と Google Sheets を使用して営業取引の結果を分析し、レポートを生成する
Set
Code
Email Send
+
Set
Code
Email Send
28 ノードRahul Joshi
顧客管理
GPT-4o-miniとGmailを使ってYouTubeチャンネルを分析し、パフォーマンスレポートを送信
GPT-4o-miniとGmailを使ってYouTubeチャンネルを分析し、パフォーマンスレポートを送信する
Code
Email Send
Http Request
+
Code
Email Send
Http Request
20 ノードRahul Joshi
市場調査
GoHighLevel から顧客の续约リマインドを自動のに Gmail と Slack へ送信
GoHighLevelからGmail、Slack、Google Sheetsへ顧客更新の自動リマインダーを送信
If
Code
Gmail
+
If
Code
Gmail
19 ノードRahul Joshi
顧客管理
リバウンド&無効検出(Gmailトリガー)
Gmail、Google Sheets、Slack を使ってメールの離着信と無効検出を自動化
Code
Cron
Gmail
+
Code
Cron
Gmail
26 ノードRahul Joshi
GoHighLevelから非アクティブ取引をSlackとシートへ自動クローズ
GoHighLevel 内の非アクティブな取引を Slack と Sheets へ自動のに削除
Code
Slack
Filter
+
Code
Slack
Filter
15 ノードRahul Joshi
顧客管理
Stripe決済から自動テンプレートを顧客に配送
Stripe、GPT-4o、Gmailを使った自動テンプレート配信システム
If
Code
Gmail
+
If
Code
Gmail
44 ノードRahul Joshi
顧客管理
ワークフロー情報
難易度
中級
ノード数12
カテゴリー1
ノードタイプ6
作成者
Rahul Joshi
@rahul08Rahul Joshi is a seasoned technology leader specializing in the n8n automation tool and AI-driven workflow automation. With deep expertise in building open-source workflow automation and self-hosted automation platforms, he helps organizations eliminate manual processes through intelligent n8n ai agent automation solutions.
外部リンク
n8n.ioで表示 →
このワークフローを共有