Linkedin node is not working

When I am going to post data from linkedin node, the response comes like -
Your request is invalid or could not be processed by the service

Requested version 20240401 is not active,
Error details

From LinkedIn

Error code

426

Full message

{ "status": 426, "code": "NONEXISTENT_VERSION", "message": "Requested version 20240401 is not active" }

plese help me to fix this
Thanks

I have the same issue. This was supposedly fixed (fix(LinkedIn Node): API version update (#14697) · n8n-io/n8n@77e2ac6 · GitHub) but its not working on my end.

When I change the n8n version from 1.89.2 to 1.90.2 sometimes it works but then it stops working…

Would be great to have this fixed or a workaround to keep the posts running

Hello friends @Private_Equity_Bro @Otish_Kumar

The LinkedIn issue is resolved starting from version 1.90

thanks for the reply. unfortunately for me it doesn’t work. it was working before, so it’s not an API problem or something similar.

From LinkedIn

Error code

400

Full message

{ "message": "Server encountered an unexpected condition that prevented it from fulfilling the request.", "status": 400 }

Other info

Node type

n8n-nodes-base.linkedIn

Node version

1 (Latest)

n8n version

1.90.2 (Cloud)

Time

26/04/2025, 18:40:21

Stack trace

NodeApiError: Bad request - please check your parameters at ExecuteContext.linkedInApiRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/LinkedIn/GenericFunctions.js:68:11) at processTicksAndRejections (node:internal/process/task_queues:95:5) at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/LinkedIn/LinkedIn.node.js:264:28) at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:681:27) at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:915:51 at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/execution-engine/workflow-execute.js:1246:20

LinkedIn

Test step

Parameters

Settings


Docs

Credential to connect with

Resource

Operation

Post As

Fixed

Expression

Organization URN

Fixed

Expression

Text

Fixed

Expression

{{ $(‘Article’).item.json.text }}

Media Category

Fixed

Expression

Input Binary Field

Fixed

Expression

The name of the input binary field containing the file to be written

Additional Fields

No properties

I wish this node would…

Problem in node ‘LinkedIn‘

Bad request - please check your parameters

What are you trying to do? This error explains the issue, I guess you’re sending something wrong…

You are right, the output was above the max no. of characters for LinkedIn posts…! Working now, thanks

1 Like

I’m using n8n workflow ,but it’s not working