Skip to main content
Solved

pipe_id webhook


tech-lazertur
Forum|alt.badge.img
{  "data": {    "action": "card.move",    "from": {      "id": 318037803,      "name": "VENDAS A LANÇAR"    },    "to": {      "id": 318037801,      "name": "VENDA LANÇADA"    },    "moved_by": {      "id": 301427266,      "name": "Maycon Alves",      "username": "mayconalves",      "email": "maycon@lazertur.com.br",      "avatar_url": "https://app.pipefy.com/storage/v1/signed/avatar/store/user/301427266/avatar/small-8a31ab1a423992bb8cabb7194b7c3aac.png?expires_on=1706537387&signature=7uSWFoHtuF4H9RW9wmVCKzfmicWM0nKBSMTYs%2Fm3LhU%3D"    },    "card": {      "id": 865869530,      "title": "Andrezza Silva Neto",      "pipe_id": "S5QmlXq3"    }  }}

 

The webhook returns the following information, but I wanted to receive the pipe_id number and not this string "pipe_id": "S5QmlXq3"

Best answer by Roberto Chavarria

Hi there! This id represents the alphanumerical unique ID of the pipe (suid). You can use this SUID in  a graphql query to get more information about that pipe, including it’s numerical ID, like this:

{   pipe(id:"vJL6poT1"){     name     suid     id   } }

You can read more details regarding pipes and other APIs here

https://developers.pipefy.com/reference/pipes 

View original
Did this topic help you find an answer to your question?

4 replies

Leandro Almeida
Pipefy Staff
Forum|alt.badge.img+7

Hi @tech-lazertur  how are u? 

 

Our technical team will check your question as soon as possible, ok? 

Thank you.

 

Best regards,


Roberto Chavarria
Pipefy Staff
Forum|alt.badge.img+5

Hi there! This id represents the alphanumerical unique ID of the pipe (suid). You can use this SUID in  a graphql query to get more information about that pipe, including it’s numerical ID, like this:

{   pipe(id:"vJL6poT1"){     name     suid     id   } }

You can read more details regarding pipes and other APIs here

https://developers.pipefy.com/reference/pipes 


mario-ramos
Pipefy Staff
  • Pipefy Staff
  • 7 replies
  • January 29, 2024

Hi @tech-lazertur,
It's exactly like @Roberto Chavarria´s answer, the default answer that will come up in Webhooks for Pipe_id is SUID, which is unique, and which can also be used normally to search for Pipe data via API.

 

Here are all the more examples of possible answers from Webhook.
https://developers.pipefy.com/reference/pipe-table-webhooks


tech-lazertur
Forum|alt.badge.img

thanks


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings