Skip to main content
Solved

Permission Denied on n8n integration

  • June 25, 2025
  • 4 replies
  • 60 views

renato-abreu-bn

Hello!

I want to integrate a pipefy pipe to n8n, but i'm getting a problem.

On my n8n flow I have a http request to get the pipefy data, but my ouput in this part returns this:
 

[
{
"data": {
"card": null
},
"errors": [
{
"message": "Permission denied",
"locations": [
{
"line": 1,
"column": 9
}
],
"path": [
"card"
],
"extensions": {
"code": "PERMISSION_DENIED",
"correlation_id": "955423756e7991db-FRA"
}
}
]
}
]



Does anyone knows how to solve this?
I'm just trying to get the card id while moving a card.
The problem its not a permission, because I have access to the pipe and the card.
And the first webhook on my n8n flow even gets the data, so I think the problem would be another thing.
 

Best answer by renato-abreu-bn

It was a problem at the body of my request, I solved it.

4 replies

renato-abreu-bn
  • Author
  • New Member
  • 1 reply
  • Answer
  • June 25, 2025

It was a problem at the body of my request, I solved it.


developers7
  • Explorer
  • 2 replies
  • October 23, 2025

It was a problem at the body of my request, I solved it.

How you solved it?


Alan dOliveira
Pipefy Staff
Forum|alt.badge.img
  • Pipefy Staff
  • 59 replies
  • October 24, 2025

@developers7 Could you open a topic about your issue?


Forum|alt.badge.img+4
  • Inspiring
  • 68 replies
  • November 12, 2025

Hi renato-abreu-bn were you able to resolve this issue? I’m trying to integrate Pipefy to n8n, please can you assist me? Thanks