This workflow corresponds to n8n.io template #13668 — we link there as the canonical source.
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": "H8jpnxtr2mo0MSKZ",
"name": "LinkedIn Mutual Connections",
"tags": [],
"nodes": [
{
"id": "d2b7cbee-a6a0-4438-93d8-9d443ae881ee",
"name": "Sticky Note7",
"type": "n8n-nodes-base.stickyNote",
"position": [
-752,
656
],
"parameters": {
"width": 540,
"height": 664,
"content": "## LinkedIn Mutual Connections via TexAU\nThis workflow automates the process of retrieving mutual LinkedIn connections using the TexAU API. It is ideal for enrichment, lead qualification, and relationship-mapping tasks where understanding shared connections provides valuable context.\n\n**How it Works**\n\n1. The workflow is triggered manually for testing or can be linked to other workflows.\n2. A request is sent to TexAU\u2019s LinkedIn Mutual Connections automation, passing the target LinkedIn profile URL or ID.\n3. TexAU begins processing the task in the background.\n4. The workflow waits briefly to allow TexAU to complete the job.\n5. A follow-up request retrieves the final results from TexAU\u2019s results endpoint.\n6. The mutual-connection data is returned in structured form for downstream use such as enrichment, CRM updates, scoring, or AI workflows.\n\n**Setup Steps**\n\n* Add your TexAU API key to the HTTP Request node headers.\n* Specify the input LinkedIn profile URL.\n* Adjust wait duration depending on TexAU\u2019s processing speed.\n* Connect any downstream CRM, database, or AI components as needed.\n\n**Good to Know**\nTexAU execution time varies based on task queue load. Returned fields may include connection names, profile URLs, job titles, and shared links.\n"
},
"typeVersion": 1
},
{
"id": "4b804149-451d-4528-b4af-2bda0102f92b",
"name": "LinkedIn_Mutual_Connections",
"type": "n8n-nodes-base.httpRequest",
"position": [
64,
928
],
"parameters": {
"url": "=https://api.texau.com/api/v1/public/run/682e2fbb9b7201d753f179bf",
"method": "POST",
"options": {},
"jsonBody": "={\n \"name\": \"LinkedIn Mutual Connections\",\n \"description\": \"Extract mutual connections from LinkedIn profile\",\n \"workflowId\": \"682e2fbb9b7201d753f179bf\",\n \"connectedAccountId\": \"682e40549b7201d753f2cb82\",\n \"timezone\": \"America/Los_Angeles\",\n \"inputs\": {\n \"{{automationId1}}\": {\n \"liProfileUrl\": \"{{ $json.Linkedin_url }}\",\n \"maxCount\": 100\n }\n }\n} ",
"sendBody": true,
"sendHeaders": true,
"specifyBody": "json",
"headerParameters": {
"parameters": [
{
"name": "accept",
"value": "application/json"
},
{
"name": "X-TexAu-Context",
"value": "={\"orgUserId\":\"682d0f7b9b7201d753c4d2e0\",\"workspaceId\":\"682d0f7b9b7201d753c4d2e5\"}"
},
{
"name": "Authorization",
"value": "=<redacted-credential>"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "c4b99d2f-1707-41ab-a35d-360d12a4a67b",
"name": "Get Results",
"type": "n8n-nodes-base.httpRequest",
"position": [
272,
928
],
"parameters": {
"url": "=https://api.texau.com/api/v1/public/executions/{{ $json.data.id }}",
"options": {},
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "accept",
"value": "application/json"
},
{
"name": "X-TexAu-Context",
"value": "={\"orgUserId\":\"682d0f7b9b7201d753c4d2e0\",\"workspaceId\":\"682d0f7b9b7201d753c4d2e5\"}"
},
{
"name": "Authorization",
"value": "=<redacted-credential>"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "e19d2ccc-1dac-4832-841f-5a86946f4410",
"name": "Wait",
"type": "n8n-nodes-base.wait",
"position": [
496,
928
],
"parameters": {
"amount": 60
},
"typeVersion": 1.1
},
{
"id": "b842144e-777a-4041-b0cb-91470cb6bb44",
"name": "When clicking \u2018Test workflow\u2019",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-144,
928
],
"parameters": {},
"typeVersion": 1
},
{
"id": "0af90735-9901-4c6a-bfd3-8d07cc396d6c",
"name": "Mutual_Connections_Results1",
"type": "n8n-nodes-base.httpRequest",
"position": [
1072,
1184
],
"parameters": {
"url": "=https://api.texau.com/api/v1/public/results/{{ $json.data.id }}",
"options": {},
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "accept",
"value": "application/json"
},
{
"name": "X-TexAu-Context",
"value": "={\"orgUserId\":\"682d0f7b9b7201d753c4d2e0\",\"workspaceId\":\"682d0f7b9b7201d753c4d2e5\"}"
},
{
"name": "Authorization",
"value": "=<redacted-credential>"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "ffd1e530-d1f9-4f45-95dd-093195aa599c",
"name": "Mutual_Connections_Results",
"type": "n8n-nodes-base.httpRequest",
"position": [
720,
928
],
"parameters": {
"url": "=https://api.texau.com/api/v1/public/results/{{ $json.data.id }}",
"options": {},
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "accept",
"value": "application/json"
},
{
"name": "X-TexAu-Context",
"value": "={\"orgUserId\":\"682d0f7b9b7201d753c4d2e0\",\"workspaceId\":\"682d0f7b9b7201d753c4d2e5\"}"
},
{
"name": "Authorization",
"value": "=<redacted-credential>"
}
]
}
},
"typeVersion": 4.2
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "d8ab485e-bdf0-4adb-b7a6-0e51ca608582",
"connections": {
"Wait": {
"main": [
[
{
"node": "Mutual_Connections_Results",
"type": "main",
"index": 0
}
]
]
},
"Get Results": {
"main": [
[
{
"node": "Wait",
"type": "main",
"index": 0
}
]
]
},
"LinkedIn_Mutual_Connections": {
"main": [
[
{
"node": "Get Results",
"type": "main",
"index": 0
}
]
]
},
"When clicking \u2018Test workflow\u2019": {
"main": [
[
{
"node": "LinkedIn_Mutual_Connections",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
This workflow automates the process of retrieving mutual LinkedIn connections using the TexAU API. It is ideal for enrichment, lead qualification, and relationship-mapping tasks where understanding shared connections provides valuable context.
Source: https://n8n.io/workflows/13668/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This n8n workflow automatically shares content from a Telegram Channel to multiple platforms like WordPress, Facebook, X/Twitter, and LinkedIn. It uses a Switch node to detect the type of content—text
Disclaimer: this workflow only works on self-hosted instances due to the file system usage.
More workflow: https://aitool.wiki/
> ⚠️ Disclaimer: This workflow uses Community Nodes and requires a self-hosted n8n instance.
This n8n workflow automates the process of scraping job listings from both LinkedIn and Indeed platforms simultaneously, combining results, and exporting data to Google Sheets for comprehensive job ma