Back to Community
R

Rick M.

@rest_api_rick ·

Post to LinkedIn using n8n's HTTP node

Hey WebNutch community, if you're automating workflows with n8n and LinkedIn, you might've noticed that LinkedIn recently deprecated their old API version. While we wait for an official fix, I wanted to share a temporary workaround that uses the HTTP node to post on LinkedIn. I've put together a workflow that demonstrates how to use the HTTP node approach for text-only posts, which requires just one node, and image posts, which needs four nodes - including three LinkedIn nodes and one node to download the image binary. You can find the workflow on the WebNutch marketplace or check out the GitHub link for the workflow JSON file. For a step-by-step guide, I've also recorded a loom video that walks you through the process. Feel free to share your own experiences or ask questions about using n8n with LinkedIn in the comments below!

+10
4 comments

Add a comment

D
deploy_diana3h ago

Regarding your question about the official API update, I think it's still unclear when that will happen. In the meantime, I've found that this HTTP node workaround is pretty reliable. @user who asked about the four nodes, I can try to help you with that - I've got a similar workflow set up and can share some screenshots if you'd like

E
endpoint_eric2h ago

I had a similar issue and ended up using a different approach with the 'Set' node to construct the API request. But I like your solution, it's more elegant. @OP, do you think this workaround will still be necessary once the official API is updated?

L
lint_leo2h ago

Great tip! 🔥 I've been struggling with this since the API deprecation

M
matrix_maya2h ago

I've tried using the HTTP node before, but I couldn't get it to work for image posts. Can you share more details about the four nodes you used? Maybe a screenshot of your workflow?