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 →
{
"name": "Get LinkedIn Member ID",
"nodes": [
{
"parameters": {},
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
240,
300
]
},
{
"parameters": {
"url": "https://api.linkedin.com/v2/userinfo",
"authentication": "predefinedCredentialType",
"nodeCredentialType": "linkedInOAuth2Api",
"options": {}
},
"name": "Get User Info",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
460,
300
]
},
{
"parameters": {
"mode": "raw",
"jsonOutput": "={{ {\n memberUrn: `urn:li:person:${$json.sub}`,\n memberId: $json.sub,\n name: $json.name,\n email: $json.email\n} }}",
"options": {}
},
"name": "Format Member URN",
"type": "n8n-nodes-base.code",
"typeVersion": 2,
"position": [
680,
300
]
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Get User Info",
"type": "main",
"index": 0
}
]
]
},
"Get User Info": {
"main": [
[
{
"node": "Format Member URN",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Get LinkedIn Member ID. Uses httpRequest. Event-driven trigger; 3 nodes.
Source: https://github.com/splinesreticulating/n8n-v2-workflow-skill/blob/main/assets/examples/linkedin-member-id-workflow.json — 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
Hacker News to Video Template - AlexK1919. Uses hackerNews, s3, httpRequest, dropbox. Event-driven trigger; 48 nodes.
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.