n8n - 💡(How to fix) Fix Default LinkedIn node not working - calling depreciated API [2 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
n8n-io/n8n#28634Fetched 2026-04-18 05:56:58
View on GitHub
Comments
2
Participants
3
Timeline
9
Reactions
0
Timeline (top)
commented ×2labeled ×2mentioned ×2subscribed ×2

Error Message

Up to April 17, 2026 the default LinkedIn Node was working in my Community Edition 2.16.1 (I'll assume hosted versions too). It has stopped and returns this error (see below) which appears to be warning that the LinkedIn API endpoint the node is using has been depreciated. ERROR MESSAGE: ERROR CODE: 3. Receive API warning error.

RAW_BUFFERClick to expand / collapse

Bug Description

Up to April 17, 2026 the default LinkedIn Node was working in my Community Edition 2.16.1 (I'll assume hosted versions too). It has stopped and returns this error (see below) which appears to be warning that the LinkedIn API endpoint the node is using has been depreciated.

ERROR MESSAGE: Your request is invalid or could not be processed by the service Requested version 20250401 is not active

ERROR CODE: { "status": 426, "code": "NONEXISTENT_VERSION", "message": "Requested version 20250401 is not active" }

This has been talk about in the Community but I have not seen a BUG report for it yet. https://community.n8n.io/t/linkedin-native-node-not-working/288287

To Reproduce

  1. Create workflow using default LinkedIn node for posting articles.
  2. Run workflow
  3. Receive API warning error.

I am self-hosting on Hostinger.

Expected behavior

I expect the LinkedIn node to post the article with image.

Debug Info

Options offered by the community were to use an HTTP node and forget the LinkedIn node.

Operating System

Ubuntu 24.04 with n8n

n8n Version

1.26.1

Node.js Version

Latest

Database

SQLite (default)

Execution mode

main (default)

Hosting

self hosted

extent analysis

TL;DR

The LinkedIn node in n8n version 1.26.1 is likely failing due to a deprecated LinkedIn API endpoint, and using an HTTP node as a workaround may resolve the issue.

Guidance

  • The error message indicates that the requested LinkedIn API version (20250401) is not active, suggesting a versioning issue.
  • The community discussion suggests using an HTTP node as an alternative to the default LinkedIn node, which may be a viable workaround.
  • To implement the HTTP node workaround, you would need to configure the node to make the necessary API requests to LinkedIn, potentially requiring adjustments to authentication and request formatting.
  • Verifying the fix would involve successfully posting an article with an image using the HTTP node workflow.

Example

No code example is provided due to the lack of specific implementation details in the issue.

Notes

The provided solution is based on the information given and the community discussion. However, without direct access to the LinkedIn API documentation or the n8n node implementation, the exact steps for configuring the HTTP node are not specified.

Recommendation

Apply workaround: Using an HTTP node as suggested by the community may provide a temporary solution until the LinkedIn node is updated to use a supported API version.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

I expect the LinkedIn node to post the article with image.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

n8n - 💡(How to fix) Fix Default LinkedIn node not working - calling depreciated API [2 comments, 3 participants]