JotFormの送信をGoogleスheetsに自動化
中級
これはLead Generation, Multimodal AI分野の自動化ワークフローで、12個のノードを含みます。主にCode, Wait, HttpRequest, GoogleSheets, ManualTriggerなどのノードを使用。 JotFormの送信をGoogleスプレッドシートに自動化する
前提条件
- •ターゲットAPIの認証情報が必要な場合あり
- •Google Sheets API認証情報
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"meta": {
"instanceId": "4dec90995ececbc62e9e87d2686828c375ae5080bb5c39789af3396400555208",
"templateCredsSetupCompleted": true
},
"nodes": [
{
"id": "8ec873d2-615b-4f5d-8dbd-fd8707a35e64",
"name": "すべての送信を取得",
"type": "n8n-nodes-base.httpRequest",
"position": [
-272,
-32
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "ad59d4c5-e709-49a9-93a5-ca8dd023f0ac",
"name": "ワークフローを実行する際にクリック",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-528,
-32
],
"parameters": {},
"typeVersion": 1
},
{
"id": "ab335e18-901d-4733-8c61-595f05ede02c",
"name": "アイテムをループ処理",
"type": "n8n-nodes-base.splitInBatches",
"position": [
288,
-32
],
"parameters": {},
"typeVersion": 3
},
{
"id": "9d4c6804-440a-4a6c-aabd-f51bbd071751",
"name": "操作なし、何もしない",
"type": "n8n-nodes-base.noOp",
"position": [
832,
-288
],
"parameters": {},
"typeVersion": 1
},
{
"id": "e409f00f-02b1-4a87-8553-13909cc8da23",
"name": "シートに行を追加",
"type": "n8n-nodes-base.googleSheets",
"position": [
976,
16
],
"parameters": {},
"typeVersion": 4.6
},
{
"id": "e2b900db-b9eb-45e8-9e59-a8e258d03c59",
"name": "コード",
"type": "n8n-nodes-base.code",
"position": [
-64,
-32
],
"parameters": {},
"typeVersion": 2
},
{
"id": "51639a36-6d3f-4437-a6fd-c16f96b5c255",
"name": "待機",
"type": "n8n-nodes-base.wait",
"position": [
640,
0
],
"webhookId": "f22a4495-ea34-4a2e-b8ca-116da66ef4c3",
"parameters": {},
"typeVersion": 1.1
},
{
"id": "d4b9f5d5-625f-4635-ad96-b1e78d4a9569",
"name": "付箋",
"type": "n8n-nodes-base.stickyNote",
"position": [
-352,
-112
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "e7149bdd-2981-4de6-840a-71fec52e8b2a",
"name": "付箋1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-96,
-112
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "311426d1-5c9e-43ab-8f6a-7dd5c849309f",
"name": "付箋2",
"type": "n8n-nodes-base.stickyNote",
"position": [
928,
-64
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "fc1f4b5b-a491-41cc-bfd8-d9aeafad891c",
"name": "付箋3",
"type": "n8n-nodes-base.stickyNote",
"position": [
224,
-352
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "8e6ab364-5d2c-4e99-b9f1-af26815e3c03",
"name": "付箋4",
"type": "n8n-nodes-base.stickyNote",
"position": [
544,
-64
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"pinData": {},
"connections": {
"e2b900db-b9eb-45e8-9e59-a8e258d03c59": {
"main": [
[
{
"node": "ab335e18-901d-4733-8c61-595f05ede02c",
"type": "main",
"index": 0
}
]
]
},
"51639a36-6d3f-4437-a6fd-c16f96b5c255": {
"main": [
[
{
"node": "e409f00f-02b1-4a87-8553-13909cc8da23",
"type": "main",
"index": 0
}
]
]
},
"ab335e18-901d-4733-8c61-595f05ede02c": {
"main": [
[
{
"node": "9d4c6804-440a-4a6c-aabd-f51bbd071751",
"type": "main",
"index": 0
}
],
[
{
"node": "51639a36-6d3f-4437-a6fd-c16f96b5c255",
"type": "main",
"index": 0
}
]
]
},
"e409f00f-02b1-4a87-8553-13909cc8da23": {
"main": [
[
{
"node": "ab335e18-901d-4733-8c61-595f05ede02c",
"type": "main",
"index": 0
}
]
]
},
"8ec873d2-615b-4f5d-8dbd-fd8707a35e64": {
"main": [
[
{
"node": "e2b900db-b9eb-45e8-9e59-a8e258d03c59",
"type": "main",
"index": 0
}
]
]
},
"ad59d4c5-e709-49a9-93a5-ca8dd023f0ac": {
"main": [
[
{
"node": "8ec873d2-615b-4f5d-8dbd-fd8707a35e64",
"type": "main",
"index": 0
}
]
]
}
}
}よくある質問
このワークフローの使い方は?
上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。
このワークフローはどんな場面に適していますか?
中級 - リード獲得, マルチモーダルAI
有料ですか?
このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。
関連ワークフロー
Google Sheetsを使用してECプラットフォームと技術スタックを検出
Google Sheetsを使ってECサイトとテックスタックを検出する
Code
Wait
Http Request
+
Code
Wait
Http Request
12 ノードAjay Yadav
リード獲得
テンプレートHP - コンテンツスケジュール
GPT-4、Apify、Google Sheetsを使ってInstagramコンテンツの自動スケジュール生成
Set
Code
Wait
+
Set
Code
Wait
24 ノードkeisha kalra
コンテンツ作成
潜在顧客開掘とメールワーキングフロー
Google Maps、SendGrid、AIを使用してB2Bリード獲得とメールマーケティングを自動化
If
Set
Code
+
If
Set
Code
141 ノードEzema Kingsley Chibuzo
リード獲得
AIを活用したリードジェネレーションシステム(メールパーソナライズとLinkedIn)
AIを活用したリードジェネレーションシステム:メールパーソナライズとLinkedIn機能を含む
If
Code
Limit
+
If
Code
Limit
51 ノードMatthieu
リード獲得
無料のメール enrichment 機能を使った自動化によるGoogleマップからの潜在顧客生成をGoogle Sheetsに
無料の電子メール enrichment により、Googleマップスから potential clients を自動生成し、Google Sheets に記録
If
Code
Split Out
+
If
Code
Split Out
18 ノードZain Khan
リード獲得
CBによる企業資金提供と情報提供
自動化されたリード生成とメールアウトリーチ:Apify、Apollo.io、GPT-4、Google Sheets
If
Code
Merge
+
If
Code
Merge
32 ノードIntuz
リード獲得