Auto
Auto
"nodes": [
{
"parameters": {
"documentId": {
"__rl": true,
"value":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit#gid=270978245",
"mode": "url"
},
"sheetName": {
"__rl": true,
"value": 270978245,
"mode": "list",
"cachedResultName": "VCs",
"cachedResultUrl":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit#gid=270978245"
},
"options": {}
},
"id": "57579f44-bdc1-450e-ac7c-166d76a6048a",
"name": "Google Sheets - Read Rows",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4,
"position": [
-100,
-715
],
"credentials": {
"googleSheetsOAuth2Api": {
"id": "18QfeVBsFWSml4Ei",
"name": "Google Sheets account"
}
}
},
{
"parameters": {
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict",
"version": 1
},
"conditions": [
{
"id": "condition_1",
"leftValue": "={{ $json.pulled }}",
"rightValue": "no",
"operator": {
"type": "string",
"operation": "equals"
}
},
{
"id": "condition_2",
"leftValue": "={{ $json.Status }}",
"rightValue": "pending",
"operator": {
"type": "string",
"operation": "equals"
}
}
],
"combinator": "and"
},
"options": {}
},
"id": "54c101df-f47a-4382-a80e-d79baaf83eea",
"name": "Filter Pending Rows",
"type": "n8n-nodes-base.filter",
"typeVersion": 2,
"position": [
120,
-715
]
},
{
"parameters": {
"jsCode": "// Routes each item based on gmailAccount\nconst routed = [];\n\
nfor (let i = 0; i < items.length; i++) {\n const item = items[i];\n const acc =
parseInt(item.json.gmailAccount);\n \n // Validate gmailAccount is between 1-15\n
if (acc >= 1 && acc <= 15) {\n routed.push({\n json: {\
n ...item.json,\n originalIndex: i, // Keep track of original index
for updating\n routedToAccount: acc\n },\n pairedItem: {\n
item: i\n }\n });\n } else {\n console.log(`Invalid gmailAccount value:
${acc} for row ${i}`);\n }\n}\n\nconsole.log(`Routed ${routed.length} items to
Gmail accounts`);\nreturn routed;"
},
"id": "b5be2164-c0bf-4300-8002-37bebc728a2a",
"name": "Route to Gmail Function",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
340,
-715
]
},
{
"parameters": {
"rules": {
"values": [
{
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict",
"version": 1
},
"conditions": [
{
"leftValue": "={{ $json.routedToAccount }}",
"rightValue": 1,
"operator": {
"type": "number",
"operation": "equals"
},
"id": "23001178-b68c-4516-b7c3-44a2cf703c90"
}
],
"combinator": "and"
},
"renameOutput": true
},
{
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict",
"version": 1
},
"conditions": [
{
"leftValue": "={{ $json.routedToAccount }}",
"rightValue": 2,
"operator": {
"type": "number",
"operation": "equals"
},
"id": "6d0f38a6-2462-4da8-a438-da0295197961"
}
],
"combinator": "and"
},
"renameOutput": true,
"outputKey": "account_2"
},
{
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict",
"version": 1
},
"conditions": [
{
"leftValue": "={{ $json.routedToAccount }}",
"rightValue": 3,
"operator": {
"type": "number",
"operation": "equals"
},
"id": "c03b370b-2e50-4d1f-8d66-3059552d5141"
}
],
"combinator": "and"
},
"renameOutput": true,
"outputKey": "account_3"
},
{
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict",
"version": 1
},
"conditions": [
{
"leftValue": "={{ $json.routedToAccount }}",
"rightValue": 4,
"operator": {
"type": "number",
"operation": "equals"
},
"id": "ab75acdd-a7bf-43a2-a9d6-ef2e3b79b746"
}
],
"combinator": "and"
},
"renameOutput": true,
"outputKey": "account_4"
},
{
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict",
"version": 1
},
"conditions": [
{
"leftValue": "={{ $json.routedToAccount }}",
"rightValue": 5,
"operator": {
"type": "number",
"operation": "equals"
},
"id": "9c82b3be-e5dc-4c92-9f4b-a6194c2ef720"
}
],
"combinator": "and"
},
"renameOutput": true,
"outputKey": "account_5"
},
{
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict",
"version": 1
},
"conditions": [
{
"leftValue": "={{ $json.routedToAccount }}",
"rightValue": 6,
"operator": {
"type": "number",
"operation": "equals"
},
"id": "726bb900-4655-4481-b307-5bb9e7e125e4"
}
],
"combinator": "and"
},
"renameOutput": true,
"outputKey": "account_6"
}
]
},
"options": {
"allMatchingOutputs": true
}
},
"id": "dd687681-fbad-4a32-b6b3-2aa336af276d",
"name": "Route to Gmail Accounts",
"type": "n8n-nodes-base.switch",
"typeVersion": 3,
"position": [
480,
-780
]
},
{
"parameters": {
"maxItems": 7
},
"type": "n8n-nodes-base.limit",
"typeVersion": 1,
"position": [
780,
-1465
],
"id": "8a9ff25a-d3d6-409e-9f4b-31f9ec9a4953",
"name": "Limit"
},
{
"parameters": {
"maxItems": 7
},
"type": "n8n-nodes-base.limit",
"typeVersion": 1,
"position": [
780,
-1165
],
"id": "10f4fb7f-5ef8-4d01-95e4-4644daa37265",
"name": "Limit1"
},
{
"parameters": {
"maxItems": 7
},
"type": "n8n-nodes-base.limit",
"typeVersion": 1,
"position": [
780,
-865
],
"id": "3a33e1fa-bab0-451c-a6bf-ef0cded0e7c4",
"name": "Limit2"
},
{
"parameters": {
"maxItems": 7
},
"type": "n8n-nodes-base.limit",
"typeVersion": 1,
"position": [
780,
-565
],
"id": "bda5feac-6107-4b06-a1c2-734e47a9c910",
"name": "Limit3"
},
{
"parameters": {
"maxItems": 7
},
"type": "n8n-nodes-base.limit",
"typeVersion": 1,
"position": [
780,
-265
],
"id": "9ffe0496-9c5b-4210-8e9d-78e5975400cd",
"name": "Limit4"
},
{
"parameters": {
"maxItems": 7
},
"type": "n8n-nodes-base.limit",
"typeVersion": 1,
"position": [
780,
35
],
"id": "2601737f-eb2b-4965-a6d3-a5334cca24ad",
"name": "Limit5"
},
{
"parameters": {
"options": {}
},
"type": "n8n-nodes-base.splitInBatches",
"typeVersion": 3,
"position": [
1000,
-1465
],
"id": "4562fed0-7e5e-44be-a6e8-38d2a4e7fcd5",
"name": "Loop Over Items"
},
{
"parameters": {},
"type": "n8n-nodes-base.noOp",
"name": "Replace Me",
"typeVersion": 1,
"position": [
2100,
-1465
],
"id": "ebe55fa8-2805-4be7-a8c9-4530b38f0284"
},
{
"parameters": {
"operation": "update",
"documentId": {
"__rl": true,
"value":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit?gid=270978245#gid=270978245",
"mode": "url"
},
"sheetName": {
"__rl": true,
"value": 270978245,
"mode": "list",
"cachedResultName": "VCs",
"cachedResultUrl":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit#gid=270978245"
},
"columns": {
"mappingMode": "defineBelow",
"value": {
"row_number": "={{ $json.row_number }}",
"pulled": "yes",
"Email": "={{ $json.Email }}",
"firstName": "={{ $json.firstName }}",
"companyName": "={{ $json.companyName }}"
},
"matchingColumns": [
"row_number"
],
"schema": [
{
"id": "firstName",
"displayName": "firstName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "companyName",
"displayName": "companyName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "Email",
"displayName": "Email",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "pulled",
"displayName": "pulled",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "Status",
"displayName": "Status",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Initial Email Date",
"displayName": "Initial Email Date",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Follow-Up Count",
"displayName": "Follow-Up Count",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "reply received ",
"displayName": "reply received ",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "threadId",
"displayName": "threadId",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "gmailAccount",
"displayName": "gmailAccount",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "row_number",
"displayName": "row_number",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"readOnly": true,
"removed": false
}
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.6,
"position": [
1220,
-1540
],
"id": "ca3a0c85-4b6c-43aa-b8cb-adb944cf270d",
"name": "Google Sheets",
"retryOnFail": true,
"waitBetweenTries": 5000,
"maxTries": 5,
"credentials": {
"googleSheetsOAuth2Api": {
"id": "18QfeVBsFWSml4Ei",
"name": "Google Sheets account"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"amount": 10,
"unit": "minutes"
},
"type": "n8n-nodes-base.wait",
"typeVersion": 1.1,
"position": [
1440,
-1540
],
"id": "95552d4e-5ed6-4b6c-94aa-95ffc89392da",
"name": "Wait",
"webhookId": "4e2ce35b-eef2-4fb5-9040-d4dac49d1a31"
},
{
"parameters": {
"operation": "update",
"documentId": {
"__rl": true,
"value":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit?gid=270978245#gid=270978245",
"mode": "url"
},
"sheetName": {
"__rl": true,
"value": 270978245,
"mode": "list",
"cachedResultName": "VCs",
"cachedResultUrl":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit#gid=270978245"
},
"columns": {
"mappingMode": "defineBelow",
"value": {
"Status": "sent",
"Initial Email Date": "={{ $('Schedule Trigger').item.json['Readable
date'] }}",
"threadId": "={{ $json.threadId }}",
"row_number": "={{ $('Wait').item.json.row_number }}"
},
"matchingColumns": [
"row_number"
],
"schema": [
{
"id": "firstName",
"displayName": "firstName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "companyName",
"displayName": "companyName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Email",
"displayName": "Email",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "pulled",
"displayName": "pulled",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Status",
"displayName": "Status",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "Initial Email Date",
"displayName": "Initial Email Date",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "Follow-Up Count",
"displayName": "Follow-Up Count",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "reply received ",
"displayName": "reply received ",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "threadId",
"displayName": "threadId",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "gmailAccount",
"displayName": "gmailAccount",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "row_number",
"displayName": "row_number",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"readOnly": true,
"removed": false
}
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.5,
"position": [
1880,
-1540
],
"id": "3503cb42-d440-4de2-a412-4b21804834d3",
"name": "Google Sheets1",
"retryOnFail": true,
"waitBetweenTries": 5000,
"maxTries": 5,
"credentials": {
"googleSheetsOAuth2Api": {
"id": "18QfeVBsFWSml4Ei",
"name": "Google Sheets account"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"rule": {
"interval": [
{
"triggerAtHour": 20,
"triggerAtMinute": 16
}
]
}
},
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
-320,
-715
],
"id": "b98e7a43-b3b1-42a7-a7fd-74dd9f540159",
"name": "Schedule Trigger"
},
{
"parameters": {
"options": {}
},
"type": "n8n-nodes-base.splitInBatches",
"typeVersion": 3,
"position": [
1000,
-1165
],
"id": "1e29ccdd-cfd5-4a43-b72e-712643f28262",
"name": "Loop Over Items1"
},
{
"parameters": {},
"type": "n8n-nodes-base.noOp",
"name": "Replace Me1",
"typeVersion": 1,
"position": [
2100,
-1165
],
"id": "0bd8ed8b-cabe-4655-962b-eae6779ab78a"
},
{
"parameters": {
"operation": "update",
"documentId": {
"__rl": true,
"value":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit?gid=270978245#gid=270978245",
"mode": "url"
},
"sheetName": {
"__rl": true,
"value": 270978245,
"mode": "list",
"cachedResultName": "VCs",
"cachedResultUrl":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit#gid=270978245"
},
"columns": {
"mappingMode": "defineBelow",
"value": {
"row_number": "={{ $json.row_number }}",
"pulled": "yes",
"Email": "={{ $json.Email }}",
"firstName": "={{ $json.firstName }}",
"companyName": "={{ $json.companyName }}"
},
"matchingColumns": [
"row_number"
],
"schema": [
{
"id": "firstName",
"displayName": "firstName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "companyName",
"displayName": "companyName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "Email",
"displayName": "Email",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "pulled",
"displayName": "pulled",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "Status",
"displayName": "Status",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Initial Email Date",
"displayName": "Initial Email Date",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Follow-Up Count",
"displayName": "Follow-Up Count",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "reply received ",
"displayName": "reply received ",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "threadId",
"displayName": "threadId",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "gmailAccount",
"displayName": "gmailAccount",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "row_number",
"displayName": "row_number",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"readOnly": true,
"removed": false
}
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.6,
"position": [
1220,
-1240
],
"id": "5564f41d-2450-42ab-9283-aa3cd56f9922",
"name": "Google Sheets2",
"retryOnFail": true,
"waitBetweenTries": 5000,
"maxTries": 5,
"credentials": {
"googleSheetsOAuth2Api": {
"id": "18QfeVBsFWSml4Ei",
"name": "Google Sheets account"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"amount": 10,
"unit": "minutes"
},
"type": "n8n-nodes-base.wait",
"typeVersion": 1.1,
"position": [
1440,
-1240
],
"id": "910f5fb9-57e8-4686-831a-9f41d8f6fb05",
"name": "Wait15",
"webhookId": "4e2ce35b-eef2-4fb5-9040-d4dac49d1a31"
},
{
"parameters": {
"operation": "update",
"documentId": {
"__rl": true,
"value":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit?gid=270978245#gid=270978245",
"mode": "url"
},
"sheetName": {
"__rl": true,
"value": 270978245,
"mode": "list",
"cachedResultName": "VCs",
"cachedResultUrl":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit#gid=270978245"
},
"columns": {
"mappingMode": "defineBelow",
"value": {
"Status": "sent",
"Initial Email Date": "={{ $('Schedule Trigger').item.json['Readable
date'] }}",
"threadId": "={{ $json.threadId }}",
"row_number": "={{ $('Wait15').item.json.row_number }}"
},
"matchingColumns": [
"row_number"
],
"schema": [
{
"id": "firstName",
"displayName": "firstName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "companyName",
"displayName": "companyName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Email",
"displayName": "Email",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "pulled",
"displayName": "pulled",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Status",
"displayName": "Status",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "Initial Email Date",
"displayName": "Initial Email Date",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "Follow-Up Count",
"displayName": "Follow-Up Count",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "reply received ",
"displayName": "reply received ",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "threadId",
"displayName": "threadId",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "gmailAccount",
"displayName": "gmailAccount",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "row_number",
"displayName": "row_number",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"readOnly": true,
"removed": false
}
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.5,
"position": [
1880,
-1240
],
"id": "4d46f81a-58a0-497c-bf85-a5c343be78e3",
"name": "Google Sheets3",
"retryOnFail": true,
"waitBetweenTries": 5000,
"maxTries": 5,
"credentials": {
"googleSheetsOAuth2Api": {
"id": "18QfeVBsFWSml4Ei",
"name": "Google Sheets account"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"options": {}
},
"type": "n8n-nodes-base.splitInBatches",
"typeVersion": 3,
"position": [
1000,
-865
],
"id": "33e40b1c-45fc-4f3c-b24b-4f0161fe447c",
"name": "Loop Over Items2"
},
{
"parameters": {},
"type": "n8n-nodes-base.noOp",
"name": "Replace Me2",
"typeVersion": 1,
"position": [
2100,
-865
],
"id": "2636e2f5-471c-40bb-912c-95b2e3c66edd"
},
{
"parameters": {
"operation": "update",
"documentId": {
"__rl": true,
"value":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit?gid=270978245#gid=270978245",
"mode": "url"
},
"sheetName": {
"__rl": true,
"value": 270978245,
"mode": "list",
"cachedResultName": "VCs",
"cachedResultUrl":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit#gid=270978245"
},
"columns": {
"mappingMode": "defineBelow",
"value": {
"row_number": "={{ $json.row_number }}",
"pulled": "yes",
"Email": "={{ $json.Email }}",
"firstName": "={{ $json.firstName }}",
"companyName": "={{ $json.companyName }}"
},
"matchingColumns": [
"row_number"
],
"schema": [
{
"id": "firstName",
"displayName": "firstName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "companyName",
"displayName": "companyName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "Email",
"displayName": "Email",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "pulled",
"displayName": "pulled",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "Status",
"displayName": "Status",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Initial Email Date",
"displayName": "Initial Email Date",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Follow-Up Count",
"displayName": "Follow-Up Count",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "reply received ",
"displayName": "reply received ",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "threadId",
"displayName": "threadId",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "gmailAccount",
"displayName": "gmailAccount",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "row_number",
"displayName": "row_number",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"readOnly": true,
"removed": false
}
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.6,
"position": [
1220,
-940
],
"id": "6855bea1-4da5-4cf2-bfdd-4d2f3cc21825",
"name": "Google Sheets4",
"retryOnFail": true,
"waitBetweenTries": 5000,
"maxTries": 5,
"credentials": {
"googleSheetsOAuth2Api": {
"id": "18QfeVBsFWSml4Ei",
"name": "Google Sheets account"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"amount": 10,
"unit": "minutes"
},
"type": "n8n-nodes-base.wait",
"typeVersion": 1.1,
"position": [
1440,
-940
],
"id": "08072393-3896-40f8-a932-14f26ed51708",
"name": "Wait16",
"webhookId": "4e2ce35b-eef2-4fb5-9040-d4dac49d1a31"
},
{
"parameters": {
"operation": "update",
"documentId": {
"__rl": true,
"value":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit?gid=270978245#gid=270978245",
"mode": "url"
},
"sheetName": {
"__rl": true,
"value": 270978245,
"mode": "list",
"cachedResultName": "VCs",
"cachedResultUrl":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit#gid=270978245"
},
"columns": {
"mappingMode": "defineBelow",
"value": {
"Status": "sent",
"Initial Email Date": "={{ $('Schedule Trigger').item.json['Readable
date'] }}",
"threadId": "={{ $json.threadId }}",
"row_number": "={{ $('Wait16').item.json.row_number }}"
},
"matchingColumns": [
"row_number"
],
"schema": [
{
"id": "firstName",
"displayName": "firstName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "companyName",
"displayName": "companyName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Email",
"displayName": "Email",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "pulled",
"displayName": "pulled",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Status",
"displayName": "Status",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "Initial Email Date",
"displayName": "Initial Email Date",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "Follow-Up Count",
"displayName": "Follow-Up Count",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "reply received ",
"displayName": "reply received ",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "threadId",
"displayName": "threadId",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "gmailAccount",
"displayName": "gmailAccount",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "row_number",
"displayName": "row_number",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"readOnly": true,
"removed": false
}
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.5,
"position": [
1880,
-940
],
"id": "338dbe9f-fb34-43bc-abb2-18f673cb939c",
"name": "Google Sheets5",
"retryOnFail": true,
"waitBetweenTries": 5000,
"maxTries": 5,
"credentials": {
"googleSheetsOAuth2Api": {
"id": "18QfeVBsFWSml4Ei",
"name": "Google Sheets account"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"options": {}
},
"type": "n8n-nodes-base.splitInBatches",
"typeVersion": 3,
"position": [
1000,
-565
],
"id": "6005fa36-822f-4e83-b738-7b386c43f3fa",
"name": "Loop Over Items3"
},
{
"parameters": {},
"type": "n8n-nodes-base.noOp",
"name": "Replace Me3",
"typeVersion": 1,
"position": [
2100,
-565
],
"id": "e274f7a1-6fc0-4db2-9401-a16a3b423562"
},
{
"parameters": {
"operation": "update",
"documentId": {
"__rl": true,
"value":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit?gid=270978245#gid=270978245",
"mode": "url"
},
"sheetName": {
"__rl": true,
"value": 270978245,
"mode": "list",
"cachedResultName": "VCs",
"cachedResultUrl":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit#gid=270978245"
},
"columns": {
"mappingMode": "defineBelow",
"value": {
"row_number": "={{ $json.row_number }}",
"pulled": "yes",
"Email": "={{ $json.Email }}",
"firstName": "={{ $json.firstName }}",
"companyName": "={{ $json.companyName }}"
},
"matchingColumns": [
"row_number"
],
"schema": [
{
"id": "firstName",
"displayName": "firstName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "companyName",
"displayName": "companyName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "Email",
"displayName": "Email",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "pulled",
"displayName": "pulled",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "Status",
"displayName": "Status",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Initial Email Date",
"displayName": "Initial Email Date",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Follow-Up Count",
"displayName": "Follow-Up Count",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "reply received ",
"displayName": "reply received ",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "threadId",
"displayName": "threadId",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "gmailAccount",
"displayName": "gmailAccount",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "row_number",
"displayName": "row_number",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"readOnly": true,
"removed": false
}
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.6,
"position": [
1220,
-640
],
"id": "66c67d2d-8937-4693-828c-e3e9c91b2a04",
"name": "Google Sheets6",
"retryOnFail": true,
"waitBetweenTries": 5000,
"maxTries": 5,
"credentials": {
"googleSheetsOAuth2Api": {
"id": "18QfeVBsFWSml4Ei",
"name": "Google Sheets account"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"amount": 10,
"unit": "minutes"
},
"type": "n8n-nodes-base.wait",
"typeVersion": 1.1,
"position": [
1440,
-640
],
"id": "912de48d-1ea0-4c20-9843-66dee10ca4b2",
"name": "Wait17",
"webhookId": "4e2ce35b-eef2-4fb5-9040-d4dac49d1a31"
},
{
"parameters": {
"operation": "update",
"documentId": {
"__rl": true,
"value":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit?gid=270978245#gid=270978245",
"mode": "url"
},
"sheetName": {
"__rl": true,
"value": 270978245,
"mode": "list",
"cachedResultName": "VCs",
"cachedResultUrl":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit#gid=270978245"
},
"columns": {
"mappingMode": "defineBelow",
"value": {
"Status": "sent",
"Initial Email Date": "={{ $('Schedule Trigger').item.json['Readable
date'] }}",
"threadId": "={{ $json.threadId }}",
"row_number": "={{ $('Wait17').item.json.row_number }}"
},
"matchingColumns": [
"row_number"
],
"schema": [
{
"id": "firstName",
"displayName": "firstName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "companyName",
"displayName": "companyName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Email",
"displayName": "Email",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "pulled",
"displayName": "pulled",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Status",
"displayName": "Status",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "Initial Email Date",
"displayName": "Initial Email Date",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "Follow-Up Count",
"displayName": "Follow-Up Count",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "reply received ",
"displayName": "reply received ",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "threadId",
"displayName": "threadId",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "gmailAccount",
"displayName": "gmailAccount",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "row_number",
"displayName": "row_number",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"readOnly": true,
"removed": false
}
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.5,
"position": [
1880,
-640
],
"id": "0f4ee7b0-5cdd-47a5-b00c-24f8e991ae07",
"name": "Google Sheets7",
"retryOnFail": true,
"waitBetweenTries": 5000,
"maxTries": 5,
"credentials": {
"googleSheetsOAuth2Api": {
"id": "18QfeVBsFWSml4Ei",
"name": "Google Sheets account"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"options": {}
},
"type": "n8n-nodes-base.splitInBatches",
"typeVersion": 3,
"position": [
1000,
-265
],
"id": "3807fe7f-9a34-45bd-b068-88d5d8f6fd40",
"name": "Loop Over Items4"
},
{
"parameters": {},
"type": "n8n-nodes-base.noOp",
"name": "Replace Me4",
"typeVersion": 1,
"position": [
2100,
-265
],
"id": "2bf20abb-125b-44bf-8678-7a755e099b42"
},
{
"parameters": {
"operation": "update",
"documentId": {
"__rl": true,
"value":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit?gid=270978245#gid=270978245",
"mode": "url"
},
"sheetName": {
"__rl": true,
"value": 270978245,
"mode": "list",
"cachedResultName": "VCs",
"cachedResultUrl":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit#gid=270978245"
},
"columns": {
"mappingMode": "defineBelow",
"value": {
"row_number": "={{ $json.row_number }}",
"pulled": "yes",
"Email": "={{ $json.Email }}",
"firstName": "={{ $json.firstName }}",
"companyName": "={{ $json.companyName }}"
},
"matchingColumns": [
"row_number"
],
"schema": [
{
"id": "firstName",
"displayName": "firstName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "companyName",
"displayName": "companyName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "Email",
"displayName": "Email",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "pulled",
"displayName": "pulled",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "Status",
"displayName": "Status",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Initial Email Date",
"displayName": "Initial Email Date",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Follow-Up Count",
"displayName": "Follow-Up Count",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "reply received ",
"displayName": "reply received ",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "threadId",
"displayName": "threadId",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "gmailAccount",
"displayName": "gmailAccount",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "row_number",
"displayName": "row_number",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"readOnly": true,
"removed": false
}
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.6,
"position": [
1220,
-340
],
"id": "09fff44e-9f4f-442a-92d2-677afa4731f6",
"name": "Google Sheets8",
"retryOnFail": true,
"waitBetweenTries": 5000,
"maxTries": 5,
"credentials": {
"googleSheetsOAuth2Api": {
"id": "18QfeVBsFWSml4Ei",
"name": "Google Sheets account"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"amount": 10,
"unit": "minutes"
},
"type": "n8n-nodes-base.wait",
"typeVersion": 1.1,
"position": [
1440,
-340
],
"id": "d1479e51-bfae-435d-9b83-fcfcc4a62d89",
"name": "Wait18",
"webhookId": "4e2ce35b-eef2-4fb5-9040-d4dac49d1a31"
},
{
"parameters": {
"operation": "update",
"documentId": {
"__rl": true,
"value":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit?gid=270978245#gid=270978245",
"mode": "url"
},
"sheetName": {
"__rl": true,
"value": 270978245,
"mode": "list",
"cachedResultName": "VCs",
"cachedResultUrl":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit#gid=270978245"
},
"columns": {
"mappingMode": "defineBelow",
"value": {
"Status": "sent",
"Initial Email Date": "={{ $('Schedule Trigger').item.json['Readable
date'] }}",
"threadId": "={{ $json.threadId }}",
"row_number": "={{ $('Wait18').item.json.row_number }}"
},
"matchingColumns": [
"row_number"
],
"schema": [
{
"id": "firstName",
"displayName": "firstName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "companyName",
"displayName": "companyName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Email",
"displayName": "Email",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "pulled",
"displayName": "pulled",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Status",
"displayName": "Status",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "Initial Email Date",
"displayName": "Initial Email Date",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "Follow-Up Count",
"displayName": "Follow-Up Count",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "reply received ",
"displayName": "reply received ",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "threadId",
"displayName": "threadId",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "gmailAccount",
"displayName": "gmailAccount",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "row_number",
"displayName": "row_number",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"readOnly": true,
"removed": false
}
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.5,
"position": [
1880,
-340
],
"id": "7b7a3efb-9530-4598-aaf4-c5de0b725954",
"name": "Google Sheets9",
"retryOnFail": true,
"waitBetweenTries": 5000,
"maxTries": 5,
"credentials": {
"googleSheetsOAuth2Api": {
"id": "18QfeVBsFWSml4Ei",
"name": "Google Sheets account"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"options": {}
},
"type": "n8n-nodes-base.splitInBatches",
"typeVersion": 3,
"position": [
1000,
35
],
"id": "71a3f6ca-58ce-40a7-8c75-e540a844531f",
"name": "Loop Over Items6"
},
{
"parameters": {},
"type": "n8n-nodes-base.noOp",
"name": "Replace Me6",
"typeVersion": 1,
"position": [
2100,
35
],
"id": "56a7c77c-9637-470b-ae24-66291f5a4047"
},
{
"parameters": {
"operation": "update",
"documentId": {
"__rl": true,
"value":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit?gid=270978245#gid=270978245",
"mode": "url"
},
"sheetName": {
"__rl": true,
"value": 270978245,
"mode": "list",
"cachedResultName": "VCs",
"cachedResultUrl":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit#gid=270978245"
},
"columns": {
"mappingMode": "defineBelow",
"value": {
"row_number": "={{ $json.row_number }}",
"pulled": "yes",
"Email": "={{ $json.Email }}",
"firstName": "={{ $json.firstName }}",
"companyName": "={{ $json.companyName }}"
},
"matchingColumns": [
"row_number"
],
"schema": [
{
"id": "firstName",
"displayName": "firstName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "companyName",
"displayName": "companyName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "Email",
"displayName": "Email",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "pulled",
"displayName": "pulled",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true
},
{
"id": "Status",
"displayName": "Status",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Initial Email Date",
"displayName": "Initial Email Date",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Follow-Up Count",
"displayName": "Follow-Up Count",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "reply received ",
"displayName": "reply received ",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "threadId",
"displayName": "threadId",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "gmailAccount",
"displayName": "gmailAccount",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "row_number",
"displayName": "row_number",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"readOnly": true,
"removed": false
}
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.6,
"position": [
1220,
-40
],
"id": "9ae0c527-a25d-4c79-adfc-9063843893aa",
"name": "Google Sheets12",
"retryOnFail": true,
"waitBetweenTries": 5000,
"maxTries": 5,
"credentials": {
"googleSheetsOAuth2Api": {
"id": "18QfeVBsFWSml4Ei",
"name": "Google Sheets account"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"amount": 10,
"unit": "minutes"
},
"type": "n8n-nodes-base.wait",
"typeVersion": 1.1,
"position": [
1440,
-40
],
"id": "0c459450-3760-454d-baf8-fafb15d8e6fb",
"name": "Wait20",
"webhookId": "4e2ce35b-eef2-4fb5-9040-d4dac49d1a31"
},
{
"parameters": {
"operation": "update",
"documentId": {
"__rl": true,
"value":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit?gid=270978245#gid=270978245",
"mode": "url"
},
"sheetName": {
"__rl": true,
"value": 270978245,
"mode": "list",
"cachedResultName": "VCs",
"cachedResultUrl":
"https://docs.google.com/spreadsheets/d/1SY1EksCRQbXKtmFS4EMkOj3imhMEG_TccPuTcuOKeb
0/edit#gid=270978245"
},
"columns": {
"mappingMode": "defineBelow",
"value": {
"Status": "sent",
"Initial Email Date": "={{ $('Schedule Trigger').item.json['Readable
date'] }}",
"threadId": "={{ $json.threadId }}",
"row_number": "={{ $('Wait20').item.json.row_number }}"
},
"matchingColumns": [
"row_number"
],
"schema": [
{
"id": "firstName",
"displayName": "firstName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "companyName",
"displayName": "companyName",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Email",
"displayName": "Email",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "pulled",
"displayName": "pulled",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "Status",
"displayName": "Status",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "Initial Email Date",
"displayName": "Initial Email Date",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "Follow-Up Count",
"displayName": "Follow-Up Count",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "reply received ",
"displayName": "reply received ",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "threadId",
"displayName": "threadId",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": false
},
{
"id": "gmailAccount",
"displayName": "gmailAccount",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"removed": true
},
{
"id": "row_number",
"displayName": "row_number",
"required": false,
"defaultMatch": false,
"display": true,
"type": "string",
"canBeUsedToMatch": true,
"readOnly": true,
"removed": false
}
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {}
},
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4.5,
"position": [
1880,
-40
],
"id": "69b36d8d-3b22-4a64-afda-c5ce3946040e",
"name": "Google Sheets13",
"retryOnFail": true,
"waitBetweenTries": 5000,
"maxTries": 5,
"credentials": {
"googleSheetsOAuth2Api": {
"id": "18QfeVBsFWSml4Ei",
"name": "Google Sheets account"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"sendTo": "={{ $json.Email }}",
"subject": "=Proposal - Let us automate {{ $json.companyName }}",
"message": "=<!DOCTYPE html>\n<html>\n<head>\n <meta charset=\"UTF-8\" />\
n</head>\n<body style=\"font-family: Arial, sans-serif; color: #333333; line-
height: 1.6;\">\n <p>Hey {{ $json.companyName }},</p>\n <p>I’m Novaa, founder of
Granovaa. I’ll keep this quick—here’s what we do:</p>\n <p>Our AI has two powerful
engines working for you:</p>\n <ul>\n <li><strong>Discovery Engine:</strong> It
constantly scans social media, funding announcements, press releases, and startup
communities to spot early signals—like product launches, hiring trends, and market
traction—so you can find promising startups before they hit everyone’s radar.</li>\
n <li><strong>Analysis Engine:</strong> It automatically reviews pitch decks,
benchmarks startups against competitors, and generates easy-to-digest reports with
actionable investment insights—saving you hours of manual research every
week.</li>\n </ul>\n <p>Got 10 minutes to chat? I’d love to show you how we can
give you an edge.</p>\n <p>Cheers,<br />Novaa<br />Founder –
Granovaa</p>\n</body>\n</html>\n",
"options": {
"appendAttribution": false,
"senderName": "Novaa",
"replyToSenderOnly": true
}
},
"type": "n8n-nodes-base.gmail",
"typeVersion": 2.1,
"position": [
1660,
-640
],
"id": "8120908d-c5ad-4638-b4c8-ec2f2d94a71d",
"name": "Granovaa",
"webhookId": "ec3e07df-02ba-4c5d-9510-064d81660cbb",
"retryOnFail": true,
"maxTries": 5,
"waitBetweenTries": 5000,
"credentials": {
"gmailOAuth2": {
"id": "dVpOHU0LuzrJWVIj",
"name": "Granovaa"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"sendTo": "={{ $json.Email }}",
"subject": "=Proposal - Let us automate {{ $json.companyName }}",
"message": "=<!DOCTYPE html>\n<html>\n<head>\n <meta charset=\"UTF-8\" />\
n</head>\n<body style=\"font-family: Arial, sans-serif; color: #333333; line-
height: 1.6;\">\n <p>Hey {{ $json.companyName }},</p>\n <p>I’m Rae, founder of
Granovaa. I’ll keep this quick—here’s what we do:</p>\n <p>Our AI has two powerful
engines working for you:</p>\n <ul>\n <li><strong>Discovery Engine:</strong> It
constantly scans social media, funding announcements, press releases, and startup
communities to spot early signals—like product launches, hiring trends, and market
traction—so you can find promising startups before they hit everyone’s radar.</li>\
n <li><strong>Analysis Engine:</strong> It automatically reviews pitch decks,
benchmarks startups against competitors, and generates easy-to-digest reports with
actionable investment insights—saving you hours of manual research every
week.</li>\n </ul>\n <p>Got 10 minutes to chat? I’d love to show you how we can
give you an edge.</p>\n <p>Cheers,<br />Rae<br />Founder – Granovaa</p>\n</body>\
n</html>\n",
"options": {
"appendAttribution": false,
"senderName": "Rae",
"replyToSenderOnly": true
}
},
"type": "n8n-nodes-base.gmail",
"typeVersion": 2.1,
"position": [
1660,
-940
],
"id": "e79acb73-5eab-4fd9-9427-29d7d75720eb",
"name": "Rae",
"webhookId": "ec3e07df-02ba-4c5d-9510-064d81660cbb",
"retryOnFail": true,
"maxTries": 5,
"waitBetweenTries": 5000,
"credentials": {
"gmailOAuth2": {
"id": "6UZYh7f8s489XUpJ",
"name": "rae"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"sendTo": "={{ $json.Email }}",
"subject": "=Proposal - Let us automate {{ $json.companyName }}",
"message": "=<!DOCTYPE html>\n<html>\n<head>\n <meta charset=\"UTF-8\" />\
n</head>\n<body style=\"font-family: Arial, sans-serif; color: #333333; line-
height: 1.6;\">\n <p>Hey {{ $json.companyName }},</p>\n <p>I’m Granth, founder of
Granovaa. I’ll keep this quick—here’s what we do:</p>\n <p>Our AI has two powerful
engines working for you:</p>\n <ul>\n <li><strong>Discovery Engine:</strong> It
constantly scans social media, funding announcements, press releases, and startup
communities to spot early signals—like product launches, hiring trends, and market
traction—so you can find promising startups before they hit everyone’s radar.</li>\
n <li><strong>Analysis Engine:</strong> It automatically reviews pitch decks,
benchmarks startups against competitors, and generates easy-to-digest reports with
actionable investment insights—saving you hours of manual research every
week.</li>\n </ul>\n <p>Got 10 minutes to chat? I’d love to show you how we can
give you an edge.</p>\n <p>Cheers,<br />Granth<br />Founder –
Granovaa</p>\n</body>\n</html>\n",
"options": {
"appendAttribution": false,
"senderName": "Granth",
"replyToSenderOnly": true
}
},
"type": "n8n-nodes-base.gmail",
"typeVersion": 2.1,
"position": [
1660,
-1240
],
"id": "0d3b27d5-466f-4d16-9561-796b4c44d347",
"name": "Granth",
"webhookId": "ec3e07df-02ba-4c5d-9510-064d81660cbb",
"retryOnFail": true,
"maxTries": 5,
"waitBetweenTries": 5000,
"credentials": {
"gmailOAuth2": {
"id": "3YQhuhgYbTbX0tAN",
"name": "Granth"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"sendTo": "={{ $json.Email }}",
"subject": "=Proposal - Let us automate {{ $json.companyName }}",
"message": "=<!DOCTYPE html>\n<html>\n<head>\n <meta charset=\"UTF-8\" />\
n</head>\n<body style=\"font-family: Arial, sans-serif; color: #333333; line-
height: 1.6;\">\n <p>Hey {{ $json.companyName }},</p>\n <p>I’m Novaa, founder of
Granovaa. I’ll keep this quick—here’s what we do:</p>\n <p>Our AI has two powerful
engines working for you:</p>\n <ul>\n <li><strong>Discovery Engine:</strong> It
constantly scans social media, funding announcements, press releases, and startup
communities to spot early signals—like product launches, hiring trends, and market
traction—so you can find promising startups before they hit everyone’s radar.</li>\
n <li><strong>Analysis Engine:</strong> It automatically reviews pitch decks,
benchmarks startups against competitors, and generates easy-to-digest reports with
actionable investment insights—saving you hours of manual research every
week.</li>\n </ul>\n <p>Got 10 minutes to chat? I’d love to show you how we can
give you an edge.</p>\n <p>Cheers,<br />Novaa<br />Founder –
Granovaa</p>\n</body>\n</html>\n",
"options": {
"appendAttribution": false,
"senderName": "Novaa",
"replyToSenderOnly": true
}
},
"type": "n8n-nodes-base.gmail",
"typeVersion": 2.1,
"position": [
1660,
-1540
],
"id": "285bf90d-8ca7-4e8a-a830-6f241a58bd78",
"name": "Novaa",
"webhookId": "ec3e07df-02ba-4c5d-9510-064d81660cbb",
"retryOnFail": true,
"maxTries": 5,
"waitBetweenTries": 5000,
"credentials": {
"gmailOAuth2": {
"id": "VjXIi3f2wTD77GNW",
"name": "Novaa"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"sendTo": "={{ $json.Email }}",
"subject": "=Proposal - Let us automate {{ $json.companyName }}",
"message": "=<!DOCTYPE html>\n<html>\n<head>\n <meta charset=\"UTF-8\" />\
n</head>\n<body style=\"font-family: Arial, sans-serif; color: #333333; line-
height: 1.6;\">\n <p>Hey {{ $json.companyName }},</p>\n <p>I’m Novaa, founder of
Granovaa. I’ll keep this quick—here’s what we do:</p>\n <p>Our AI has two powerful
engines working for you:</p>\n <ul>\n <li><strong>Discovery Engine:</strong> It
constantly scans social media, funding announcements, press releases, and startup
communities to spot early signals—like product launches, hiring trends, and market
traction—so you can find promising startups before they hit everyone’s radar.</li>\
n <li><strong>Analysis Engine:</strong> It automatically reviews pitch decks,
benchmarks startups against competitors, and generates easy-to-digest reports with
actionable investment insights—saving you hours of manual research every
week.</li>\n </ul>\n <p>Got 10 minutes to chat? I’d love to show you how we can
give you an edge.</p>\n <p>Cheers,<br />Novaa<br />Founder –
Granovaa</p>\n</body>\n</html>\n",
"options": {
"appendAttribution": false,
"senderName": "Novaa",
"replyToSenderOnly": true
}
},
"type": "n8n-nodes-base.gmail",
"typeVersion": 2.1,
"position": [
1660,
-340
],
"id": "65f15acb-4939-40fe-a03c-3141feb4c552",
"name": "Granovaa AI",
"webhookId": "ec3e07df-02ba-4c5d-9510-064d81660cbb",
"retryOnFail": true,
"maxTries": 5,
"waitBetweenTries": 5000,
"credentials": {
"gmailOAuth2": {
"id": "rBznlQSQmjGQnHoq",
"name": "Granovaa 2"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"sendTo": "={{ $json.Email }}",
"subject": "=Proposal - Let us automate {{ $json.companyName }}",
"message": "=<!DOCTYPE html>\n<html>\n<head>\n <meta charset=\"UTF-8\" />\
n</head>\n<body style=\"font-family: Arial, sans-serif; color: #333333; line-
height: 1.6;\">\n <p>Hey {{ $json.companyName }},</p>\n <p>I’m Edox, founder of
Granovaa. I’ll keep this quick—here’s what we do:</p>\n <p>Our AI has two powerful
engines working for you:</p>\n <ul>\n <li><strong>Discovery Engine:</strong> It
constantly scans social media, funding announcements, press releases, and startup
communities to spot early signals—like product launches, hiring trends, and market
traction—so you can find promising startups before they hit everyone’s radar.</li>\
n <li><strong>Analysis Engine:</strong> It automatically reviews pitch decks,
benchmarks startups against competitors, and generates easy-to-digest reports with
actionable investment insights—saving you hours of manual research every
week.</li>\n </ul>\n <p>Got 10 minutes to chat? I’d love to show you how we can
give you an edge.</p>\n <p>Cheers,<br />Edox<br />Founder – Granovaa</p>\n</body>\
n</html>\n",
"options": {
"appendAttribution": false,
"senderName": "Edox",
"replyToSenderOnly": true
}
},
"type": "n8n-nodes-base.gmail",
"typeVersion": 2.1,
"position": [
1660,
-40
],
"id": "2c44f7c2-46d8-4e32-9ac4-8289d506f0e9",
"name": "Edox",
"webhookId": "ec3e07df-02ba-4c5d-9510-064d81660cbb",
"retryOnFail": true,
"maxTries": 5,
"waitBetweenTries": 5000,
"credentials": {
"gmailOAuth2": {
"id": "uNVnU92NtyDe2hnA",
"name": "EDOX"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"content": "## Novaa Email\n",
"height": 280,
"width": 1740,
"color": 5
},
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
620,
-1585
],
"id": "0223856b-b758-4f70-a2c0-955986dd7071",
"name": "Sticky Note"
},
{
"parameters": {
"content": "## Granth Email\n",
"height": 280,
"width": 1740,
"color": 6
},
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
620,
-1285
],
"id": "e00bf83a-736b-4bc5-b337-c8fdd71c5dce",
"name": "Sticky Note1"
},
{
"parameters": {
"content": "## Rae Email\n",
"height": 280,
"width": 1740,
"color": 5
},
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
620,
-985
],
"id": "3ce76973-a852-45ce-8dbb-7d5f5d6d4878",
"name": "Sticky Note2"
},
{
"parameters": {
"content": "## Granovaa Email\n",
"height": 280,
"width": 1740,
"color": 6
},
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
620,
-685
],
"id": "dee7851b-ef35-44a8-a4b7-03bc2acce083",
"name": "Sticky Note3"
},
{
"parameters": {
"content": "## Granovaa AI Email\n",
"height": 280,
"width": 1740,
"color": 5
},
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
620,
-385
],
"id": "b03621af-a730-4b57-8e43-fb583707bf00",
"name": "Sticky Note4"
},
{
"parameters": {
"content": "## Edox Email\n",
"height": 280,
"width": 1740,
"color": 6
},
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
620,
-85
],
"id": "7613de44-e041-4199-8bb2-869bcb265b18",
"name": "Sticky Note5"
}
],
"connections": {
"Google Sheets - Read Rows": {
"main": [
[
{
"node": "Filter Pending Rows",
"type": "main",
"index": 0
}
]
]
},
"Filter Pending Rows": {
"main": [
[
{
"node": "Route to Gmail Function",
"type": "main",
"index": 0
}
]
]
},
"Route to Gmail Function": {
"main": [
[
{
"node": "Route to Gmail Accounts",
"type": "main",
"index": 0
}
]
]
},
"Route to Gmail Accounts": {
"main": [
[
{
"node": "Limit",
"type": "main",
"index": 0
}
],
[
{
"node": "Limit1",
"type": "main",
"index": 0
}
],
[
{
"node": "Limit2",
"type": "main",
"index": 0
}
],
[
{
"node": "Limit3",
"type": "main",
"index": 0
}
],
[
{
"node": "Limit4",
"type": "main",
"index": 0
}
],
[
{
"node": "Limit5",
"type": "main",
"index": 0
}
]
]
},
"Limit": {
"main": [
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
},
"Limit1": {
"main": [
[
{
"node": "Loop Over Items1",
"type": "main",
"index": 0
}
]
]
},
"Limit2": {
"main": [
[
{
"node": "Loop Over Items2",
"type": "main",
"index": 0
}
]
]
},
"Limit3": {
"main": [
[
{
"node": "Loop Over Items3",
"type": "main",
"index": 0
}
]
]
},
"Limit4": {
"main": [
[
{
"node": "Loop Over Items4",
"type": "main",
"index": 0
}
]
]
},
"Limit5": {
"main": [
[
{
"node": "Loop Over Items6",
"type": "main",
"index": 0
}
]
]
},
"Loop Over Items": {
"main": [
[],
[
{
"node": "Google Sheets",
"type": "main",
"index": 0
}
]
]
},
"Replace Me": {
"main": [
[
{
"node": "Loop Over Items",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets": {
"main": [
[
{
"node": "Wait",
"type": "main",
"index": 0
}
]
]
},
"Wait": {
"main": [
[
{
"node": "Novaa",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets1": {
"main": [
[
{
"node": "Replace Me",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger": {
"main": [
[
{
"node": "Google Sheets - Read Rows",
"type": "main",
"index": 0
}
]
]
},
"Loop Over Items1": {
"main": [
[],
[
{
"node": "Google Sheets2",
"type": "main",
"index": 0
}
]
]
},
"Replace Me1": {
"main": [
[
{
"node": "Loop Over Items1",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets2": {
"main": [
[
{
"node": "Wait15",
"type": "main",
"index": 0
}
]
]
},
"Wait15": {
"main": [
[
{
"node": "Granth",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets3": {
"main": [
[
{
"node": "Replace Me1",
"type": "main",
"index": 0
}
]
]
},
"Loop Over Items2": {
"main": [
[],
[
{
"node": "Google Sheets4",
"type": "main",
"index": 0
}
]
]
},
"Replace Me2": {
"main": [
[
{
"node": "Loop Over Items2",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets4": {
"main": [
[
{
"node": "Wait16",
"type": "main",
"index": 0
}
]
]
},
"Wait16": {
"main": [
[
{
"node": "Rae",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets5": {
"main": [
[
{
"node": "Replace Me2",
"type": "main",
"index": 0
}
]
]
},
"Loop Over Items3": {
"main": [
[],
[
{
"node": "Google Sheets6",
"type": "main",
"index": 0
}
]
]
},
"Replace Me3": {
"main": [
[
{
"node": "Loop Over Items3",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets6": {
"main": [
[
{
"node": "Wait17",
"type": "main",
"index": 0
}
]
]
},
"Wait17": {
"main": [
[
{
"node": "Granovaa",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets7": {
"main": [
[
{
"node": "Replace Me3",
"type": "main",
"index": 0
}
]
]
},
"Loop Over Items4": {
"main": [
[],
[
{
"node": "Google Sheets8",
"type": "main",
"index": 0
}
]
]
},
"Replace Me4": {
"main": [
[
{
"node": "Loop Over Items4",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets8": {
"main": [
[
{
"node": "Wait18",
"type": "main",
"index": 0
}
]
]
},
"Wait18": {
"main": [
[
{
"node": "Granovaa AI",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets9": {
"main": [
[
{
"node": "Replace Me4",
"type": "main",
"index": 0
}
]
]
},
"Loop Over Items6": {
"main": [
[],
[
{
"node": "Google Sheets12",
"type": "main",
"index": 0
}
]
]
},
"Replace Me6": {
"main": [
[
{
"node": "Loop Over Items6",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets12": {
"main": [
[
{
"node": "Wait20",
"type": "main",
"index": 0
}
]
]
},
"Wait20": {
"main": [
[
{
"node": "Edox",
"type": "main",
"index": 0
}
]
]
},
"Google Sheets13": {
"main": [
[
{
"node": "Replace Me6",
"type": "main",
"index": 0
}
]
]
},
"Granovaa": {
"main": [
[
{
"node": "Google Sheets7",
"type": "main",
"index": 0
}
]
]
},
"Rae": {
"main": [
[
{
"node": "Google Sheets5",
"type": "main",
"index": 0
}
]
]
},
"Granth": {
"main": [
[
{
"node": "Google Sheets3",
"type": "main",
"index": 0
}
]
]
},
"Novaa": {
"main": [
[
{
"node": "Google Sheets1",
"type": "main",
"index": 0
}
]
]
},
"Granovaa AI": {
"main": [
[
{
"node": "Google Sheets9",
"type": "main",
"index": 0
}
]
]
},
"Edox": {
"main": [
[
{
"node": "Google Sheets13",
"type": "main",
"index": 0
}
]
]
}
},
"pinData": {},
"meta": {
"templateCredsSetupCompleted": true,
"instanceId":
"5264deb0a99e05b1613aa7f18e22568388dfd863cb9170f7e72a6db06d77936a"
}
}