私のワークフロー 3
初級
これはLead Nurturing分野の自動化ワークフローで、4個のノードを含みます。主にGmail, Slack, GoogleContacts, GoogleSheetsTriggerなどのノードを使用。 Googleスプレッドシート、Slack、Gmail、連絡先を使用した自動フォーム返信システム
前提条件
- •Googleアカウント + Gmail API認証情報
- •Slack Bot Token または Webhook URL
- •Google Sheets API認証情報
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "Fcfrid6ngpoXepqq",
"meta": {
"instanceId": "1b9b471cfc35c494898c60da53fb540b12dc98f14d03ea21d431e8d5b791e453",
"templateCredsSetupCompleted": true
},
"name": "My workflow 3",
"tags": [],
"nodes": [
{
"id": "0598aff8-ffec-4b53-93fb-3ac7ceb6e526",
"name": "メッセージを送信",
"type": "n8n-nodes-base.gmail",
"position": [
440,
-40
],
"webhookId": "3687c0d7-061d-455c-ae4d-4bb359ad7f02",
"parameters": {
"sendTo": "={{ $('Google Sheets Trigger').item.json.Email }}",
"message": "=Hey {{ $('Google Sheets Trigger').item.json.Name }}!\n\nWe see tha that your Problem is \"{{ $('Google Sheets Trigger').item.json.Description }}\"We got your query and our team is working on it. We assure you that the problem will be solved Really Soon.\n\nReach out to us in case of any help\n\nThank you\nRegards,\nN8n Team",
"options": {},
"subject": "Ticket Created.!",
"emailType": "text"
},
"credentials": {
"gmailOAuth2": {
"id": "ZMzKWeOEZrE9sTaD",
"name": "Gmail account"
}
},
"typeVersion": 2.1
},
{
"id": "4c92f186-5abb-469d-bb7a-68acefab039b",
"name": "メッセージを送信1",
"type": "n8n-nodes-base.slack",
"position": [
220,
100
],
"webhookId": "ee9e11b2-0985-4109-acde-7d8dd9326c98",
"parameters": {
"text": "=> Hello Team,A new entry has been added to the google sheets Node. The details are as follows.\nName : {{ $json.Name }}\nEmail : {{ $json.Email }}\nPhone Number : {{ $json['Phone Number']}}\nProblem Desc : {{ $json.Description }}\n\nPlease handle the client's request as stated in the problem.",
"select": "channel",
"channelId": {
"__rl": true,
"mode": "id",
"value": "=C095F7HDKUL"
},
"otherOptions": {}
},
"credentials": {
"slackApi": {
"id": "OdtF4hNnEI1ZoAeW",
"name": "Slack account"
}
},
"typeVersion": 2.3
},
{
"id": "63e9d67e-4a0f-41f2-9fd5-209abadbdcc3",
"name": "Google Sheets Trigger",
"type": "n8n-nodes-base.googleSheetsTrigger",
"position": [
-20,
-40
],
"parameters": {
"options": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1xJn861StZtmTop8c2WBqf4SvGziT0use3zVCjT4n9-o/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1xJn861StZtmTop8c2WBqf4SvGziT0use3zVCjT4n9-o",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1xJn861StZtmTop8c2WBqf4SvGziT0use3zVCjT4n9-o/edit?usp=drivesdk",
"cachedResultName": "Sheet Problem 1"
}
},
"credentials": {
"googleSheetsTriggerOAuth2Api": {
"id": "nAgyMUqKLfbGhYao",
"name": "Google Sheets Trigger account"
}
},
"typeVersion": 1
},
{
"id": "81b76d73-f77b-4279-b9ab-a7988a0925ce",
"name": "連絡先を作成",
"type": "n8n-nodes-base.googleContacts",
"position": [
720,
80
],
"parameters": {
"givenName": "={{ $('Google Sheets Trigger').item.json.Name }}",
"familyName": "={{ $('Google Sheets Trigger').item.json.Name }}",
"additionalFields": {
"phoneUi": {
"phoneValues": [
{
"type": "mobile",
"value": "={{ \"\" + $('Google Sheets Trigger').item.json[\"Phone Number\"] }}\n"
}
]
}
}
},
"credentials": {
"googleContactsOAuth2Api": {
"id": "byyhcVKR8Z9Leibf",
"name": "Google Contacts account"
}
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "3236b95c-d19f-43c3-b0fe-25e64a04f84f",
"connections": {
"0598aff8-ffec-4b53-93fb-3ac7ceb6e526": {
"main": [
[
{
"node": "81b76d73-f77b-4279-b9ab-a7988a0925ce",
"type": "main",
"index": 0
}
]
]
},
"4c92f186-5abb-469d-bb7a-68acefab039b": {
"main": [
[
{
"node": "0598aff8-ffec-4b53-93fb-3ac7ceb6e526",
"type": "main",
"index": 0
}
]
]
},
"63e9d67e-4a0f-41f2-9fd5-209abadbdcc3": {
"main": [
[
{
"node": "4c92f186-5abb-469d-bb7a-68acefab039b",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
初級 - リードナーチャリング
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
AIを備えた高度なリード獲得と育成自動化システム
GPT-4、LinkedIn、Hunter.ioを使ってパーソナライズされたB2Bタッチを自動化
If
Code
Wait
+
If
Code
Wait
30 ノードMarth
リードナーチャリング
AIを活用したリード生成による不動産権益メールと電話販売
Llama AI、VAPIコール、Gmailマーケティングで不動産マーケティングを自動化する
Code
Wait
Gmail
+
Code
Wait
Gmail
23 ノードOneclick AI Squad
リードナーチャリング
不動産観観フォー予約の自動化(不動産業)
Googleカレンダー、Slack、Calendlyを使った不動産物件見学オートメーション
Wait
Gmail
Slack
+
Wait
Gmail
Slack
12 ノードMarth
リードナーチャリング
CentralStationCRM内でのメンバーマーキングのための簡易メール自動化
CentralStationCRM、Gmail、およびSlack通知を使用した自動メールフォローアップシステム
If
Wait
Gmail
+
If
Wait
Gmail
19 ノードCentralStationCRM
リードナーチャリング
リード獲得の自動化、AI資格検証、そして ElevenLabs による個別化された音声フォローアップ
OpenAI および ElevenLabs を基にした自動化されたリードキャプチャと AI による個別化音声フォローアップ
If
Set
Code
+
If
Set
Code
22 ノードMarth
リードナーチャリング
包括のなリードニルティング&クオリファイケーション
Gmail、Googleスプレッドシート、Slackを使った自動リード育成とクオリファイアーション
Wait
Gmail
Slack
+
Wait
Gmail
Slack
12 ノードMarth
リードナーチャリング