Skip to main content

Is it possible to crate a card with more than one label? The bellow request works only for the first tag “309139499”

 

 

mutation {
  createCard(input:{
    pipe_id: 303361474
    phase_id: 320602338
    title: "title of card" 
label_ids: 309139499
label_ids: 309139539
  }){

Hi @daniel-rodrigues-toolzz!
Maybe this topic can help you: 

Let me know if you need anythign else, please.


Reply