Solved

Pipefy API - how use it?

  • 19 January 2021
  • 1 reply
  • 89 views

Userlevel 5

Hi, how can I get conditionals and automations with API

icon

Best answer by Roberto Chavarria 21 January 2021, 15:06

View original

1 reply

Userlevel 6
Badge +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
}
}
}

 

Reply