Skip to main content
Solved

Pipefy API - how use it?

  • January 19, 2021
  • 1 reply
  • 165 views

Hi, how can I get conditionals and automations with API

Best answer by Roberto Chavarria

Hello there Amanda! Currently there is no way of grabbing automations via API. To get conditionals, here is an example of all the available attributes: 

{
phase(id:1234){
fieldConditions{
actions
condition
name
phase
isTrueFor
id
}
}
}

 

1 reply

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

Hello there Amanda! Currently there is no way of grabbing automations via API. To get conditionals, here is an example of all the available attributes: 

{
phase(id:1234){
fieldConditions{
actions
condition
name
phase
isTrueFor
id
}
}
}