Skip to main content

Hi, how can I get conditionals and automations with API

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