アイスメールへ達:GmailとGoogle Sheetsでのステータス追跡
中級
これはMarketing分野の自動化ワークフローで、6個のノードを含みます。主にGmail, GoogleSheets, SplitInBatches, ScheduleTriggerなどのノードを使用。 アウトリーチリーチ:GmailとGoogle Sheetsでのステータス追跡
前提条件
- •Googleアカウント + Gmail API認証情報
- •Google Sheets API認証情報
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"meta": {
"instanceId": "fae057ee2d891478d0c2072cd4fb64f7da69a0dd189c9cf4fd08c30e50dba628",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "07cbdd82-2df1-41eb-80f3-cfe762ce1d5e",
"name": "スケジュールトリガー",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-40,
40
],
"parameters": {
"rule": {
"interval": [
{
"triggerAtHour": 14
}
]
}
},
"typeVersion": 1.2
},
{
"id": "bbc2f2fe-8f33-4a92-80ab-408655000baa",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-160,
-200
],
"parameters": {
"width": 1220,
"height": 480,
"content": "## Cold Email Outreach with Gmail and Google Sheets Status Tracking\nThis workflow runs daily at 2 PM, fetches leads from the Google Sheet who haven't received an email yet, sends a personalized outreach message via Gmail, then updates their status in the sheet to \"yes\" for \"Is Email Sent\"."
},
"typeVersion": 1
},
{
"id": "166afe50-aa7b-4e46-8ebc-bd964d670e34",
"name": "リードのバッチ処理",
"type": "n8n-nodes-base.splitInBatches",
"position": [
400,
40
],
"parameters": {
"options": {}
},
"typeVersion": 3
},
{
"id": "0284614d-d43e-42a1-85cf-2677e06fc1f4",
"name": "パーソナライズドメール送信",
"type": "n8n-nodes-base.gmail",
"position": [
680,
-60
],
"webhookId": "ad8c804e-857d-4a94-b722-65b0776f1d10",
"parameters": {
"sendTo": "={{ $json.Email }}",
"message": "=Hello {{ $json.Name || $json['WF Full Name (metadata)'] }},\n\nI’m a software developer and automation expert. I work with businesses and individuals to build websites, mobile apps, and powerful digital solutions that help save time and grow online.\n\nI offer a range of services including:\n- Website & App Development\n- SEO & Digital Marketing\n- Business Process Automation\n\nIf you’re looking to start a new project or improve your current setup, I’d love to connect and see how I can help.\n\nAre you interested in discussing any of these services?\n\nBest regards,\nSoftware Developer | Automation Expert",
"options": {
"senderName": "Developer",
"appendAttribution": false
},
"subject": "Need Help with Your Website, App, or Online Growth?",
"emailType": "text"
},
"credentials": {
"gmailOAuth2": {
"id": "REDACTED",
"name": "REDACTED_GMAIL_CREDENTIAL"
}
},
"typeVersion": 2.1
},
{
"id": "ae48ba04-d428-4aa3-9212-fb49af92c7ae",
"name": "リードの取得",
"type": "n8n-nodes-base.googleSheets",
"position": [
180,
40
],
"parameters": {
"options": {},
"filtersUI": {
"values": [
{
"lookupColumn": "Is Email Sent"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "REDACTED_SHEET_ID"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "REDACTED_DOCUMENT_ID"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "REDACTED",
"name": "REDACTED_SHEETS_CREDENTIAL"
}
},
"typeVersion": 4.5
},
{
"id": "62e831c3-c67c-4b0c-a0bd-5e4a8fcb23f6",
"name": "リードステータスの更新",
"type": "n8n-nodes-base.googleSheets",
"position": [
880,
40
],
"parameters": {
"columns": {
"value": {
"Email": "={{ $('Batch Processing of Leads').item.json.Email }}",
"Is Email Sent": "yes"
},
"schema": [
{
"id": "Email",
"type": "string",
"display": true
},
{
"id": "Is Email Sent",
"type": "string",
"display": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"Email"
]
},
"options": {},
"operation": "update",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "REDACTED_SHEET_ID"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "REDACTED_DOCUMENT_ID"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"id": "REDACTED",
"name": "REDACTED_SHEETS_CREDENTIAL"
}
},
"typeVersion": 4.5
}
],
"pinData": {},
"connections": {
"ae48ba04-d428-4aa3-9212-fb49af92c7ae": {
"main": [
[
{
"node": "166afe50-aa7b-4e46-8ebc-bd964d670e34",
"type": "main",
"index": 0
}
]
]
},
"07cbdd82-2df1-41eb-80f3-cfe762ce1d5e": {
"main": [
[
{
"node": "ae48ba04-d428-4aa3-9212-fb49af92c7ae",
"type": "main",
"index": 0
}
]
]
},
"62e831c3-c67c-4b0c-a0bd-5e4a8fcb23f6": {
"main": [
[
{
"node": "166afe50-aa7b-4e46-8ebc-bd964d670e34",
"type": "main",
"index": 0
}
]
]
},
"0284614d-d43e-42a1-85cf-2677e06fc1f4": {
"main": [
[
{
"node": "62e831c3-c67c-4b0c-a0bd-5e4a8fcb23f6",
"type": "main",
"index": 0
}
]
]
},
"166afe50-aa7b-4e46-8ebc-bd964d670e34": {
"main": [
[],
[
{
"node": "0284614d-d43e-42a1-85cf-2677e06fc1f4",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - マーケティング
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
Claude AI、DALL-E 画像、Google Sheets で LinkedIn 投稿を自動化して承認
Claude AI、DALL-E 画像、Google Sheets で LinkedIn 投稿を自動承認
Set
Code
Wait
+
Set
Code
Wait
28 ノードUsman Liaqat
人工知能
自動ニュース要約AIエージェントv13
AIニュース制作チーム:24/7リポート自動化+Perplexity引用
Set
Code
Gmail
+
Set
Code
Gmail
37 ノードDerek Cheung
プロダクト
GPT-4o、WordPress、LinkedInを使ってRSSから自動でブログ記事を投稿
GPT-4o、WordPress、LinkedInを使ってRSSコンテンツを自動のにブログ記事へ公開
If
Set
Code
+
If
Set
Code
40 ノードImmanuel
人工知能
Gmailを使用した冷え込みメールアウトリーチ
GmailとGoogle Sheetsを使った自動コールドメールアウトリーチ
Gmail
Google Sheets
Split In Batches
+
Gmail
Google Sheets
Split In Batches
6 ノードRahul Joshi
マーケティング
自動化された毎日の顧客回復活動と AI オファー
AI併用による毎日の顧客挽回活動の自動化
If
Set
Gmail
+
If
Set
Gmail
17 ノードOnur
サポート
BrightData の週次比較
Bright Data、GPT-4.1、Google Workspaceを使用した自動ウェブサイト変更監視
If
Set
Code
+
If
Set
Code
35 ノードDaniel Shashko
人工知能