The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "7wwY8wfZdNpL83QQ",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "LinkedIn Leads Scraping & Enrichment (Main)",
"tags": [],
"nodes": [
{
"id": "5d07dfa4-6e6a-41a6-a2ea-8a8787331735",
"name": "On form submission",
"type": "n8n-nodes-base.formTrigger",
"position": [
-80,
-80
],
"parameters": {
"options": {},
"formTitle": "Leads Search",
"formFields": {
"values": [
{
"fieldLabel": "Job Title",
"requiredField": true
},
{
"fieldLabel": "Location",
"requiredField": true
},
{
"fieldType": "number",
"fieldLabel": "Number of Leads",
"requiredField": true
}
]
}
},
"typeVersion": 2.2
},
{
"id": "76ade63a-7b44-4fd1-85d8-6dbacd83aca7",
"name": "Split Out",
"type": "n8n-nodes-base.splitOut",
"position": [
360,
-80
],
"parameters": {
"options": {},
"fieldToSplitOut": "people"
},
"typeVersion": 1,
"alwaysOutputData": false
},
{
"id": "3c7b7179-a8b9-41d6-9617-8eb7af38f571",
"name": "Google Sheets Trigger",
"type": "n8n-nodes-base.googleSheetsTrigger",
"position": [
-100,
280
],
"parameters": {
"event": "rowAdded",
"options": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit?usp=drivesdk",
"cachedResultName": "apollo ai leads & enrichment"
}
},
"credentials": {
"googleSheetsTriggerOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "9a55977c-638f-49ae-a51f-420f71c15454",
"name": "OpenAI1",
"type": "@n8n/n8n-nodes-langchain.openAi",
"position": [
360,
280
],
"parameters": {
"modelId": {
"__rl": true,
"mode": "list",
"value": "gpt-3.5-turbo",
"cachedResultName": "GPT-3.5-TURBO"
},
"options": {},
"messages": {
"values": [
{
"content": "=remove the http or https://www.linkedin.com/in/ from this {{ $json.linkedin_url }}"
}
]
}
},
"credentials": {
"openAiApi": {
"name": "<your credential>"
}
},
"typeVersion": 1.8
},
{
"id": "ca4d6b69-d4cb-4aa1-89bc-f0b5555f31cd",
"name": "Google Sheets Trigger2",
"type": "n8n-nodes-base.googleSheetsTrigger",
"position": [
-100,
680
],
"parameters": {
"event": "rowAdded",
"options": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit?usp=drivesdk",
"cachedResultName": "apollo ai leads"
}
},
"credentials": {
"googleSheetsTriggerOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "15422703-fa1f-42e4-8387-7d2d4f154938",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-200,
200
],
"parameters": {
"color": 3,
"width": 1260,
"height": 300,
"content": "## Extract Linkedin Username \n"
},
"typeVersion": 1
},
{
"id": "f8ffe414-9ca9-463a-9b98-22a65a86d4c4",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-200,
-160
],
"parameters": {
"width": 1260,
"height": 300,
"content": "## Scrape Leads from Apollo\n"
},
"typeVersion": 1
},
{
"id": "a09d3993-99d6-488e-8bc0-76542de7b53c",
"name": "Clean Data",
"type": "n8n-nodes-base.set",
"position": [
600,
-80
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "e3bfe30e-9136-4ac9-b3da-c26eb678153b",
"name": "id",
"type": "string",
"value": "={{ $json.id }}"
},
{
"id": "d45c81fb-1461-45fd-be95-d5d9901d72d7",
"name": "name",
"type": "string",
"value": "={{ $json.name }}"
},
{
"id": "b4b8f660-7758-4a5f-a8f6-dc8ab6355132",
"name": "linkedin_url",
"type": "string",
"value": "={{ $json.linkedin_url }}"
},
{
"id": "399f533a-6e6b-4f40-8ed8-aa5dd39017cd",
"name": "title",
"type": "string",
"value": "={{ $json.title }}"
},
{
"id": "227d34c5-17db-4436-b0c2-f74e5ae453f2",
"name": "organization",
"type": "string",
"value": "={{ $json.employment_history[0].organization_name }}"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "92d03853-644e-4c73-8ecf-1e216238b37f",
"name": "Add Leads to Google Sheet",
"type": "n8n-nodes-base.googleSheets",
"position": [
840,
-80
],
"parameters": {
"columns": {
"value": {
"name": "={{ $json.name }}",
"title": "={{ $json.title }}",
"apollo_id": "={{ $json.id }}",
"linkedin_url": "={{ $json.linkedin_url }}",
"organization": "={{ $json.organization }}",
"posts_scrape_status": "unscraped",
"contacts_scrape_status": "pending",
"profile_summary_scrape": "pending",
"extract_username_status": "pending"
},
"schema": [
{
"id": "apollo_id",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "apollo_id",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "name",
"type": "string",
"display": true,
"required": false,
"displayName": "name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "organization",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "organization",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "title",
"type": "string",
"display": true,
"required": false,
"displayName": "title",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "linkedin_url",
"type": "string",
"display": true,
"required": false,
"displayName": "linkedin_url",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "linkedin_username",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "linkedin_username",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "extract_username_status",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "extract_username_status",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "email_address",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "email_address",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "contacts_scrape_status",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "contacts_scrape_status",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "about_linkedin_profile",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "about_linkedin_profile",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "profile_summary_scrape",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "profile_summary_scrape",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "recent_posts_summary",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "recent_posts_summary",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "posts_scrape_status",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "posts_scrape_status",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"id"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "append",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit?usp=drivesdk",
"cachedResultName": "apollo ai leads & enrichment"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 4.5
},
{
"id": "0275f8ba-78d7-4464-bc80-ee939e9575e7",
"name": "Add Linkedin Username",
"type": "n8n-nodes-base.googleSheets",
"position": [
720,
280
],
"parameters": {
"columns": {
"value": {
"apollo_id": "={{ $('Get Pending Username Row').item.json.apollo_id }}",
"linkedin_username": "={{ $json.message.content }}",
"extract_username_status": "finished"
},
"schema": [
{
"id": "apollo_id",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "apollo_id",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "name",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "title",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "title",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "linkedin_url",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "linkedin_url",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "linkedin_username",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "linkedin_username",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "extract_username_status",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "extract_username_status",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "email_address",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "email_address",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "phone_number",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "phone_number",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "contacts_scrape_status",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "contacts_scrape_status",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "about_linkedin_profile",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "about_linkedin_profile",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "profile_summary_scrape",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "profile_summary_scrape",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "recent_posts_summary",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "recent_posts_summary",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "posts_scrape_status",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "posts_scrape_status",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "row_number",
"type": "string",
"display": true,
"removed": true,
"readOnly": true,
"required": false,
"displayName": "row_number",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"apollo_id"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "update",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit?usp=drivesdk",
"cachedResultName": "apollo ai leads"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 4.5
},
{
"id": "42827be7-8727-46e6-8f12-5d517c3ce6f3",
"name": "Get Pending Username Row",
"type": "n8n-nodes-base.googleSheets",
"position": [
140,
280
],
"parameters": {
"options": {
"returnFirstMatch": true
},
"filtersUI": {
"values": [
{
"lookupValue": "pending",
"lookupColumn": "extract_username_status"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit?usp=drivesdk",
"cachedResultName": "apollo ai leads & enrichment"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
},
"executeOnce": true,
"typeVersion": 4.5
},
{
"id": "ffbb16a6-020e-4825-9690-3e89a8bbbbf7",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-200,
560
],
"parameters": {
"color": 5,
"width": 1700,
"height": 360,
"content": "## Get Email Address, Validate Deliverability & Update Column Status"
},
"typeVersion": 1
},
{
"id": "d2a1b54a-bc1b-4f63-a1a4-b9bd2017f82d",
"name": "Add Email Address",
"type": "n8n-nodes-base.googleSheets",
"position": [
1240,
600
],
"parameters": {
"columns": {
"value": {
"apollo_id": "={{ $('Get Pending Email Statuses').item.json.apollo_id }}",
"email_address": "={{ $json.data.email }}",
"contacts_scrape_status": "finished"
},
"schema": [
{
"id": "apollo_id",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "apollo_id",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "name",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "title",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "title",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "linkedin_url",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "linkedin_url",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "linkedin_username",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "linkedin_username",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "extract_username_status",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "extract_username_status",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "email_address",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "email_address",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "contacts_scrape_status",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "contacts_scrape_status",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "about_linkedin_profile",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "about_linkedin_profile",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "profile_summary_scrape",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "profile_summary_scrape",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "recent_posts_summary",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "recent_posts_summary",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "posts_scrape_status",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "posts_scrape_status",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "row_number",
"type": "string",
"display": true,
"removed": true,
"readOnly": true,
"required": false,
"displayName": "row_number",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"apollo_id"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "update",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit?usp=drivesdk",
"cachedResultName": "apollo ai leads"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
},
"executeOnce": true,
"typeVersion": 4.5
},
{
"id": "7abbce6e-90fa-4ac5-9a0b-0ba2669aa77a",
"name": "Mark Invalid Email",
"type": "n8n-nodes-base.googleSheets",
"position": [
1240,
760
],
"parameters": {
"columns": {
"value": {
"apollo_id": "={{ $('Get Pending Email Statuses').item.json.apollo_id }}",
"contacts_scrape_status": "invalid_email"
},
"schema": [
{
"id": "apollo_id",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "apollo_id",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "name",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "title",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "title",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "linkedin_url",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "linkedin_url",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "linkedin_username",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "linkedin_username",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "extract_username_status",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "extract_username_status",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "email_address",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "email_address",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "contacts_scrape_status",
"type": "string",
"display": true,
"required": false,
"displayName": "contacts_scrape_status",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "about_linkedin_profile",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "about_linkedin_profile",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "profile_summary_scrape",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "profile_summary_scrape",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "recent_posts_summary",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "recent_posts_summary",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "posts_scrape_status",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "posts_scrape_status",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "row_number",
"type": "string",
"display": true,
"removed": true,
"readOnly": true,
"required": false,
"displayName": "row_number",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"apollo_id"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "update",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit?usp=drivesdk",
"cachedResultName": "apollo ai leads & enrichment"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 4.5
},
{
"id": "2e1b9e78-8953-4059-9bbd-117c78742e4b",
"name": "Sticky Note3",
"type": "n8n-nodes-base.stickyNote",
"position": [
1560,
560
],
"parameters": {
"color": 5,
"width": 800,
"height": 360,
"content": "## Update Contact Scrape Status from Invalid back to Pending"
},
"typeVersion": 1
},
{
"id": "dc603dc3-148c-4609-a698-eaae32832423",
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
1640,
680
],
"parameters": {
"rule": {
"interval": [
{
"field": "weeks",
"triggerAtDay": [
2
],
"triggerAtHour": 8,
"weeksInterval": 4
}
]
}
},
"typeVersion": 1.2
},
{
"id": "a23feccf-f6b5-4440-b12a-ea10b41f4037",
"name": "Get Email from Apollo",
"type": "n8n-nodes-base.httpRequest",
"position": [
380,
680
],
"parameters": {
"url": "https://api.apollo.io/api/v1/people/match",
"method": "POST",
"options": {},
"sendBody": true,
"sendQuery": true,
"sendHeaders": true,
"bodyParameters": {
"parameters": [
{
"name": "id",
"value": "={{ $json.apollo_id }}"
}
]
},
"queryParameters": {
"parameters": [
{
"name": "reveal_personal_emails",
"value": "true"
},
{
"name": "reveal_phone_number",
"value": "false"
}
]
},
"headerParameters": {
"parameters": [
{
"name": "Cache-Control",
"value": "no-cache"
},
{
"name": "accept",
"value": "application/json"
},
{
"name": "x-api-key",
"value": "\"your_api_key\""
}
]
}
},
"typeVersion": 4.2
},
{
"id": "dfd5224d-fdb6-41f2-a219-a4a8f94930cd",
"name": "Confirm Email Validity",
"type": "n8n-nodes-base.httpRequest",
"position": [
620,
680
],
"parameters": {
"url": "=https://api.mails.so/v1/validate?email={{ $json.person.email }}",
"options": {},
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "x-mails-api-key",
"value": "\"your_api_key\""
}
]
}
},
"typeVersion": 4.2
},
{
"id": "14fab17d-b38b-43de-a38e-c8d49afcf1d0",
"name": "Get Pending Email Statuses",
"type": "n8n-nodes-base.googleSheets",
"position": [
140,
680
],
"parameters": {
"options": {
"returnFirstMatch": true
},
"filtersUI": {
"values": [
{
"lookupValue": "pending",
"lookupColumn": "contacts_scrape_status"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit?usp=drivesdk",
"cachedResultName": "apollo ai leads"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
},
"executeOnce": true,
"typeVersion": 4.5
},
{
"id": "09a0c5eb-d098-47f1-a85c-13c93d8b5296",
"name": "Google Sheets Trigger3",
"type": "n8n-nodes-base.googleSheetsTrigger",
"position": [
-100,
1160
],
"parameters": {
"event": "rowAdded",
"options": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit?usp=drivesdk",
"cachedResultName": "apollo ai leads"
}
},
"credentials": {
"googleSheetsTriggerOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "3f592a9c-f692-44c0-b5be-9c5ff1506f24",
"name": "Sticky Note4",
"type": "n8n-nodes-base.stickyNote",
"position": [
-200,
1040
],
"parameters": {
"color": 6,
"width": 1920,
"height": 360,
"content": "## Get Profile Summary & Update Status (Rapid API\u2705 - Primary Option)"
},
"typeVersion": 1
},
{
"id": "6bc025b4-b150-493b-ae38-33772cb51a76",
"name": "Get Profile Posts",
"type": "n8n-nodes-base.httpRequest",
"onError": "continueRegularOutput",
"maxTries": 2,
"position": [
340,
1640
],
"parameters": {
"url": "https://linkedin-data-api.p.rapidapi.com/get-profile-posts",
"options": {},
"sendQuery": true,
"sendHeaders": true,
"queryParameters": {
"parameters": [
{
"name": "username",
"value": "={{ $json.linkedin_username }}"
},
{
"name": "start",
"value": "0"
}
]
},
"headerParameters": {
"parameters": [
{
"name": "x-rapidapi-host",
"value": "linkedin-data-api.p.rapidapi.com"
},
{
"name": "x-rapidapi-key",
"value": "\"your_api_key\""
}
]
}
},
"retryOnFail": true,
"typeVersion": 4.2
},
{
"id": "758da5bf-91e9-434d-9de5-eb3e907524e1",
"name": "Get About Profile",
"type": "n8n-nodes-base.httpRequest",
"onError": "continueRegularOutput",
"maxTries": 2,
"position": [
380,
1160
],
"parameters": {
"url": "https://linkedin-data-api.p.rapidapi.com",
"options": {},
"sendQuery": true,
"sendHeaders": true,
"queryParameters": {
"parameters": [
{
"name": "username",
"value": "={{ $json.linkedin_username }}"
}
]
},
"headerParameters": {
"parameters": [
{
"name": "x-rapidapi-host",
"value": "linkedin-data-api.p.rapidapi.com"
},
{
"name": "x-rapidapi-key",
"value": "\"your_api_key\""
}
]
}
},
"retryOnFail": true,
"typeVersion": 4.2
},
{
"id": "9f88649f-3c41-4624-b94f-242d94118b0b",
"name": "Get Pending About and Posts Rows",
"type": "n8n-nodes-base.googleSheets",
"position": [
140,
1160
],
"parameters": {
"options": {
"returnFirstMatch": true
},
"filtersUI": {
"values": [
{
"lookupValue": "pending",
"lookupColumn": "profile_summary_scrape"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit?usp=drivesdk",
"cachedResultName": "apollo ai leads"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
},
"executeOnce": true,
"typeVersion": 4.5
},
{
"id": "2e8bb4a1-5fa9-446a-8b55-bffd6ceb5648",
"name": "Clean Profile Data",
"type": "n8n-nodes-base.code",
"onError": "continueErrorOutput",
"maxTries": 2,
"position": [
620,
1160
],
"parameters": {
"jsCode": "return [{\n summary: $input.first().json.summary,\n headline: $input.first().json.headline,\n nationality: $input.first().json.geo.country,\n languaage: $input.first().json.languages[0].name,\n education: $input.first().json.educations[0].schoolName,\n fieldOfStudy: $input.first().json.educations[0].fieldOfStudy,\n employment_company: $input.first().json.position[0].companyName,\n company_industry: $input.first().json.position[0].companyIndustry,\n position: $input.first().json.position[0].title,\n company_location: $input.first().json.position[0].location,\n employment_description_1: $input.first().json.position[0].description,\n}];\n"
},
"retryOnFail": true,
"typeVersion": 2
},
{
"id": "87aa2108-44df-4b7f-8090-f2e86cbf5bf9",
"name": "Google Sheets Trigger4",
"type": "n8n-nodes-base.googleSheetsTrigger",
"position": [
-120,
1640
],
"parameters": {
"event": "rowAdded",
"options": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit?usp=drivesdk",
"cachedResultName": "apollo ai leads"
}
},
"credentials": {
"googleSheetsTriggerOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "e3318dd3-4b6a-4994-92bc-2e715f398397",
"name": "Sticky Note5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-200,
1520
],
"parameters": {
"color": 7,
"width": 1920,
"height": 360,
"content": "## Get Summary of Latest Linkedin Profile Posts (Rapid API\u2705 - Primary Option)"
},
"typeVersion": 1
},
{
"id": "b1c117e8-493a-443f-912b-dbf4718c3348",
"name": "Get Pending About and Posts Rows1",
"type": "n8n-nodes-base.googleSheets",
"position": [
100,
1640
],
"parameters": {
"options": {
"returnFirstMatch": true
},
"filtersUI": {
"values": [
{
"lookupValue": "unscraped",
"lookupColumn": "posts_scrape_status"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit?usp=drivesdk",
"cachedResultName": "apollo ai leads"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
},
"executeOnce": true,
"typeVersion": 4.5
},
{
"id": "c480f3ed-f316-4dd8-877b-49191d5aa694",
"name": "Clean Posts Data",
"type": "n8n-nodes-base.code",
"onError": "continueErrorOutput",
"maxTries": 2,
"position": [
580,
1640
],
"parameters": {
"jsCode": "const data = $input.first().json.data || [];\n\nfunction getText(post, reshared = false) {\n if (!post) return \"\";\n return reshared ? (post.resharedPost?.text || \"\") : (post.text || \"\");\n}\n\nfunction getDate(post) {\n if (!post) return \"\";\n return post.postedDate || post.postedDateTimestamp || \"\";\n}\n\nreturn [{\n json: {\n post_1: getText(data[0]),\n post_1_date: getDate(data[0]),\n\n post_2: getText(data[1]),\n post_2_date: getDate(data[1]),\n\n post_3: getText(data[2]),\n post_3_date: getDate(data[2]),\n\n post_4: getText(data[3], true),\n post_4_date: getDate(data[3]),\n\n post_5: getText(data[4], true),\n post_5_date: getDate(data[4]),\n }\n}];\n"
},
"retryOnFail": true,
"typeVersion": 2,
"waitBetweenTries": 3000
},
{
"id": "88d093e7-0180-4585-b338-11f4974fa0a7",
"name": "Sticky Note6",
"type": "n8n-nodes-base.stickyNote",
"position": [
-200,
1980
],
"parameters": {
"color": 4,
"width": 800,
"height": 360,
"content": "## Update Completely Enriched Profile to Final Database"
},
"typeVersion": 1
},
{
"id": "a9a96a05-f135-4a19-827f-85a750bc1551",
"name": "Google Sheets Trigger5",
"type": "n8n-nodes-base.googleSheetsTrigger",
"position": [
-120,
2100
],
"parameters": {
"event": "rowAdded",
"options": {},
"pollTimes": {
"item": [
{
"mode": "everyMinute"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit?usp=drivesdk",
"cachedResultName": "apollo ai leads"
}
},
"credentials": {
"googleSheetsTriggerOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 1
},
{
"id": "ef709a3f-7e75-4904-9d3e-299db8db5d60",
"name": "Sticky Note8",
"type": "n8n-nodes-base.stickyNote",
"position": [
1780,
1040
],
"parameters": {
"color": 6,
"width": 800,
"height": 360,
"content": "## Update profile summary status from failed back to pending"
},
"typeVersion": 1
},
{
"id": "91a1eaed-8645-4eeb-8558-c28a6d55f689",
"name": "Schedule Trigger2",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
1860,
1160
],
"parameters": {
"rule": {
"interval": [
{
"field": "weeks",
"triggerAtDay": [
2
],
"triggerAtHour": 8,
"weeksInterval": 4
}
]
}
},
"typeVersion": 1.2
},
{
"id": "f7658227-39b3-4efb-971c-f17860d20fb8",
"name": "get invalid email rows",
"type": "n8n-nodes-base.googleSheets",
"position": [
1880,
680
],
"parameters": {
"options": {
"returnFirstMatch": false
},
"filtersUI": {
"values": [
{
"lookupValue": "invalid_email",
"lookupColumn": "contacts_scrape_status"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit?usp=drivesdk",
"cachedResultName": "apollo ai leads"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
},
"executeOnce": true,
"typeVersion": 4.5
},
{
"id": "fce87e8a-9eb3-4c86-a4e3-f93534333206",
"name": "update_to_pending",
"type": "n8n-nodes-base.googleSheets",
"position": [
2100,
680
],
"parameters": {
"columns": {
"value": {
"apollo_id": "={{ $json.apollo_id }}",
"contacts_scrape_status": "pending"
},
"schema": [
{
"id": "apollo_id",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "apollo_id",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "name",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "title",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "title",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "linkedin_url",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "linkedin_url",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "linkedin_username",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "linkedin_username",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "extract_username_status",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "extract_username_status",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "email_address",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "email_address",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "contacts_scrape_status",
"type": "string",
"display": true,
"required": false,
"displayName": "contacts_scrape_status",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "about_linkedin_profile",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "about_linkedin_profile",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "profile_summary_scrape",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "profile_summary_scrape",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "recent_posts_summary",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "recent_posts_summary",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "posts_scrape_status",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "posts_scrape_status",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "row_number",
"type": "string",
"display": true,
"removed": true,
"readOnly": true,
"required": false,
"displayName": "row_number",
"defaultMatch": false,
"canBeUsedToMatch": true
}
],
"mappingMode": "defineBelow",
"matchingColumns": [
"apollo_id"
],
"attemptToConvertTypes": false,
"convertFieldsToString": false
},
"options": {},
"operation": "update",
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit?usp=drivesdk",
"cachedResultName": "apollo ai leads & enrichment"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
},
"typeVersion": 4.5
},
{
"id": "9583cab2-6373-4e44-b9f2-ba0e8c8871e7",
"name": "get_failed_profile_summary_rows",
"type": "n8n-nodes-base.googleSheets",
"position": [
2100,
1160
],
"parameters": {
"options": {
"returnFirstMatch": false
},
"filtersUI": {
"values": [
{
"lookupValue": "failed",
"lookupColumn": "profile_summary_scrape"
}
]
},
"sheetName": {
"__rl": true,
"mode": "list",
"value": "gid=0",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit#gid=0",
"cachedResultName": "Sheet1"
},
"documentId": {
"__rl": true,
"mode": "list",
"value": "1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ",
"cachedResultUrl": "https://docs.google.com/spreadsheets/d/1d99PlHkp9RPeSAtmATgQ4OC4Selcp8JSFLNuKx-n1EQ/edit?usp=drivesdk",
"cachedResultName": "apollo ai leads"
}
},
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
},
"executeOnce": true,
"typeVersion": 4.5
},
{
"id": "a09d1560-2213-46ff-9668-5e98d5051e1f",
"name": "update_to_pending1",
"type": "n8n-nodes-base.googleSheets",
"position": [
2320,
1160
],
"parameters": {
"columns": {
"value": {
"apollo_id": "={{ $json.apollo_id }}",
"profile_summary_scrape": "pending"
},
"schema": [
{
"id": "apollo_id",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "apollo_id",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "name",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "name",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "title",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "title",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "linkedin_url",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "linkedin_url",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "linkedin_username",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "linkedin_username",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "extract_username_status",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "extract_username_status",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "email_address",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "email_address",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "contacts_scrape_status",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "contacts_scrape_status",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "about_linkedin_profile",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "about_linkedin_profile",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "profile_summary_scrape",
"type": "string",
"display": true,
"removed": false,
"required": false,
"displayName": "profile_summary_scrape",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "recent_posts_summary",
"type": "string",
"display": true,
"removed": true,
"required": false,
"displayName": "recent_posts_summary",
"defaultMatch": false,
"canBeUsedToMatch": true
},
{
"id": "posts_
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
googleSheetsOAuth2ApigoogleSheetsTriggerOAuth2ApiopenAiApi
About this workflow
LinkedIn Leads Scraping & Enrichment (Main). Uses formTrigger, splitOut, googleSheetsTrigger, openAi. Event-driven trigger; 66 nodes.
Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →