The operation failed with an error. 403: Not enough permissions to access: partnerApiReactions.CREATE.20240201

We are attempting to automate reactions (likes) on LinkedIn posts for various members using a Module (Make an API Call). The purpose of this automation is to enhance engagement on posts shared within our network on LinkedIn. The automation process is supposed to interact with LinkedIn’s API to post reactions on users’ behalf automatically.

Steps Tried:

I’ve set up a module (Make an API Call ) and API keys required to post reactions on LinkedIn.

{

“root”: “{{value}}”,

“reactionType” : “LIKE”

}

Problems Encountered:

While executing the automation, We encountered an error preventing the flow from posting reactions on LinkedIn. The error message is as follows:

The operation failed with an error. 403: Not enough permissions to access: partnerApiReactions.CREATE.20240201


Hey there!

Looks like you’re using the manual API call and from the looks of it, the module doesn’t have the permissions yet, try to check with their support team if the “partnerApiReactions.CREATE.20240201” is already added/supported by their module, if not yet, they need to update the module on their backend.

2 Likes