Solved

How to update phase field into a card with Pipefy api?

  • 20 March 2022
  • 2 replies
  • 486 views

Userlevel 1

Hello!

I’m trying to update these fields using API, but I don’t know what mutation I have to use

 

icon

Best answer by alicereis 22 March 2022, 05:41

View original

2 replies

Userlevel 6
Badge +5

Hi, @Douglas Perez 

 

you will need to use a mutation for each field, using the following inputs:

 

  mutation{
updateCardField(input: {
card_id: xxxxxxx
field_id: xxxxxxx
new_value: "Text"
}) {
clientMutationId
}
}

 

 

Userlevel 7
Badge +15

@Juliana Spinardi we have a new best answer contestant 😅

Reply