Hi everyone,
I am trying to post on Linkedin(as person). I made my connection and it works fine. But when I try to share a post I get this error: Your request is invalid or could not be processed by the service
Requested version 20240401 is not active
Error Details:
From Linkedin:
{ "status": 426, "code": "NONEXISTENT_VERSION", "message": "Requested version 20240401 is not active" }
Until this is resolved, you can still use the HTTP node to make a LinkedIn post. Here’s a simple workflow — feel free to edit it to suit your needs.
Just in case I missed something, how do I merge the post and image workflows together? I already have the image in the workflow so I didn’t need the fetch step. Thanks!
I tried to use an image from the workflow but it didn’t work. It worked when the image come just before the upload(HTTP) node. You can try to get your image in the last node before linkedin workflow.